From 4ac54bb1c03ed753c698cb485fa857c75a45b4bd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 19 Dec 2024 05:12:49 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-HTTPPROXYMIDDLEWARE-8229906 - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 6d18348e..e0712490 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "less": "^2.7.2", "less-loader": "^2.2.3", "lint-staged": "^3.6.1", - "mocha": "^3.4.2", + "mocha": "^11.0.1", "nyc": "^10.1.2", "openurl": "^1.1.1", "postcss-loader": "^1.3.3", @@ -81,7 +81,7 @@ "svgo-loader": "^1.2.1", "url-loader": "^0.5.9", "webpack": "^1.14.0", - "webpack-dev-server": "^1.16.2" + "webpack-dev-server": "^5.2.0" }, "files": ["dist"], "lint-staged": {