From 3c9f69d251c80f0766a1542736c6efc310d86e96 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 1 Sep 2021 03:30:05 +0000 Subject: [PATCH] fix: examples/with-atlaskit/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NEXT-1577139 --- examples/with-atlaskit/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-atlaskit/package.json b/examples/with-atlaskit/package.json index aac3aa9b6130..999cd4b61e35 100644 --- a/examples/with-atlaskit/package.json +++ b/examples/with-atlaskit/package.json @@ -13,7 +13,7 @@ "@atlaskit/datetime-picker": "^9.2.8", "@atlaskit/dropdown-menu": "^9.0.2", "@atlaskit/field-base": "^14.0.2", - "next": "^10.2.0", + "next": "^11.1.1", "react": "^16.13.1", "react-dom": "^16.13.1", "styled-components": "^5.0.1"