fix: package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODEFORGE-598677
snyk-bot committed
Sep 2, 2020 at 22:54 UTC
b705ac75fcf65b11eaacedc7d61baae8f402298c
1 file changed
+1
-1
package.json
+1
-1
@@ -48,7 +48,7 @@
48
"minimist": "^1.2.0",
49
"multiparty": "^4.2.1",
50
"nedb": "^1.8.0",
51
- "node-forge": "^0.8.4",
51
+ "node-forge": "^0.10.0",
52
"ws": "^6.2.1",
53
"xmldom": "^0.1.27",
54
"yauzl": "^2.10.0"