From d3f18ade1d42cb22d45b7e8ad49ed8032035e7de Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Fri, 14 Feb 2025 06:58:28 +0000 Subject: [PATCH] fix: code/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-8720086 --- code/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/package.json b/code/package.json index 78ec1fff6a05..4afb52eee0be 100644 --- a/code/package.json +++ b/code/package.json @@ -128,7 +128,7 @@ "@storybook/html-webpack5": "workspace:*", "@storybook/instrumenter": "workspace:*", "@storybook/linter-config": "^4.0.0", - "@storybook/nextjs": "workspace:*", + "@storybook/nextjs": "7.0.0", "@storybook/preact": "workspace:*", "@storybook/preact-vite": "workspace:*", "@storybook/preact-webpack5": "workspace:*",