From 2283fba4d4fa5c2363f4a09906aa9fbde3d27f6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 07:54:22 +0000 Subject: [PATCH] chore(deps-dev): bump typescript from 5.7.2 to 5.7.3 in /js Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.7.2 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.7.2...v5.7.3) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- js/bundle/package.json | 2 +- js/cli/package.json | 2 +- js/core/package.json | 2 +- js/http/package.json | 2 +- js/jvm-types/package.json | 2 +- js/package-lock.json | 16 ++++++++-------- 6 files changed, 13 insertions(+), 13 deletions(-) diff --git a/js/bundle/package.json b/js/bundle/package.json index 2c2a597..0444708 100644 --- a/js/bundle/package.json +++ b/js/bundle/package.json @@ -16,7 +16,7 @@ "@types/node": "18.19.69", "prettier": "3.4.2", "rimraf": "6.0.1", - "typescript": "5.7.2" + "typescript": "5.7.3" }, "scripts": { "clean": "rimraf target", diff --git a/js/cli/package.json b/js/cli/package.json index 53fcc8f..e5c72e0 100644 --- a/js/cli/package.json +++ b/js/cli/package.json @@ -40,7 +40,7 @@ "@types/readline-sync": "1.4.8", "prettier": "3.4.2", "rimraf": "6.0.1", - "typescript": "5.7.2" + "typescript": "5.7.3" }, "scripts": { "clean": "rimraf target", diff --git a/js/core/package.json b/js/core/package.json index 1c1ba1e..96db2e8 100644 --- a/js/core/package.json +++ b/js/core/package.json @@ -29,7 +29,7 @@ "rimraf": "6.0.1", "ts-jest": "29.2.5", "ts-node": "10.9.2", - "typescript": "5.7.2" + "typescript": "5.7.3" }, "scripts": { "clean": "rimraf target", diff --git a/js/http/package.json b/js/http/package.json index da437ab..aabb295 100644 --- a/js/http/package.json +++ b/js/http/package.json @@ -30,7 +30,7 @@ "rimraf": "6.0.1", "ts-jest": "29.2.5", "ts-node": "10.9.2", - "typescript": "5.7.2" + "typescript": "5.7.3" }, "scripts": { "clean": "rimraf target", diff --git a/js/jvm-types/package.json b/js/jvm-types/package.json index 18380e5..1a2480e 100644 --- a/js/jvm-types/package.json +++ b/js/jvm-types/package.json @@ -18,7 +18,7 @@ "performance testing" ], "devDependencies": { - "typescript": "5.7.2" + "typescript": "5.7.3" }, "scripts": { "clean": "rm -f ./index.js ./index.d.ts", diff --git a/js/package-lock.json b/js/package-lock.json index 73018df..3b5e085 100644 --- a/js/package-lock.json +++ b/js/package-lock.json @@ -34,7 +34,7 @@ "@types/node": "18.19.69", "prettier": "3.4.2", "rimraf": "6.0.1", - "typescript": "5.7.2" + "typescript": "5.7.3" } }, "cli": { @@ -62,7 +62,7 @@ "@types/readline-sync": "1.4.8", "prettier": "3.4.2", "rimraf": "6.0.1", - "typescript": "5.7.2" + "typescript": "5.7.3" } }, "core": { @@ -79,7 +79,7 @@ "rimraf": "6.0.1", "ts-jest": "29.2.5", "ts-node": "10.9.2", - "typescript": "5.7.2" + "typescript": "5.7.3" } }, "http": { @@ -97,7 +97,7 @@ "rimraf": "6.0.1", "ts-jest": "29.2.5", "ts-node": "10.9.2", - "typescript": "5.7.2" + "typescript": "5.7.3" } }, "jvm-types": { @@ -105,7 +105,7 @@ "version": "0.0.0", "license": "Apache-2.0", "devDependencies": { - "typescript": "5.7.2" + "typescript": "5.7.3" } }, "node_modules/@ampproject/remapping": { @@ -6220,9 +6220,9 @@ } }, "node_modules/typescript": { - "version": "5.7.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.2.tgz", - "integrity": "sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==", + "version": "5.7.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.3.tgz", + "integrity": "sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver"