From ec1a2fbc8ba909e517b1e89767f15d94e923e01b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 7 Mar 2021 22:33:27 +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-GLOBPARENT-1016905 --- 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 dee919b64aa4..7975e36cf3c6 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": "^9.3.1", + "next": "^10.0.0", "react": "^16.13.1", "react-dom": "^16.13.1", "styled-components": "^5.0.1"