diff --git a/package.json b/package.json index e2756e8282..e0b4e51b3a 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "main": "server.js", "dependencies": { "bcrypt-nodejs": "0.0.3", - "body-parser": "^1.20.3", + "body-parser": "1.20.6", "consolidate": "^0.14.1", "csurf": "^1.8.3", "dont-sniff-mimetype": "^1.0.0", @@ -20,7 +20,7 @@ "node-esapi": "0.0.1", "serve-favicon": "^2.3.0", "swig": "^1.4.2", - "underscore": "^1.13.7" + "underscore": "1.13.8" }, "comments": { "//": "a9 insecure components" @@ -39,9 +39,9 @@ "cy:verify": "cypress verify" }, "devDependencies": { - "async": "^2.0.0-rc.4", + "async": "2.6.4", "cross-env": "^7.0.2", - "cypress": "^3.3.1", + "cypress": "10.3.0", "grunt": "^1.6.1", "grunt-cli": "^1.2.0", "grunt-concurrent": "^2.3.0", @@ -62,4 +62,4 @@ }, "repository": "https://github.com/OWASP/NodejsGoat", "license": "Apache 2.0" -} +} \ No newline at end of file