From 0522ec1939ac1083b78895eeedb59c26ffeda85d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 29 Jan 2026 13:15:23 +0000 Subject: [PATCH] fix: docker/hunter-admin-gui/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-15032660 - https://snyk.io/vuln/SNYK-JS-ESLINT-15102420 - https://snyk.io/vuln/SNYK-JS-TAR-15127355 --- docker/hunter-admin-gui/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/hunter-admin-gui/package.json b/docker/hunter-admin-gui/package.json index 9234906..f9b16cd 100644 --- a/docker/hunter-admin-gui/package.json +++ b/docker/hunter-admin-gui/package.json @@ -19,7 +19,7 @@ "dotenv": "4.0.0", "dotenv-expand": "4.2.0", "echarts": "^4.1.0", - "eslint": "4.10.0", + "eslint": "9.26.0", "eslint-config-react-app": "^2.1.0", "eslint-loader": "1.9.0", "eslint-plugin-flowtype": "2.39.1", @@ -47,7 +47,7 @@ "sw-precache-webpack-plugin": "0.11.4", "url-loader": "0.6.2", "webpack": "3.8.1", - "webpack-dev-server": "2.9.4", + "webpack-dev-server": "4.0.0", "webpack-manifest-plugin": "1.3.2", "whatwg-fetch": "2.0.3" },