From 6215c450322add8524930d2816c0d5127d46d715 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 13 May 2024 17:40:45 +0000 Subject: [PATCH] fix: packages/dependency-extraction-webpack-plugin/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 --- packages/dependency-extraction-webpack-plugin/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/dependency-extraction-webpack-plugin/package.json b/packages/dependency-extraction-webpack-plugin/package.json index c11ba4edd1aa9..4e8aa9b941412 100644 --- a/packages/dependency-extraction-webpack-plugin/package.json +++ b/packages/dependency-extraction-webpack-plugin/package.json @@ -27,7 +27,7 @@ "types": "build-types", "dependencies": { "json2php": "^0.0.4", - "webpack": "^4.8.3", + "webpack": "^5.0.0", "webpack-sources": "^1.3.0" }, "publishConfig": {