From f8a7711a0b219336250bc369cc1a9c4ada4bbaa1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 14 Apr 2021 02:01:42 +0000 Subject: [PATCH] fix: examples/with-chakra-ui/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-POSTCSS-1090595 --- examples/with-chakra-ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-chakra-ui/package.json b/examples/with-chakra-ui/package.json index 730ad332215f9..0aec051cb5e7a 100644 --- a/examples/with-chakra-ui/package.json +++ b/examples/with-chakra-ui/package.json @@ -12,7 +12,7 @@ "@emotion/core": "^10.0.27", "@emotion/styled": "^10.0.27", "emotion-theming": "^10.0.27", - "next": "^9.1.7", + "next": "^10.0.7", "react": "^16.12.0", "react-dom": "^16.12.0" },