diff --git a/package-lock.json b/package-lock.json index c41b237..d1b8486 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "@semantic-release/npm": "^13.1.1", "@semantic-release/release-notes-generator": "^14.1.0", "@types/node": "^22.18.12", - "@types/three": "^0.184.0", + "@types/three": "^0.186.0", "concurrently": "^9.2.1", "conventional-changelog-conventionalcommits": "^9.1.0", "cz-conventional-changelog": "^3.3.0", @@ -46,7 +46,7 @@ "semantic-release": "^25.0.1", "servez": "^2.3.2", "sharp": "^0.34.4", - "three": "^0.184.0", + "three": "^0.186.0", "typedoc": "^0.28.14", "typedoc-github-wiki-theme": "^2.1.0", "typedoc-plugin-markdown": "^4.9.0", @@ -2897,9 +2897,9 @@ "license": "MIT" }, "node_modules/@types/three": { - "version": "0.184.0", - "resolved": "https://registry.npmjs.org/@types/three/-/three-0.184.0.tgz", - "integrity": "sha512-4mY2tZAu0y0B0567w7013BBXSpsP0+Z48NJvmNo4Y/Pf76yCyz6Jw4P3tUVs10WuYNXXZ+wmHyGWpCek3amJxA==", + "version": "0.186.0", + "resolved": "https://registry.npmjs.org/@types/three/-/three-0.186.0.tgz", + "integrity": "sha512-mxYSBpDC+D0pLfSP6sW4WZTcT+nrtmZcimMqnVmy36Hte3XpeYSrvgg4TRdaM1GemGog1AWzI5qL2VoIfMXbJQ==", "dev": true, "license": "MIT", "dependencies": { @@ -2907,7 +2907,7 @@ "@tweenjs/tween.js": "~23.1.3", "@types/stats.js": "*", "@types/webxr": ">=0.5.17", - "fflate": "~0.8.2", + "fflate": "~0.8.3", "meshoptimizer": "~1.1.1" } }, @@ -6647,9 +6647,9 @@ } }, "node_modules/fflate": { - "version": "0.8.2", - "resolved": "https://registry.npmjs.org/fflate/-/fflate-0.8.2.tgz", - "integrity": "sha512-cPJU47OaAoCbg0pBvzsgpTPhmhqI5eJjh/JIu8tPj5q+T7iLvW/JAYUqmE7KOB4R1ZyEhzBaIQpQpardBF5z8A==", + "version": "0.8.3", + "resolved": "https://registry.npmjs.org/fflate/-/fflate-0.8.3.tgz", + "integrity": "sha512-tbZNuJrLwGUp3zshBtdy4W+ORxZuIh8a5ilyIEQDC5rY1f3U20JMry0Ll3WBzU58EZKsEuJFXhb5gwv8CsPvgA==", "dev": true, "license": "MIT" }, @@ -15745,9 +15745,9 @@ } }, "node_modules/three": { - "version": "0.184.0", - "resolved": "https://registry.npmjs.org/three/-/three-0.184.0.tgz", - "integrity": "sha512-wtTRjG92pM5eUg/KuUnHsqSAlPM296brTOcLgMRqEeylYTh/CdtvKUvCyyCQTzFuStieWxvZb8mVTMvdPyUpxg==", + "version": "0.186.0", + "resolved": "https://registry.npmjs.org/three/-/three-0.186.0.tgz", + "integrity": "sha512-cr/fIM2ddMSVbYVgkfD4jLJv7Fh/8ZTjvo+7gQeSVGUZHxpx9FDwoL5iC7hUz/LiRA8wMbqfnb90xKfm1/HHkQ==", "dev": true, "license": "MIT" }, diff --git a/package.json b/package.json index 1c45323..2766acf 100644 --- a/package.json +++ b/package.json @@ -131,7 +131,7 @@ "@semantic-release/npm": "^13.1.1", "@semantic-release/release-notes-generator": "^14.1.0", "@types/node": "^22.18.12", - "@types/three": "^0.184.0", + "@types/three": "^0.186.0", "concurrently": "^9.2.1", "conventional-changelog-conventionalcommits": "^9.1.0", "cz-conventional-changelog": "^3.3.0", @@ -151,7 +151,7 @@ "semantic-release": "^25.0.1", "servez": "^2.3.2", "sharp": "^0.34.4", - "three": "^0.184.0", + "three": "^0.186.0", "typedoc": "^0.28.14", "typedoc-github-wiki-theme": "^2.1.0", "typedoc-plugin-markdown": "^4.9.0",