From 04347f61255ea7717429df489d3d0ef3430f23ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2025 04:03:55 +0000 Subject: [PATCH] Bump typescript from 5.4.5 to 5.7.3 Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.4.5 to 5.7.3. - [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.7.3) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 38 +++++--------------------------------- package.json | 2 +- 2 files changed, 6 insertions(+), 34 deletions(-) diff --git a/package-lock.json b/package-lock.json index fb59f8091..f1cbac126 100644 --- a/package-lock.json +++ b/package-lock.json @@ -101,7 +101,7 @@ "rollup": "4.32.1", "rollup-plugin-ts": "^3.4.5", "type-coverage": "^2.29.7", - "typescript": "5.4.5", + "typescript": "5.7.3", "typescript-eslint": "^8.22.0", "unplugin-purge-polyfills": "^0.0.7" }, @@ -188,20 +188,6 @@ "node": ">=16.0.0" } }, - "node_modules/@appthreat/atom/node_modules/typescript": { - "version": "5.7.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.3.tgz", - "integrity": "sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==", - "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", @@ -17781,20 +17767,6 @@ "url": "https://github.com/sponsors/isaacs" } }, - "node_modules/tshy/node_modules/typescript": { - "version": "5.6.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.3.tgz", - "integrity": "sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==", - "dev": true, - "license": "Apache-2.0", - "bin": { - "tsc": "bin/tsc", - "tsserver": "bin/tsserver" - }, - "engines": { - "node": ">=14.17" - } - }, "node_modules/tshy/node_modules/walk-up-path": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/walk-up-path/-/walk-up-path-4.0.0.tgz", @@ -17986,10 +17958,10 @@ } }, "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==", - "dev": true, + "version": "5.7.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.3.tgz", + "integrity": "sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==", + "devOptional": true, "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", diff --git a/package.json b/package.json index ae5ce761d..357babbe6 100644 --- a/package.json +++ b/package.json @@ -147,7 +147,7 @@ "rollup": "4.32.1", "rollup-plugin-ts": "^3.4.5", "type-coverage": "^2.29.7", - "typescript": "5.4.5", + "typescript": "5.7.3", "typescript-eslint": "^8.22.0", "unplugin-purge-polyfills": "^0.0.7" },