Update dependency grunt-karma to v4 (#3280)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2020-08-17 10:29:25 -07:00 committed by GitHub
parent 13006e14ed
commit b092c0d403
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -3884,18 +3884,18 @@
}
},
"grunt-karma": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/grunt-karma/-/grunt-karma-2.0.0.tgz",
"integrity": "sha1-dTWD0RXf3AVf5X5Y+W1rPH5hIRg=",
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/grunt-karma/-/grunt-karma-4.0.0.tgz",
"integrity": "sha512-L3YpIAW6NB5tQ3cb6VoJCCCWfIJ0nqeyxs/SF6N385sMSadZ6RjBllP2kOUE2plkT8T8DR3bGVqzgH+vUDTsuQ==",
"dev": true,
"requires": {
"lodash": "^3.10.1"
"lodash": "^4.17.10"
},
"dependencies": {
"lodash": {
"version": "3.10.1",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-3.10.1.tgz",
"integrity": "sha1-W/Rejkm6QYnhfUgnid/RW9FAt7Y=",
"version": "4.17.20",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.20.tgz",
"integrity": "sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==",
"dev": true
}
}

View File

@ -25,7 +25,7 @@
"grunt-gh-pages": "4.0.0",
"grunt-hashres": "0.4.1",
"grunt-html-validation": "0.1.18",
"grunt-karma": "2.0.0",
"grunt-karma": "4.0.0",
"grunt-replace": "1.0.1",
"grunt-string-replace": "0.2.8",
"grunt-text-replace": "0.4.0",