From 8533f1d916ece08a49409029e11afdbccd4693c1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 13 Sep 2024 16:53:19 +0000 Subject: [PATCH] fix: upgrade multiple dependencies with Snyk Snyk has created this PR to upgrade: - @react-three/drei from 9.3.4 to 9.111.3. See this package in npm: https://www.npmjs.com/package/@react-three/drei - @react-three/fiber from 8.0.10 to 8.17.5. See this package in npm: https://www.npmjs.com/package/@react-three/fiber - three from 0.139.2 to 0.167.1. See this package in npm: https://www.npmjs.com/package/three See this project in Snyk: https://app.snyk.io/org/sammyfilly/project/2eed7fdf-b941-4af9-83d9-f3b21c934b73?utm_source=github&utm_medium=referral&page=upgrade-pr --- examples/with-three-js/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/with-three-js/package.json b/examples/with-three-js/package.json index db006a37e7de5..bbdc2b1a183e2 100644 --- a/examples/with-three-js/package.json +++ b/examples/with-three-js/package.json @@ -6,11 +6,11 @@ "start": "next start" }, "dependencies": { - "@react-three/drei": "9.3.4", - "@react-three/fiber": "8.0.10", + "@react-three/drei": "9.111.3", + "@react-three/fiber": "8.17.5", "next": "latest", "react": "^18.0.0", "react-dom": "^18.0.0", - "three": "0.139.2" + "three": "0.167.1" } }