From e1fc4c5710b176a6233120bb4a7ad71785f8b212 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 04:05:18 +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] --- frontend/code/package.json | 2 +- package.json | 2 +- posts/api/lambda/package.json | 2 +- yarn.lock | 8 ++++---- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/frontend/code/package.json b/frontend/code/package.json index 601f87a..2437ba0 100644 --- a/frontend/code/package.json +++ b/frontend/code/package.json @@ -15,7 +15,7 @@ "react-modal": "^3.16.1", "react-scripts": "^5.0.1", "typehole": "^1.7.0", - "typescript": "^5.6.2", + "typescript": "^5.6.3", "web-vitals": "^4.2.3" }, "scripts": { diff --git a/package.json b/package.json index dd6fc59..25747b7 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "jest": "^29.7.0", "ts-jest": "^29.2.5", "ts-node": "^10.9.2", - "typescript": "^5.6.2" + "typescript": "^5.6.3" }, "workspaces": { "packages": [ diff --git a/posts/api/lambda/package.json b/posts/api/lambda/package.json index 0c492cf..0f2f58f 100644 --- a/posts/api/lambda/package.json +++ b/posts/api/lambda/package.json @@ -17,6 +17,6 @@ "@types/aws-lambda": "^8.10.141", "@types/lodash": "^4.17.10", "@types/uuid": "^10.0.0", - "typescript": "^5.6.2" + "typescript": "^5.6.3" } } diff --git a/yarn.lock b/yarn.lock index c1eb350..72d9ee5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11676,10 +11676,10 @@ typehole@^1.7.0: "@types/isomorphic-fetch" "0.0.35" isomorphic-fetch "^3.0.0" -typescript@^5.6.2: - version "5.6.2" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.6.2.tgz#d1de67b6bef77c41823f822df8f0b3bcff60a5a0" - integrity sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw== +typescript@^5.6.3: + version "5.6.3" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.6.3.tgz#5f3449e31c9d94febb17de03cc081dd56d81db5b" + integrity sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw== typescript@next: version "5.4.0-dev.20240110"