From 5b1b7ef65f006495f948abf07bea53f85867b740 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 19 Feb 2025 23:36:56 +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-SERIALIZEJAVASCRIPT-6147607 --- 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..291731ceba 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.98.0", "webpack-cli": "^3.1.2" } }