From 92c3e5db887ae38aad5d9c0601d9d831f4e1981f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 7 Mar 2021 21:14:29 +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-GLOBPARENT-1016905 --- 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 374b8f1bce2..435b537cb37 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",