From 294fd57f1b22a339fc36d743e403c92c5e474dd6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 12 Jan 2024 04:03:24 +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..5b870ef381 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.1.1", "webpack-cli": "^3.1.2" } }