From bf0e3989bbbe2cedbe3caf276cdbccaaf4409f17 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 6 Sep 2021 14:33:07 +0000 Subject: [PATCH] fix: examples/styled-jsx-with-csp/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BROWSERSLIST-1090194 - https://snyk.io/vuln/SNYK-JS-NEXT-1540422 - https://snyk.io/vuln/SNYK-JS-NEXT-1577139 - https://snyk.io/vuln/SNYK-JS-POSTCSS-1090595 - https://snyk.io/vuln/SNYK-JS-POSTCSS-1255640 --- examples/styled-jsx-with-csp/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/styled-jsx-with-csp/package.json b/examples/styled-jsx-with-csp/package.json index f2a1ff90b782..e50592e850da 100644 --- a/examples/styled-jsx-with-csp/package.json +++ b/examples/styled-jsx-with-csp/package.json @@ -7,7 +7,7 @@ }, "dependencies": { "nanoid": "3.1.21", - "next": "10.0.8", + "next": "11.1.1", "react": "^17.0.2", "react-dom": "^17.0.2" }