From aa084577f07c8c05070126b24880ceb9e8febe66 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 12 Oct 2022 18:23:02 +0000 Subject: [PATCH] fix: upgrade @react-three/drei from 9.3.4 to 9.32.0 Snyk has created this PR to upgrade @react-three/drei from 9.3.4 to 9.32.0. See this package in npm: https://www.npmjs.com/package/@react-three/drei See this project in Snyk: https://app.snyk.io/org/nexuscompute/project/c6fa6b59-4950-432e-b975-918db3b72bab?utm_source=github&utm_medium=referral&page=upgrade-pr --- 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 db006a37e7de5..e4a9df7df30aa 100644 --- a/examples/with-three-js/package.json +++ b/examples/with-three-js/package.json @@ -6,7 +6,7 @@ "start": "next start" }, "dependencies": { - "@react-three/drei": "9.3.4", + "@react-three/drei": "9.32.0", "@react-three/fiber": "8.0.10", "next": "latest", "react": "^18.0.0",