From 7eef98714d8e1cb0a2a8795af339e85d93535568 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 9 Feb 2021 21:12:27 +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-OBJECTPATH-1017036 --- 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 374b8f1bce2e..435b537cb379 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.0", "react": "^16.13.0", "react-dom": "^16.13.0", "react-jss": "^8.6.1",