From 86d4781423d982611ccadc12697bf0df21da644c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 14:55:12 +0000 Subject: [PATCH] build(deps-dev): bump typescript from 5.6.2 to 5.7.2 in /code Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.6.2 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.6.2...v5.7.2) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- code/package-lock.json | 19 +++++++++---------- code/package.json | 2 +- 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/code/package-lock.json b/code/package-lock.json index 79de7f71..3599850b 100644 --- a/code/package-lock.json +++ b/code/package-lock.json @@ -1,12 +1,12 @@ { "name": "esbonio", - "version": "0.95.2", + "version": "0.96.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "esbonio", - "version": "0.95.2", + "version": "0.96.0", "license": "MIT", "dependencies": { "@vscode/python-extension": "^1.0.5", @@ -19,7 +19,7 @@ "@vscode/vsce": "^3.1.1", "esbuild": "^0.24.0", "ovsx": "^0.9.5", - "typescript": "^5.6.2" + "typescript": "^5.7.2" }, "engines": { "vscode": "^1.82.0" @@ -3037,11 +3037,10 @@ } }, "node_modules/typescript": { - "version": "5.6.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.2.tgz", - "integrity": "sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==", + "version": "5.7.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.2.tgz", + "integrity": "sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==", "dev": true, - "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" @@ -5561,9 +5560,9 @@ } }, "typescript": { - "version": "5.6.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.2.tgz", - "integrity": "sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==", + "version": "5.7.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.2.tgz", + "integrity": "sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==", "dev": true }, "uc.micro": { diff --git a/code/package.json b/code/package.json index 046164ac..57fa3216 100644 --- a/code/package.json +++ b/code/package.json @@ -40,7 +40,7 @@ "@vscode/vsce": "^3.1.1", "esbuild": "^0.24.0", "ovsx": "^0.9.5", - "typescript": "^5.6.2" + "typescript": "^5.7.2" }, "engines": { "vscode": "^1.82.0"