From 48f0592644e6848093ec019857b88ec9a02b1d2f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 12 Mar 2024 19:17:16 +0000 Subject: [PATCH] fix: upgrade @storybook/builder-vite from 7.6.16 to 7.6.17 Snyk has created this PR to upgrade @storybook/builder-vite from 7.6.16 to 7.6.17. See this package in npm: https://www.npmjs.com/package/@storybook/builder-vite See this project in Snyk: https://app.snyk.io/org/qdraw/project/20b3e2d1-b801-4606-bac8-c1fe370bf58c?utm_source=github&utm_medium=referral&page=upgrade-pr --- starsky/starsky/clientapp/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/starsky/starsky/clientapp/package.json b/starsky/starsky/clientapp/package.json index a45dffae94..0916b63b39 100644 --- a/starsky/starsky/clientapp/package.json +++ b/starsky/starsky/clientapp/package.json @@ -34,7 +34,7 @@ "@storybook/addon-essentials": "^7.6.16", "@storybook/addon-interactions": "^7.6.16", "@storybook/addon-links": "^7.6.16", - "@storybook/builder-vite": "^7.6.16", + "@storybook/builder-vite": "^7.6.17", "@storybook/react": "^7.6.16", "@storybook/react-vite": "^7.6.16", "@testing-library/jest-dom": "^6.4.2",