From 98decee98d20cf90a193cd82b1412e9761ac3594 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 3 Sep 2021 07:35:21 +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-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 67e382a94f0e..955ca2fe46fa 100644 --- a/examples/with-three-js/package.json +++ b/examples/with-three-js/package.json @@ -10,7 +10,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"