mirror of
https://github.com/openMF/community-app.git
synced 2026-02-06 14:11:54 +00:00
Update dependency grunt-replace to v1 (#3281)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
12e64aabcb
commit
aaf67433b4
31
package-lock.json
generated
31
package-lock.json
generated
@ -399,9 +399,9 @@
|
||||
}
|
||||
},
|
||||
"applause": {
|
||||
"version": "1.1.0",
|
||||
"resolved": "https://registry.npmjs.org/applause/-/applause-1.1.0.tgz",
|
||||
"integrity": "sha1-0uoOGTxE8JEm1eRrnmp7wUWA7hM=",
|
||||
"version": "1.2.2",
|
||||
"resolved": "https://registry.npmjs.org/applause/-/applause-1.2.2.tgz",
|
||||
"integrity": "sha1-qEaFeegfZzl7tWNMKZU77c0PVsA=",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"cson-parser": "^1.1.0",
|
||||
@ -425,9 +425,9 @@
|
||||
"dev": true
|
||||
},
|
||||
"js-yaml": {
|
||||
"version": "3.13.1",
|
||||
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.13.1.tgz",
|
||||
"integrity": "sha512-YfbcO7jXDdyj0DGxYVSlSeQNHbD7XPWvrVWeVUujrQEoZzWJIRrCPoyk6kL6IAjAG2IolMK4T0hNUe0HOUs5Jw==",
|
||||
"version": "3.14.0",
|
||||
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.0.tgz",
|
||||
"integrity": "sha512-/4IbIeHcD9VMHFqDR/gQ7EdZdLimOvW2DdcxFjdyyZ9NsbS+ccrXqVWDtab/lRl5AlUqmpBx8EhPaWR+OtY17A==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"argparse": "^1.0.7",
|
||||
@ -3598,20 +3598,21 @@
|
||||
}
|
||||
},
|
||||
"grunt-replace": {
|
||||
"version": "0.11.0",
|
||||
"resolved": "https://registry.npmjs.org/grunt-replace/-/grunt-replace-0.11.0.tgz",
|
||||
"integrity": "sha1-XqGzkzFsqEqdSS+MN+wc/FiMYfo=",
|
||||
"version": "1.0.1",
|
||||
"resolved": "https://registry.npmjs.org/grunt-replace/-/grunt-replace-1.0.1.tgz",
|
||||
"integrity": "sha1-kKeVMvuJBB/kJ8h9QlI4sPiGZRo=",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"applause": "1.1.0",
|
||||
"chalk": "^1.0.0",
|
||||
"lodash": "^3.1.0"
|
||||
"applause": "1.2.2",
|
||||
"chalk": "^1.1.0",
|
||||
"file-sync-cmp": "^0.1.0",
|
||||
"lodash": "^4.11.0"
|
||||
},
|
||||
"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.19",
|
||||
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.19.tgz",
|
||||
"integrity": "sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ==",
|
||||
"dev": true
|
||||
}
|
||||
}
|
||||
|
||||
@ -26,7 +26,7 @@
|
||||
"grunt-hashres": "0.4.1",
|
||||
"grunt-html-validation": "0.1.18",
|
||||
"grunt-karma": "2.0.0",
|
||||
"grunt-replace": "0.11.0",
|
||||
"grunt-replace": "1.0.1",
|
||||
"grunt-string-replace": "0.2.8",
|
||||
"grunt-text-replace": "0.4.0",
|
||||
"jshint-stylish": "0.4.0",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user