From de6d87f619fa6d46ad9b0dc5449366231d163ee6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 00:22:52 +0000 Subject: [PATCH] Bump typescript from 5.4.5 to 5.7.2 in /vscode_extension Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.4.5 to 5.7.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.7.2) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- vscode_extension/package-lock.json | 14 +++++++------- vscode_extension/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/vscode_extension/package-lock.json b/vscode_extension/package-lock.json index 09b48ddf3..70a90a16b 100644 --- a/vscode_extension/package-lock.json +++ b/vscode_extension/package-lock.json @@ -24,7 +24,7 @@ "glob": "^10.3.10", "mocha": "^10.3.0", "prettier": "^3.2.5", - "typescript": "^5.4.5", + "typescript": "^5.7.2", "vscode-test": "^1.4.0" }, "engines": { @@ -3035,9 +3035,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.7.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.2.tgz", + "integrity": "sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==", "dev": true, "bin": { "tsc": "bin/tsc", @@ -5415,9 +5415,9 @@ "dev": true }, "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.7.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.2.tgz", + "integrity": "sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==", "dev": true }, "undici-types": { diff --git a/vscode_extension/package.json b/vscode_extension/package.json index b243dd537..7aa708d46 100644 --- a/vscode_extension/package.json +++ b/vscode_extension/package.json @@ -259,7 +259,7 @@ "glob": "^10.3.10", "mocha": "^10.3.0", "prettier": "^3.2.5", - "typescript": "^5.4.5", + "typescript": "^5.7.2", "vscode-test": "^1.4.0" }, "eslintConfig": {