From 8ac1a40de053da5ea5f67abd8e49446d12b1cc49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jul 2024 04:39:05 +0000 Subject: [PATCH] Bump typescript from 5.0.4 to 5.5.3 in /ExampleProject Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.0.4 to 5.5.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.0.4...v5.5.3) --- 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..658752f 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.5.3" }, "engines": { "node": ">=18" diff --git a/ExampleProject/yarn.lock b/ExampleProject/yarn.lock index bf79216..6006604 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.5.3: + version "5.5.3" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.3.tgz#e1b0a3c394190838a0b168e771b0ad56a0af0faa" + integrity sha512-/hreyEujaB0w76zKo6717l3L0o/qEUtRgdvUBvlkhoWeOVMjMuHNHk0BRBzikzuGDqNmPQbg5ifMEqsHLiIUcQ== unbox-primitive@^1.0.2: version "1.0.2"