From 49e2d086dac4cc4f92349fb58845e5302fac8628 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 20 Jan 2026 20:49:47 +0000 Subject: [PATCH] fix: code/frameworks/html-webpack5/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-15038581 --- code/frameworks/html-webpack5/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/frameworks/html-webpack5/package.json b/code/frameworks/html-webpack5/package.json index 116bc6370977..667c036c10f3 100644 --- a/code/frameworks/html-webpack5/package.json +++ b/code/frameworks/html-webpack5/package.json @@ -47,7 +47,7 @@ "prep": "jiti ../../../scripts/prepare/bundle.ts" }, "dependencies": { - "@storybook/builder-webpack5": "workspace:*", + "@storybook/builder-webpack5": "7.1.0", "@storybook/global": "^5.0.0", "@storybook/html": "workspace:*", "@storybook/preset-html-webpack": "workspace:*",