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

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-CRYPTOJS-548472
This commit is contained in:
snyk-bot
2020-02-13 05:35:04 +00:00
parent ddc05dd25f
commit 89c8859c46
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -397,9 +397,9 @@
}
},
"crypto-js": {
"version": "3.1.9-1",
"resolved": "https://registry.npmjs.org/crypto-js/-/crypto-js-3.1.9-1.tgz",
"integrity": "sha1-/aGedh/Ad+Af+/3G6f38WeiAbNg="
"version": "3.2.1",
"resolved": "https://registry.npmjs.org/crypto-js/-/crypto-js-3.2.1.tgz",
"integrity": "sha512-fIEXOyiXnmPbPk2+q8t97VYDSo8naqvI+2v0AJeLraQzhuL/GZ2qgcRpEadVQ7r8pXwBOHVjwOdyAXYYb3DWiQ=="
},
"debug": {
"version": "4.1.1",

View File

@@ -16,7 +16,7 @@
"archiver": "^3.0.0",
"axios": "^0.19.0",
"compression": "^1.7.4",
"crypto-js": "^3.1.9-1",
"crypto-js": "^3.2.1",
"debug": "^4.1.1",
"express": "^4.17.1",
"fs-promise": "^2.0.3",