From 26a454bade22658fc16e3178adbc95de7a2a975d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 1 Dec 2023 14:37:00 +0000 Subject: [PATCH] fix: upgrade @types/three from 0.157.0 to 0.158.2 Snyk has created this PR to upgrade @types/three from 0.157.0 to 0.158.2. See this package in npm: https://www.npmjs.com/package/@types/three 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 | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6eba0972..eacecdeb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@sentry/cli": "^2.21.2", "@sentry/react": "^7.77.0", "@sentry/tracing": "^7.75.1", - "@types/three": "^0.157.0", + "@types/three": "^0.158.2", "@welldone-software/why-did-you-render": "^7.0.1", "antd": "^5.11.0", "axios": "^1.6.0", @@ -8705,9 +8705,9 @@ "integrity": "sha512-n4sx2bqL0mW1tvDf/loQ+aMX7GQD3lc3fkCMC55VFNDu/vBOabO+LTIeXKM14xK0ppk5TUGcWRjiSpIlUpghKw==" }, "node_modules/@types/three": { - "version": "0.157.0", - "resolved": "https://registry.npmjs.org/@types/three/-/three-0.157.0.tgz", - "integrity": "sha512-+BG+wqEyH506w23tKpwXnCTJb/MeyeQ/wcFlSFQ26Z9hS5Qde2vc7o+aqd+z98b38PVGuHa5GYxg/3CY7qrxFw==", + "version": "0.158.2", + "resolved": "https://registry.npmjs.org/@types/three/-/three-0.158.2.tgz", + "integrity": "sha512-KPYbdLI8VPhu7qnHqsayfkuk58Qk+20l1U5HBK7uG50EjtrqeCreurNNpnatMZje29XRuTM1A+pGHGdDBHPyUQ==", "dependencies": { "@types/stats.js": "*", "@types/webxr": "*", diff --git a/package.json b/package.json index adfc9129..e0c5a24d 100644 --- a/package.json +++ b/package.json @@ -228,7 +228,7 @@ "@sentry/cli": "^2.21.2", "@sentry/react": "^7.77.0", "@sentry/tracing": "^7.75.1", - "@types/three": "^0.157.0", + "@types/three": "^0.158.2", "@welldone-software/why-did-you-render": "^7.0.1", "antd": "^5.11.0", "axios": "^1.6.0",