From 0f9be89622a31008e88ca59a92d25800d4ada014 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 31 Aug 2021 20:28:04 +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 eaf073e0b45b..43ac10005ca6 100644 --- a/examples/with-three-js/package.json +++ b/examples/with-three-js/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "@react-three/drei": "3.8.6", - "next": "10.0.7", + "next": "11.1.1", "react": "17.0.1", "react-dom": "17.0.1", "react-three-fiber": "5.3.19",