From 4ec8c992ef29b6fad67ca1e58238d7c1f8a9c4e4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 8 Sep 2022 21:01:31 +0000 Subject: [PATCH] fix: examples/with-styled-jsx-scss/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SCSSTOKENIZER-2339884 --- examples/with-styled-jsx-scss/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-styled-jsx-scss/package.json b/examples/with-styled-jsx-scss/package.json index 60cb944c0d10a..db83029e0114a 100644 --- a/examples/with-styled-jsx-scss/package.json +++ b/examples/with-styled-jsx-scss/package.json @@ -8,7 +8,7 @@ }, "dependencies": { "next": "latest", - "node-sass": "4.5.3", + "node-sass": "7.0.2", "react": "^16.7.0", "react-dom": "^16.7.0", "styled-jsx-plugin-sass": "0.2.0"