From e8c41cfd54978d80e8906127fa3bea12b18b3282 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 1 Sep 2021 04:19:31 +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-1577139 --- 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 b782c55e7c9a..61d7f74472c5 100644 --- a/examples/with-storybook-styled-jsx-scss/package.json +++ b/examples/with-storybook-styled-jsx-scss/package.json @@ -10,7 +10,7 @@ "build-storybook": "build-storybook --no-dll" }, "dependencies": { - "next": "^10.0.0", + "next": "^11.1.1", "sass": "^1.32.4", "react": "17.0.1", "react-dom": "17.0.1",