From bde9fb7c60c03b3dfbc709d98cc8570dd7717de5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 28 Feb 2022 11:20:23 +0000 Subject: [PATCH] fix: examples/with-storybook-styled-jsx-scss/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NEXT-2405694 - https://snyk.io/vuln/SNYK-JS-NODEFETCH-2342118 --- examples/with-storybook-styled-jsx-scss/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-storybook-styled-jsx-scss/package.json b/examples/with-storybook-styled-jsx-scss/package.json index 4cdb06be7859a76..3d6f589ba027576 100644 --- a/examples/with-storybook-styled-jsx-scss/package.json +++ b/examples/with-storybook-styled-jsx-scss/package.json @@ -9,7 +9,7 @@ "build-storybook": "build-storybook --no-dll" }, "dependencies": { - "next": "^10.0.0", + "next": "^12.1.0", "react": "^17.0.2", "react-dom": "^17.0.2" },