From 4084b2bfc7e1b3c6212508c9cc9b310bd9f154bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2025 15:05:25 +0000 Subject: [PATCH] chore(deps): bump typescript in the typescript group across 1 directory Bumps the typescript group with 1 update in the / directory: [typescript](https://github.com/microsoft/TypeScript). Updates `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:production update-type: version-update:semver-patch dependency-group: typescript ... Signed-off-by: dependabot[bot] --- examples/app/package.json | 4 ++-- package-lock.json | 13 +++++++------ package.json | 2 +- 3 files changed, 10 insertions(+), 9 deletions(-) diff --git a/examples/app/package.json b/examples/app/package.json index 59f8f90c2d..270ca98d59 100644 --- a/examples/app/package.json +++ b/examples/app/package.json @@ -34,7 +34,7 @@ "constructs": "^10.4.2", "source-map-support": "^0.5.21", "tsx": "^4.19.2", - "typescript": "^5.7.2", + "typescript": "^5.7.3", "vitest": "^2.0.5" }, "dependencies": { @@ -52,6 +52,6 @@ "aws-cdk": "^2.177.0", "constructs": "^10.4.2", "esbuild": "^0.24.2", - "typescript": "^5.7.2" + "typescript": "^5.7.3" } } diff --git a/package-lock.json b/package-lock.json index e5e823a244..b243e3baa7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -39,7 +39,7 @@ "typedoc": "^0.27.6", "typedoc-plugin-missing-exports": "^3.1.0", "typedoc-plugin-zod": "^1.3.1", - "typescript": "^5.7.2", + "typescript": "^5.7.3", "vitest": "^2.0.5" }, "engines": { @@ -65,7 +65,7 @@ "aws-cdk": "^2.177.0", "constructs": "^10.4.2", "esbuild": "^0.24.2", - "typescript": "^5.7.2" + "typescript": "^5.7.3" }, "devDependencies": { "@types/aws-lambda": "^8.10.147", @@ -74,7 +74,7 @@ "constructs": "^10.4.2", "source-map-support": "^0.5.21", "tsx": "^4.19.2", - "typescript": "^5.7.2", + "typescript": "^5.7.3", "vitest": "^2.0.5" } }, @@ -14375,10 +14375,11 @@ } }, "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==", "dev": true, + "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" diff --git a/package.json b/package.json index 264bbd97f5..efddf436f5 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "typedoc": "^0.27.6", "typedoc-plugin-missing-exports": "^3.1.0", "typedoc-plugin-zod": "^1.3.1", - "typescript": "^5.7.2", + "typescript": "^5.7.3", "vitest": "^2.0.5" }, "lint-staged": {