From 68928b8bf072e1f3739cdc679e4365c2573acd23 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 27 Jan 2022 11:43:18 +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-NODEFETCH-2342118 --- 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 cb18a842d1a8..8424b19fc871 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.4", "react": "^17.0.2", "react-dom": "^17.0.2", "three": "0.128.0"