From 9031a40e461a6fa47dab593b5a3ac92435c2b680 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 1 Sep 2021 05:08:47 +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",