From ad02d152d83f964a39a68325c7141246bd3dac53 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 12 Jul 2025 04:52:14 +0000 Subject: [PATCH] feat: upgrade webpack-dev-server from 4.15.1 to 5.2.2 Snyk has created this PR to upgrade webpack-dev-server from 4.15.1 to 5.2.2. See this package in npm: webpack-dev-server See this project in Snyk: https://app.snyk.io/org/nerds-github/project/aa77fd79-7d27-4ab0-9d41-5dd117531784?utm_source=github&utm_medium=referral&page=upgrade-pr --- glances/outputs/static/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glances/outputs/static/package.json b/glances/outputs/static/package.json index ce676246a..86aa541d8 100644 --- a/glances/outputs/static/package.json +++ b/glances/outputs/static/package.json @@ -25,7 +25,7 @@ "vue-loader": "^17.1.1", "webpack": "^5.82.1", "webpack-cli": "^5.1.1", - "webpack-dev-server": "^4.15.0" + "webpack-dev-server": "^5.2.2" }, "scripts": { "build": "webpack --progress --mode=production",