From ebd8979bd54ed9bed5c3e29244166a52cfaa679f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 03:53:29 +0000 Subject: [PATCH] chore(deps): Bump typescript from 5.3.3 to 5.4.2 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.3.3 to 5.4.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.3.3...v5.4.2) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- frontend/code/package.json | 2 +- package.json | 2 +- posts/api/lambda/package.json | 2 +- yarn.lock | 13 +++++++++---- 4 files changed, 12 insertions(+), 7 deletions(-) diff --git a/frontend/code/package.json b/frontend/code/package.json index 1d09842..efbcbba 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.3.3", + "typescript": "^5.4.2", "web-vitals": "^3.5.2" }, "scripts": { diff --git a/package.json b/package.json index e5a2807..38a9d2b 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "jest": "^29.7.0", "ts-jest": "^29.1.2", "ts-node": "^10.9.2", - "typescript": "^5.3.3" + "typescript": "^5.4.2" }, "workspaces": { "packages": [ diff --git a/posts/api/lambda/package.json b/posts/api/lambda/package.json index 35d4fdf..86f6470 100644 --- a/posts/api/lambda/package.json +++ b/posts/api/lambda/package.json @@ -17,6 +17,6 @@ "@types/aws-lambda": "^8.10.134", "@types/lodash": "^4.14.202", "@types/uuid": "^9.0.8", - "typescript": "^5.3.3" + "typescript": "^5.4.2" } } diff --git a/yarn.lock b/yarn.lock index d3bfa8d..16a1be0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -12016,10 +12016,10 @@ typehole@^1.7.0: "@types/isomorphic-fetch" "0.0.35" isomorphic-fetch "^3.0.0" -typescript@^5.3.3, typescript@~5.3: - version "5.3.3" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.3.3.tgz#b3ce6ba258e72e6305ba66f5c9b452aaee3ffe37" - integrity sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw== +typescript@^5.4.2: + version "5.4.2" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.2.tgz#0ae9cebcfae970718474fe0da2c090cad6577372" + integrity sha512-+2/g0Fds1ERlP6JsakQQDXjZdZMM+rqpamFZJEKh4kwTIn3iDkgKtby0CeNd5ATNZ4Ry1ax15TMx0W2V+miizQ== typescript@next: version "5.4.0-dev.20240110" @@ -12031,6 +12031,11 @@ typescript@~3.9.10: resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.10.tgz#70f3910ac7a51ed6bef79da7800690b19bf778b8" integrity sha512-w6fIxVE/H1PkLKcCPsFqKE7Kv7QUwhU8qQY2MueZXWx5cPZdwFupLgKK3vntcK98BtNHZtAF4LA/yl2a7k8R6Q== +typescript@~5.3: + version "5.3.3" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.3.3.tgz#b3ce6ba258e72e6305ba66f5c9b452aaee3ffe37" + integrity sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw== + unbox-primitive@^1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/unbox-primitive/-/unbox-primitive-1.0.2.tgz#29032021057d5e6cdbd08c5129c226dff8ed6f9e"