diff --git a/package-lock.json b/package-lock.json index d9c880b1..734af694 100644 --- a/package-lock.json +++ b/package-lock.json @@ -49,7 +49,7 @@ "three": "^0.161.0", "ts-jest": "^29.2.5", "typedoc": "^0.25.13", - "typescript": "^5.4.5" + "typescript": "^5.8.2" }, "peerDependencies": { "three": "*" @@ -12153,10 +12153,11 @@ } }, "node_modules/typescript": { - "version": "5.4.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz", - "integrity": "sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==", + "version": "5.8.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.2.tgz", + "integrity": "sha512-aJn6wq13/afZp/jT9QZmwEjDqqvSGp1VT5GVg+f/t6/oVyrgXM6BY1h9BRh/O5p3PlUPAe+WuiEZOmb/49RqoQ==", "dev": true, + "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" @@ -21410,9 +21411,9 @@ } }, "typescript": { - "version": "5.4.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz", - "integrity": "sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==", + "version": "5.8.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.2.tgz", + "integrity": "sha512-aJn6wq13/afZp/jT9QZmwEjDqqvSGp1VT5GVg+f/t6/oVyrgXM6BY1h9BRh/O5p3PlUPAe+WuiEZOmb/49RqoQ==", "dev": true }, "unbox-primitive": { diff --git a/package.json b/package.json index b7dfbd44..4052c4a8 100644 --- a/package.json +++ b/package.json @@ -91,7 +91,7 @@ "three": "^0.161.0", "ts-jest": "^29.2.5", "typedoc": "^0.25.13", - "typescript": "^5.4.5" + "typescript": "^5.8.2" }, "publishConfig": { "access": "public",