From d3cb9fb0e8a7063f1c2c70f93b70801c76f25530 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 25 Apr 2023 02:54:35 +0000 Subject: [PATCH] fix: examples/with-storybook/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-YAML-5458867 --- examples/with-storybook/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-storybook/package.json b/examples/with-storybook/package.json index 835a8078a8920..00a0a5fdb3d1e 100644 --- a/examples/with-storybook/package.json +++ b/examples/with-storybook/package.json @@ -24,7 +24,7 @@ "@storybook/react": "^6.4.9", "babel-loader": "^8.2.3", "serve": "13.0.2", - "storybook-addon-next": "1.3.1", + "storybook-addon-next": "1.7.1", "typescript": "4.5.5" } }