From fc4a8936c57464065c842c8aa6f0b1df03b9be84 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 9 Feb 2025 07:30:14 +0000 Subject: [PATCH] fix: services/idp/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-8187303 --- services/idp/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/idp/package.json b/services/idp/package.json index 77c4ed7a12e..987f81d3efe 100644 --- a/services/idp/package.json +++ b/services/idp/package.json @@ -152,7 +152,7 @@ "source-map-explorer": "^1.8.0", "typescript": "^4.1.2", "url-loader": "4.1.1", - "webpack": "4.44.2", + "webpack": "5.0.0", "webpack-manifest-plugin": "4.1.1", "workbox-webpack-plugin": "5.1.4" }