From 39f9146bed3ed074fa1aeeb2baea2d2200e526d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 21:07:17 +0000 Subject: [PATCH] Bump three-stdlib from 2.32.2 to 2.33.0 Bumps [three-stdlib](https://github.com/pmndrs/three-stdlib) from 2.32.2 to 2.33.0. - [Release notes](https://github.com/pmndrs/three-stdlib/releases) - [Changelog](https://github.com/pmndrs/three-stdlib/blob/main/release.config.js) - [Commits](https://github.com/pmndrs/three-stdlib/compare/v2.32.2...v2.33.0) --- updated-dependencies: - dependency-name: three-stdlib dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- 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 c2f01715..b8d740b7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "sass": "^1.77.8", "three": "^0.167.1", "three-csg-ts": "^3.2.0", - "three-stdlib": "^2.32.2" + "three-stdlib": "^2.33.0" }, "devDependencies": { "@tsconfig/next": "^2.0.1", @@ -7778,9 +7778,9 @@ } }, "node_modules/three-stdlib": { - "version": "2.32.2", - "resolved": "https://registry.npmjs.org/three-stdlib/-/three-stdlib-2.32.2.tgz", - "integrity": "sha512-ZN25Na/Xg7APhGKwJ1zhGdhZDsDGGnnm1k5Z+9LLlnfsFye4jigvbN3eA/Ta8hQmBNmEHXoozpmpKK1x8dCePQ==", + "version": "2.33.0", + "resolved": "https://registry.npmjs.org/three-stdlib/-/three-stdlib-2.33.0.tgz", + "integrity": "sha512-V/uycBuqQOP/3Z+FBtpMdj2Ds5PyfJ3VDfMzktEmG4niOIzv7q1y5uMSbMcng0+057m1l0N147FQxsodQo9zBg==", "dependencies": { "@types/draco3d": "^1.4.0", "@types/offscreencanvas": "^2019.6.4", diff --git a/package.json b/package.json index ecdc3087..57e81701 100644 --- a/package.json +++ b/package.json @@ -75,6 +75,6 @@ "sass": "^1.77.8", "three": "^0.167.1", "three-csg-ts": "^3.2.0", - "three-stdlib": "^2.32.2" + "three-stdlib": "^2.33.0" } }