From b4db74d4de18628a545e6de212c380364ad6fa3e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 6 Sep 2021 17:06:37 +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-BROWSERSLIST-1090194 - https://snyk.io/vuln/SNYK-JS-GLOBPARENT-1016905 - https://snyk.io/vuln/SNYK-JS-NEXT-1540422 - https://snyk.io/vuln/SNYK-JS-NODEFETCH-674311 - https://snyk.io/vuln/SNYK-JS-OBJECTPATH-1017036 - https://snyk.io/vuln/SNYK-JS-OBJECTPATH-1569453 - https://snyk.io/vuln/SNYK-JS-POSTCSS-1090595 - https://snyk.io/vuln/SNYK-JS-POSTCSS-1255640 --- 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 50787b3be980..2840467f39f0 100644 --- a/examples/with-atlaskit/package.json +++ b/examples/with-atlaskit/package.json @@ -11,7 +11,7 @@ "@atlaskit/datetime-picker": "^9.2.8", "@atlaskit/dropdown-menu": "^9.0.2", "@atlaskit/field-base": "^14.0.2", - "next": "^9.3.1", + "next": "^11.1.0", "react": "^17.0.2", "react-dom": "^17.0.2", "styled-components": "^5.0.1"