From b98cc5d6c8c488ae2fdaf9eb91fd56b3c99a28e1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 29 Nov 2022 05:29:56 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LOADERUTILS-3042992 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 5665fe0f5..7a672b7a1 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ ], "dependencies": { "babel-core": "^6.24.1", - "babel-loader": "^6.4.1", + "babel-loader": "^7.0.0", "babel-preset-es2015": "^6.24.1", "chai": "^3.5.0", "express": "^4.13.4", @@ -54,8 +54,8 @@ "simple-quadtree": "^0.1.3", "socket.io": "^1.7.4", "socket.io-client": "^1.7.4", - "webpack": "^1.4.0", - "webpack-stream": "^3.2.0", + "webpack": "^3.0.0", + "webpack-stream": "^4.0.0", "mysql": "^2.5.5" } }