fix: package.json & package-lock.json to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-LODASH-1018905
- https://snyk.io/vuln/SNYK-JS-LODASH-1040724
This commit is contained in:
snyk-bot 2021-02-25 08:45:26 +00:00
parent 41d5051b39
commit a426d58135
No known key found for this signature in database
GPG Key ID: 09541BBFF0C4C795
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -2571,9 +2571,9 @@
} }
}, },
"lodash": { "lodash": {
"version": "4.17.13", "version": "4.17.21",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.13.tgz", "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
"integrity": "sha512-vm3/XWXfWtRua0FkUyEHBZy8kCPjErNBT9fJx8Zvs+U6zjqPbTUOpkaoum3O5uiA8sm+yNMHXfYkTUHFoMxFNA==" "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg=="
}, },
"longest": { "longest": {
"version": "0.2.1", "version": "0.2.1",

View File

@ -201,7 +201,7 @@
"handlebars": "^4.1.2", "handlebars": "^4.1.2",
"js-beautify": "^1.8.1", "js-beautify": "^1.8.1",
"jscs": "^3.0.7", "jscs": "^3.0.7",
"lodash": "^4.17.13", "lodash": "^4.17.21",
"loophole": "^1.1.0", "loophole": "^1.1.0",
"nginxbeautify": "^2.0.1", "nginxbeautify": "^2.0.1",
"node-cljfmt": "0.5.3", "node-cljfmt": "0.5.3",