From 4cea4f865052e9da7ef759cb27c05e547dcd8a5c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 26 Jan 2026 22:30:29 +0000 Subject: [PATCH] fix: packages/scripts/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SIRV-12558119 --- packages/scripts/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/scripts/package.json b/packages/scripts/package.json index 74c5701b0c97f5..fc05774800cdb8 100644 --- a/packages/scripts/package.json +++ b/packages/scripts/package.json @@ -84,7 +84,7 @@ "terser-webpack-plugin": "^5.1.4", "url-loader": "^4.1.1", "webpack": "^5.47.1", - "webpack-bundle-analyzer": "^4.4.2", + "webpack-bundle-analyzer": "^5.2.0", "webpack-cli": "^4.9.1", "webpack-dev-server": "^4.4.0" },