From 00e41706b8f8842667d4d37d0f23dc86d8f33be4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Apr 2024 04:53:58 +0000 Subject: [PATCH] Bump typescript from 5.0.4 to 5.4.4 in /ExampleProject Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.0.4 to 5.4.4. - [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.0.4...v5.4.4) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- ExampleProject/package.json | 2 +- ExampleProject/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ExampleProject/package.json b/ExampleProject/package.json index b6f782d..f849a25 100644 --- a/ExampleProject/package.json +++ b/ExampleProject/package.json @@ -29,7 +29,7 @@ "jest": "^29.6.3", "prettier": "2.8.8", "react-test-renderer": "18.2.0", - "typescript": "5.0.4" + "typescript": "5.4.4" }, "engines": { "node": ">=18" diff --git a/ExampleProject/yarn.lock b/ExampleProject/yarn.lock index bf79216..8c8d275 100644 --- a/ExampleProject/yarn.lock +++ b/ExampleProject/yarn.lock @@ -6395,10 +6395,10 @@ typed-array-length@^1.0.6: is-typed-array "^1.1.13" possible-typed-array-names "^1.0.0" -typescript@5.0.4: - version "5.0.4" - resolved "https://registry.npmjs.org/typescript/-/typescript-5.0.4.tgz#b217fd20119bd61a94d4011274e0ab369058da3b" - integrity sha512-cW9T5W9xY37cc+jfEnaUvX91foxtHkza3Nw3wkoF4sSlKn0MONdkdEndig/qPBWXNkmplh3NzayQzCiHM4/hqw== +typescript@5.4.4: + version "5.4.4" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.4.tgz#eb2471e7b0a5f1377523700a21669dce30c2d952" + integrity sha512-dGE2Vv8cpVvw28v8HCPqyb08EzbBURxDpuhJvTrusShUfGnhHBafDsLdS1EhhxyL6BJQE+2cT3dDPAv+MQ6oLw== unbox-primitive@^1.0.2: version "1.0.2"