From 4675db1473aa9acceb6a3e27ba4669eb67b2c4d8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 13 Jun 2024 00:18:47 +0000 Subject: [PATCH] fix: upgrade three-stdlib from 2.29.6 to 2.30.0 Snyk has created this PR to upgrade three-stdlib from 2.29.6 to 2.30.0. See this package in npm: three-stdlib 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 | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index fdf1233..9faf196 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "regenerator-runtime": "^0.14.0", "styled-components": "^6.1.6", "three": "^0.159.0", - "three-stdlib": "^2.28.9", + "three-stdlib": "^2.30.0", "zustand": "^4.3.8" }, "devDependencies": { @@ -8964,9 +8964,10 @@ } }, "node_modules/three-stdlib": { - "version": "2.29.6", - "resolved": "https://registry.npmjs.org/three-stdlib/-/three-stdlib-2.29.6.tgz", - "integrity": "sha512-nj9bHkzhhwfmqQcM/keC2RDb0bHhbw6bRXTy81ehzi8F1rtp6pJ5eS0/vl1Eg5RMFqXOMyxJ6sDHPoLU+IrVZg==", + "version": "2.30.0", + "resolved": "https://registry.npmjs.org/three-stdlib/-/three-stdlib-2.30.0.tgz", + "integrity": "sha512-ALL7rn57jq/MovDRk5hGjeWCvOeZlZhFCWIdpbBAQNudCO3nMwxEba5ZulsMgiI1ymQMzUzTMcxhLTCVlUaKDw==", + "license": "MIT", "dependencies": { "@types/draco3d": "^1.4.0", "@types/offscreencanvas": "^2019.6.4", diff --git a/package.json b/package.json index ad7c71e..f53540b 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "regenerator-runtime": "^0.14.0", "styled-components": "^6.1.6", "three": "^0.159.0", - "three-stdlib": "^2.28.9", + "three-stdlib": "^2.30.0", "zustand": "^4.3.8" }, "devDependencies": {