From ff658aca58403e1d78af53381ff818822aa202bb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 2 Jul 2024 19:58:22 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ASYNC-7414156 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 4ae3aa055..225838d61 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "json-loader": "^0.5.4", "lodash": "^4.16.2", "method-override": "^2.3.5", - "mongoose": "^4.5.10", + "mongoose": "^5.7.3", "passport": "^0.3.2", "passport-google-oauth": "^1.0.0", "passport-local": "^1.0.0", @@ -107,7 +107,7 @@ "spark-md5": "^2.0.2", "style-loader": "^0.13.0", "url-loader": "^0.5.7", - "webpack": "^1.13.2", + "webpack": "^4.0.0", "webpack-dev-middleware": "^1.5.1", "webpack-hot-middleware": "^2.12.2" }