From 71bb882d980d012dea31ca135376fbf77eb92466 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 28 Feb 2022 12:18:13 +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-2405694 - 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 d2d3328d76b47..7db9ad7b8e20f 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": "12.1.0", "react": "^17.0.2", "react-dom": "^17.0.2", "three": "0.128.0"