From 76a4265523cca7a66b4fd16a9763d4a4101205be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Mar 2025 05:15:21 +0000 Subject: [PATCH] Bump typescript from 5.4.5 to 5.8.2 Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.4.5 to 5.8.2. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.4.5...v5.8.2) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 25 +++++-------------------- package.json | 2 +- 2 files changed, 6 insertions(+), 21 deletions(-) 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"