From 1380db36a4e35efbd83bb5d22e31dfd14c40a471 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 05:19:36 +0000 Subject: [PATCH] Bump typescript from 5.5.3 to 5.6.3 Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.5.3 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.5.3...v5.6.3) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 708d5c7..92960b1 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "react-router-dom": "^6.25.1", "ts-jest": "^29.1.5", "ts-loader": "^9.5.1", - "typescript": "^5.5.3", + "typescript": "^5.6.3", "webpack": "^5.95.0", "webpack-cli": "^5.0.1" }, diff --git a/yarn.lock b/yarn.lock index 85e5035..e820e9e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6160,10 +6160,10 @@ typed-array-length@^1.0.6: is-typed-array "^1.1.13" possible-typed-array-names "^1.0.0" -typescript@^5.5.3: - version "5.5.3" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.3.tgz#e1b0a3c394190838a0b168e771b0ad56a0af0faa" - integrity sha512-/hreyEujaB0w76zKo6717l3L0o/qEUtRgdvUBvlkhoWeOVMjMuHNHk0BRBzikzuGDqNmPQbg5ifMEqsHLiIUcQ== +typescript@^5.6.3: + version "5.6.3" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.6.3.tgz#5f3449e31c9d94febb17de03cc081dd56d81db5b" + integrity sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw== unbox-primitive@^1.0.2: version "1.0.2"