From f977fd4d406bef5b7ad5341dd575180c09e8d984 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 12:23:38 +0000 Subject: [PATCH] chore(deps-dev): bump typescript from 5.6.3 to 5.7.2 in /node Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.6.3 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.3...v5.7.2) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- node/package-lock.json | 17 ++++++++--------- node/package.json | 2 +- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/node/package-lock.json b/node/package-lock.json index af83191f..f3b897a7 100644 --- a/node/package-lock.json +++ b/node/package-lock.json @@ -19,11 +19,11 @@ "grpc-tools": "1.12.4", "prettier": "3.4.2", "ts-protoc-gen": "0.15.0", - "typescript": "5.6.3", + "typescript": "5.7.2", "vitest": "2.1.8" }, "engines": { - "node": ">=18 || >=20" + "node": ">=18" } }, "node_modules/@esbuild/aix-ppc64": { @@ -1957,11 +1957,10 @@ } }, "node_modules/typescript": { - "version": "5.6.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.3.tgz", - "integrity": "sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==", + "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" @@ -3590,9 +3589,9 @@ } }, "typescript": { - "version": "5.6.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.3.tgz", - "integrity": "sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==", + "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/node/package.json b/node/package.json index a362da1c..3ee13a38 100644 --- a/node/package.json +++ b/node/package.json @@ -25,7 +25,7 @@ "grpc-tools": "1.12.4", "prettier": "3.4.2", "ts-protoc-gen": "0.15.0", - "typescript": "5.6.3", + "typescript": "5.7.2", "vitest": "2.1.8" }, "repository": {