diff --git a/package-lock.json b/package-lock.json index 9e38c06..ab577c4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "@commitlint/config-conventional": "^17.7.0", "@types/react": "^18.2.23", "@types/react-dom": "^18.2.10", - "@types/three": "^0.156.0", + "@types/three": "^0.157.2", "@typescript-eslint/eslint-plugin": "^6.7.4", "@typescript-eslint/parser": "^6.7.4", "@vitejs/plugin-react-swc": "^3.4.0", @@ -4372,9 +4372,9 @@ "integrity": "sha512-n4sx2bqL0mW1tvDf/loQ+aMX7GQD3lc3fkCMC55VFNDu/vBOabO+LTIeXKM14xK0ppk5TUGcWRjiSpIlUpghKw==" }, "node_modules/@types/three": { - "version": "0.156.0", - "resolved": "https://registry.npmjs.org/@types/three/-/three-0.156.0.tgz", - "integrity": "sha512-733bXDSRdlrxqOmQuOmfC1UBRuJ2pREPk8sWnx9MtIJEVDQMx8U0NQO5MVVaOrjzDPyLI+cFPim2X/ss9v0+LQ==", + "version": "0.157.2", + "resolved": "https://registry.npmjs.org/@types/three/-/three-0.157.2.tgz", + "integrity": "sha512-2kykrMgvO5LTAiahadM6ijoER+GcbEJ61pQVOyGxIJTCASoUnzwJvfhilsLxvEw4+glzhLYUDvvTvNjx+58Vzw==", "dependencies": { "@types/stats.js": "*", "@types/webxr": "*", diff --git a/package.json b/package.json index 909d05c..78c7e5b 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "@commitlint/config-conventional": "^17.7.0", "@types/react": "^18.2.23", "@types/react-dom": "^18.2.10", - "@types/three": "^0.156.0", + "@types/three": "^0.157.2", "@typescript-eslint/eslint-plugin": "^6.7.4", "@typescript-eslint/parser": "^6.7.4", "@vitejs/plugin-react-swc": "^3.4.0",