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

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-LODASH-590103
This commit is contained in:
snyk-bot 2020-08-20 08:45:48 +00:00
parent 41d5051b39
commit 045be13dd3
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.20",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.13.tgz", "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.20.tgz",
"integrity": "sha512-vm3/XWXfWtRua0FkUyEHBZy8kCPjErNBT9fJx8Zvs+U6zjqPbTUOpkaoum3O5uiA8sm+yNMHXfYkTUHFoMxFNA==" "integrity": "sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA=="
}, },
"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.20",
"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",