From d6adcafddd79ddc5576797c89b9341b5298fff3d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 10 Jan 2026 18:55:02 +0000 Subject: [PATCH] fix: code/lib/create-storybook/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-REACTROUTER-14908286 --- code/lib/create-storybook/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/lib/create-storybook/package.json b/code/lib/create-storybook/package.json index 686973889e34..2f636afc7297 100644 --- a/code/lib/create-storybook/package.json +++ b/code/lib/create-storybook/package.json @@ -66,7 +66,7 @@ "prettier": "^3.1.1", "prompts": "^2.4.0", "semver": "^7.3.7", - "storybook": "workspace:*", + "storybook": "0.0.0", "tiny-invariant": "^1.3.1", "ts-dedent": "^2.0.0" },