From 12b7668f0ab5ac48749625dc83686efcdd85f812 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 1 Sep 2021 20:09:45 +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-NODEFETCH-674311 --- 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 374b8f1bce2e1..f862bd82a3b84 100644 --- a/examples/with-react-multi-carousel/package.json +++ b/examples/with-react-multi-carousel/package.json @@ -15,7 +15,7 @@ "@material-ui/icons": "^3.0.2", "jss": "^9.8.7", "mobile-detect": "^1.4.3", - "next": "^9.3.0", + "next": "^10.0.7", "react": "^16.13.0", "react-dom": "^16.13.0", "react-jss": "^8.6.1",