diff --git a/package-lock.json b/package-lock.json index 72811859a..e3511efcf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -112,7 +112,7 @@ "rollup-plugin-ts": "^3.4.5", "synp": "^1.9.14", "type-coverage": "^2.29.7", - "typescript": "5.4.5", + "typescript": "5.8.2", "typescript-eslint": "^8.26.0", "unplugin-purge-polyfills": "^0.0.7", "vitest": "3.0.8" @@ -161,7 +161,7 @@ "optional": true, "dependencies": { "@babel/parser": "^7.26.9", - "typescript": "^5.8.2", + "typescript": "5.8.2", "yargs": "^17.7.2" }, "bin": { @@ -174,21 +174,6 @@ "node": ">=16.0.0" } }, - "node_modules/@appthreat/atom/node_modules/typescript": { - "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", - "optional": true, - "bin": { - "tsc": "bin/tsc", - "tsserver": "bin/tsserver" - }, - "engines": { - "node": ">=14.17" - } - }, "node_modules/@appthreat/cdx-proto": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/@appthreat/cdx-proto/-/cdx-proto-1.0.1.tgz", @@ -17800,9 +17785,9 @@ } }, "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": { diff --git a/package.json b/package.json index 9813cbb93..4845ab222 100644 --- a/package.json +++ b/package.json @@ -168,7 +168,7 @@ "rollup-plugin-ts": "^3.4.5", "synp": "^1.9.14", "type-coverage": "^2.29.7", - "typescript": "5.4.5", + "typescript": "5.8.2", "typescript-eslint": "^8.26.0", "unplugin-purge-polyfills": "^0.0.7", "vitest": "3.0.8"