From 0edda8cacfb392232c0bfcb8d900f324d23cff3e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 17 Oct 2023 17:26:06 +0000 Subject: [PATCH] fix: upgrade @react-three/drei from 9.84.1 to 9.85.0 Snyk has created this PR to upgrade @react-three/drei from 9.84.1 to 9.85.0. See this package in npm: https://www.npmjs.com/package/@react-three/drei See this project in Snyk: https://app.snyk.io/org/wkylin/project/0c42d1ac-0387-47e3-8537-ec997318643c?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 30 +++++++++++++----------------- package.json | 2 +- 2 files changed, 14 insertions(+), 18 deletions(-) diff --git a/package-lock.json b/package-lock.json index fdfa14de..eacc07bd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@ant-design/cssinjs": "^1.17.0", "@loadable/component": "^5.15.3", "@react-spring/web": "^9.7.3", - "@react-three/drei": "^9.84.1", + "@react-three/drei": "^9.85.0", "@react-three/fiber": "^8.14.2", "@reduxjs/toolkit": "^1.9.5", "@sentry/cli": "^2.20.7", @@ -7009,9 +7009,9 @@ } }, "node_modules/@react-three/drei": { - "version": "9.84.1", - "resolved": "https://registry.npmjs.org/@react-three/drei/-/drei-9.84.1.tgz", - "integrity": "sha512-0RbpRPW87OYAZcFSqnlhHitG2aXoT/52zAAxiPqoWeVXBSHogLqvTkiKPWi2iaKKBOezeGkzXsCDs3sLJ9ED/Q==", + "version": "9.85.0", + "resolved": "https://registry.npmjs.org/@react-three/drei/-/drei-9.85.0.tgz", + "integrity": "sha512-9Cd/xY48eVUgFQy6LId9wt7jBS/KiJ1warPiYAVPhVuhL2xth++lJ/LndYfRZ+0CVfDes0uk+01zjD6QXWBzOQ==", "dependencies": { "@babel/runtime": "^7.11.2", "@mediapipe/tasks-vision": "0.10.2", @@ -7032,9 +7032,10 @@ "stats.js": "^0.17.0", "suspend-react": "^0.1.3", "three-mesh-bvh": "^0.6.0", - "three-stdlib": "^2.25.1", + "three-stdlib": "^2.26.6", "troika-three-text": "^0.47.2", "utility-types": "^3.10.0", + "uuid": "^9.0.1", "zustand": "^3.5.13" }, "peerDependencies": { @@ -7049,15 +7050,6 @@ } } }, - "node_modules/@react-three/drei/node_modules/maath": { - "version": "0.9.0", - "resolved": "https://registry.npmjs.org/maath/-/maath-0.9.0.tgz", - "integrity": "sha512-aAR8hoUqPxlsU8VOxkS9y37jhUzdUxM017NpCuxFU1Gk+nMaZASZxymZrV8LRSHzRk/watlbfyNKu6XPUhCFrQ==", - "peerDependencies": { - "@types/three": ">=0.144.0", - "three": ">=0.144.0" - } - }, "node_modules/@react-three/fiber": { "version": "8.14.2", "resolved": "https://registry.npmjs.org/@react-three/fiber/-/fiber-8.14.2.tgz", @@ -35675,9 +35667,13 @@ } }, "node_modules/uuid": { - "version": "9.0.0", - "resolved": "https://registry.npmmirror.com/uuid/-/uuid-9.0.0.tgz", - "integrity": "sha512-MXcSTerfPa4uqyzStbRoTgt5XIe3x5+42+q1sDuy3R5MDk66URdLMOZe5aPX/SQd+kuYAh0FdP/pO28IkQyTeg==", + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz", + "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==", + "funding": [ + "https://github.com/sponsors/broofa", + "https://github.com/sponsors/ctavan" + ], "bin": { "uuid": "dist/bin/uuid" } diff --git a/package.json b/package.json index 4beb95d0..c980785a 100644 --- a/package.json +++ b/package.json @@ -219,7 +219,7 @@ "@ant-design/cssinjs": "^1.17.0", "@loadable/component": "^5.15.3", "@react-spring/web": "^9.7.3", - "@react-three/drei": "^9.84.1", + "@react-three/drei": "^9.85.0", "@react-three/fiber": "^8.14.2", "@reduxjs/toolkit": "^1.9.5", "@sentry/cli": "^2.20.7",