From 1b8f5f03edcc8eeea5e4e036856ffc85e6295cd9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 08:46:19 +0000 Subject: [PATCH] chore(deps): bump typescript from 5.6.2 to 5.6.3 Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.6.2 to 5.6.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.6.2...v5.6.3) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- examples/app/package.json | 4 ++-- package-lock.json | 12 ++++++------ package.json | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/examples/app/package.json b/examples/app/package.json index ccf3018b86..32b55959ed 100644 --- a/examples/app/package.json +++ b/examples/app/package.json @@ -35,7 +35,7 @@ "constructs": "^10.3.0", "source-map-support": "^0.5.21", "tsx": "^4.19.1", - "typescript": "^5.6.2", + "typescript": "^5.6.3", "vitest": "^2.0.5" }, "dependencies": { @@ -52,6 +52,6 @@ "@types/node": "22.7.5", "constructs": "^10.3.0", "esbuild": "^0.24.0", - "typescript": "^5.6.2" + "typescript": "^5.6.3" } } diff --git a/package-lock.json b/package-lock.json index f4a0e6a0d7..72765cc3c5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -43,7 +43,7 @@ "typedoc": "^0.26.8", "typedoc-plugin-missing-exports": "^3.0.0", "typedoc-plugin-zod": "^1.2.1", - "typescript": "^5.6.2", + "typescript": "^5.6.3", "vitest": "^2.0.5" }, "engines": { @@ -68,7 +68,7 @@ "@types/node": "22.7.5", "constructs": "^10.3.0", "esbuild": "^0.24.0", - "typescript": "^5.6.2" + "typescript": "^5.6.3" }, "devDependencies": { "@types/aws-lambda": "^8.10.145", @@ -78,7 +78,7 @@ "constructs": "^10.3.0", "source-map-support": "^0.5.21", "tsx": "^4.19.1", - "typescript": "^5.6.2", + "typescript": "^5.6.3", "vitest": "^2.0.5" } }, @@ -16601,9 +16601,9 @@ } }, "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.6.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.3.tgz", + "integrity": "sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==", "dev": true, "bin": { "tsc": "bin/tsc", diff --git a/package.json b/package.json index e92ba23108..b8e45ca1ec 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "typedoc": "^0.26.8", "typedoc-plugin-missing-exports": "^3.0.0", "typedoc-plugin-zod": "^1.2.1", - "typescript": "^5.6.2", + "typescript": "^5.6.3", "vitest": "^2.0.5" }, "lint-staged": {