From bb0a289c8245fe8a0c30018de1216e66b308000a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 28 Aug 2024 00:16:27 +0000 Subject: [PATCH] fix: lib/parse/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-WEBPACK-7840298 --- lib/parse/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/parse/package.json b/lib/parse/package.json index f91a68c569..77c625fe70 100644 --- a/lib/parse/package.json +++ b/lib/parse/package.json @@ -24,7 +24,7 @@ "ts-loader": "^5.2.1", "ts-node": "^6.2.0", "typescript": "^3.1.2", - "webpack": "^4.20.2", + "webpack": "^5.94.0", "webpack-cli": "^3.1.2" } }