From fc838564596e83ce590fce40c7cd8b635e4d131d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 21 Oct 2024 18:20:30 +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-ELLIPTIC-8187303 --- 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..514e4e54f7 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.0.0", "webpack-cli": "^3.1.2" } }