From 6931ed449b02c4cd4280f88f0e7620428b9e911c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 31 Dec 2025 11:06:03 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-QS-14724253 --- package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 03c85df..e929ceb 100644 --- a/package.json +++ b/package.json @@ -17,12 +17,12 @@ "babel-preset-react": "^6.16.0", "babel-preset-stage-0": "^6.16.0", "bcrypt-nodejs": "0.0.3", - "body-parser": "^1.15.2", + "body-parser": "^1.20.4", "css-loader": "^0.25.0", "ejs": "2.3.4", "enzyme": "^2.9.1", "es6-promise": "^4.0.5", - "express": "^4.14.0", + "express": "^4.22.0", "express-async-wrap": "^1.0.0", "express-ejs-layouts": "^2.2.0", "ghoulie": "^0.0.2", @@ -35,9 +35,9 @@ "grunt-contrib-copy": "1.0.0", "grunt-contrib-cssmin": "1.0.1", "grunt-contrib-jst": "1.0.0", - "grunt-contrib-less": "1.3.0", + "grunt-contrib-less": "2.0.0", "grunt-contrib-uglify": "1.0.1", - "grunt-contrib-watch": "1.0.0", + "grunt-contrib-watch": "1.1.0", "grunt-sails-linker": "~0.10.1", "grunt-sync": "0.5.2", "include-all": "^1.0.0", @@ -69,7 +69,7 @@ "request-promise": "^4.2.1", "respawn": "^2.5.0", "rimraf": "^2.6.1", - "sails": "~0.12.9", + "sails": "~1.0.0", "sails-disk": "~0.10.9", "sails-postgresql": "^0.11.4", "sass-loader": "^6.0.6", @@ -77,7 +77,7 @@ "webpack": "^2.1.0-beta.25", "webpack-dev-middleware": "^1.8.4", "webpack-hot-middleware": "^2.10.0", - "yarn": "^0.27.5", + "yarn": "^1.4.0", "zip-folder": "^1.0.0" }, "devDependencies": {