From 81d00e33c65c12bcaa184e6d47943a2aa7bda443 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 19 Dec 2024 21:30:31 +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-NEXT-8520073 --- 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 fdea9168b5170..d963b23db3707 100644 --- a/examples/with-storybook/package.json +++ b/examples/with-storybook/package.json @@ -9,7 +9,7 @@ "build-storybook": "storybook build" }, "dependencies": { - "next": "14.2.2", + "next": "14.2.15", "react": "^18", "react-dom": "^18" },