From ed5ad13a35ed136ae54f4689f66d46b03b2d0eaa Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 6 Sep 2021 17:07:55 +0000 Subject: [PATCH] fix: examples/with-three-js/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-NEXT-1540422 - https://snyk.io/vuln/SNYK-JS-NEXT-1577139 --- examples/with-three-js/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-three-js/package.json b/examples/with-three-js/package.json index d2d3328d76b4..7624e5191b97 100644 --- a/examples/with-three-js/package.json +++ b/examples/with-three-js/package.json @@ -8,7 +8,7 @@ "dependencies": { "@react-three/drei": "4.3.3", "@react-three/fiber": "6.0.19", - "next": "10.2.0", + "next": "11.1.1", "react": "^17.0.2", "react-dom": "^17.0.2", "three": "0.128.0"