From 48e6ee5fa671704afaabdd1bb1ab45c3fa951017 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 6 Sep 2021 17:04:52 +0000 Subject: [PATCH] fix: examples/with-react-multi-carousel/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-react-multi-carousel/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-react-multi-carousel/package.json b/examples/with-react-multi-carousel/package.json index 4ee0bd2965a3..824c6d6fb33f 100644 --- a/examples/with-react-multi-carousel/package.json +++ b/examples/with-react-multi-carousel/package.json @@ -10,7 +10,7 @@ "@material-ui/icons": "^3.0.2", "jss": "^9.8.7", "mobile-detect": "^1.4.3", - "next": "^9.3.0", + "next": "^11.1.0", "react": "^17.0.2", "react-dom": "^17.0.2", "react-jss": "^8.6.1",