From 0db4821da45447113a6496343e508bae3df71770 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 14 Aug 2021 08:32:14 +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-NEXT-1540422 --- 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..ca7ec6c820fc 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": "^11.1.0", "react": "^16.12.0", "react-dom": "^16.12.0" },