From 62bb2a0508ff8c0b905be6b516fd94788038fc8d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Apr 2026 05:30:53 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-WEBPACK-15235959 - https://snyk.io/vuln/SNYK-JS-WEBPACK-15235969 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8123804..17ec1c2 100644 --- a/package.json +++ b/package.json @@ -13,6 +13,6 @@ "author": "", "license": "MIT", "dependencies": { - "webpack": "5.99.9" + "webpack": "5.104.1" } }