From 918386df7ef703e4dbc2ffe9c274f93af2660302 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 1 Sep 2021 05:51:30 +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-OBJECTPATH-1017036 - https://snyk.io/vuln/SNYK-JS-OBJECTPATH-1569453 - https://snyk.io/vuln/SNYK-JS-POSTCSS-1090595 - https://snyk.io/vuln/SNYK-JS-POSTCSS-1255640 --- 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 5d4dac6aba91..28480b3607cc 100644 --- a/examples/with-three-js/package.json +++ b/examples/with-three-js/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "drei": "0.0.60", - "next": "9.4.4", + "next": "10.0.6", "react": "16.13.1", "react-dom": "16.13.1", "react-three-fiber": "4.2.12",