From 24a21b2e317da9fab00bcf85e957d03462501442 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 17 Sep 2021 09:33:33 +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-OBJECTPATH-1585658 --- 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 730ad332215f..5cad39f12540 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.0", "react": "^16.12.0", "react-dom": "^16.12.0" },