From 0f46c2cd5275ba4b00e829f124e004c53b279498 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 6 Jul 2024 07:55:52 +0000 Subject: [PATCH] fix: upgrade @react-three/drei from 9.106.0 to 9.106.1 Snyk has created this PR to upgrade @react-three/drei from 9.106.0 to 9.106.1. See this package in npm: @react-three/drei See this project in Snyk: https://app.snyk.io/org/david-besse/project/4d1502c4-981f-4f7c-a277-da9a5a77a662?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index f0e5b35..d056cdc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@emailjs/browser": "^3.10.0", "@nextui-org/react": "^2.4.1", "@react-spring/web": "^9.7.3", - "@react-three/drei": "^9.106.0", + "@react-three/drei": "^9.106.1", "@react-three/fiber": "^8.16.7", "@types/three": "^0.165.0", "@uidotdev/usehooks": "^2.4.1", @@ -5880,9 +5880,9 @@ } }, "node_modules/@react-three/drei": { - "version": "9.106.0", - "resolved": "https://registry.npmjs.org/@react-three/drei/-/drei-9.106.0.tgz", - "integrity": "sha512-P+X3Iz79ea+L4YTVPOIFAzqVU8hwrKdr/I6UgN7ZQkJ9qIQ7qa7ew8ss/+c3+46RT1tzxgo5ec89RnLjFIBmuw==", + "version": "9.106.1", + "resolved": "https://registry.npmjs.org/@react-three/drei/-/drei-9.106.1.tgz", + "integrity": "sha512-yl/XloQz1bBhLX+WVLpLYziiijyNxFz4xi48YuHOJuOjGbLcdL+v8czPLy1Y7kUhndmCJHw6yzuR1NJTfWJ4cQ==", "license": "MIT", "dependencies": { "@babel/runtime": "^7.11.2", diff --git a/package.json b/package.json index d1d9cb3..feda01f 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "@emailjs/browser": "^3.10.0", "@nextui-org/react": "^2.4.1", "@react-spring/web": "^9.7.3", - "@react-three/drei": "^9.106.0", + "@react-three/drei": "^9.106.1", "@react-three/fiber": "^8.16.7", "@types/three": "^0.165.0", "@uidotdev/usehooks": "^2.4.1",