diff --git a/package-lock.json b/package-lock.json index 01cd2bd08c..740fe19368 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "Apache 2.0", "dependencies": { "bcrypt-nodejs": "0.0.3", - "body-parser": "^1.15.1", + "body-parser": "^1.20.6", "consolidate": "^0.14.1", "csurf": "^1.8.3", "debug": "^3.1.0", @@ -41,7 +41,7 @@ "grunt-concurrent": "^2.3.0", "grunt-contrib-jshint": "^3.0.0", "grunt-contrib-watch": "^1.0.0", - "grunt-env": "latest", + "grunt-env": "*", "grunt-if": "https://github.com/binarymist/grunt-if/tarball/master", "grunt-jsbeautifier": "^0.2.12", "grunt-mocha-test": "^0.12.7", @@ -759,9 +759,9 @@ } }, "node_modules/body-parser": { - "version": "1.20.5", - "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.5.tgz", - "integrity": "sha512-3grm+/2tUOvu2cjJkvsIxrv/wVpfXQW4PsQHYm7yk4vfpu7Ekl6nEsYBoJUL6qDwZUx8wUhQ8tR2qz+ad9c9OA==", + "version": "1.20.6", + "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.6.tgz", + "integrity": "sha512-p5tAzS57i5MV9fZFDj9LeIiTZEufbSe2eDozP+ElheSUq1m74CRq1jI4mYNDdVs9vQztXFLuk/Gd6BWTdwRJ5g==", "license": "MIT", "dependencies": { "bytes": "~3.1.2", diff --git a/package.json b/package.json index d216c2e4bd..cacfc01dbf 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "main": "server.js", "dependencies": { "bcrypt-nodejs": "0.0.3", - "body-parser": "^1.15.1", + "body-parser": "^1.20.6", "consolidate": "^0.14.1", "csurf": "^1.8.3", "debug": "^3.1.0",