mirror of
https://github.com/openMF/community-app.git
synced 2026-02-06 13:51:55 +00:00
Update dependency grunt-karma to v4 (#3280)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
13006e14ed
commit
b092c0d403
14
package-lock.json
generated
14
package-lock.json
generated
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
@ -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",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user