From 8faaf50b5247f56af39f494f2223bbb6601ecf39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2024 17:31:53 +0000 Subject: [PATCH] chore(deps-dev): bump typescript from 4.8.4 to 5.5.4 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.8.4 to 5.5.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/v4.8.4...v5.5.4) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-major ... 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 c0b19f2..e2aac3d 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "stdout-stderr": "^0.1.13", "ts-node": "^10.9.1", "tslint": "^6.1.3", - "typescript": "^4.8.4" + "typescript": "^5.5.4" }, "engines": { "node": ">= 16.20.0" diff --git a/yarn.lock b/yarn.lock index 6590d2c..020a87e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5253,10 +5253,10 @@ typedarray-to-buffer@^3.1.5: dependencies: is-typedarray "^1.0.0" -typescript@^4.8.4: - version "4.8.4" - resolved "https://registry.npmjs.org/typescript/-/typescript-4.8.4.tgz" - integrity sha512-QCh+85mCy+h0IGff8r5XWzOVSbBO+KfeYrMQh7NJ58QujwcE22u+NUSmUxqF+un70P9GXKxa2HCNiTTMJknyjQ== +typescript@^5.5.4: + version "5.5.4" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.4.tgz#d9852d6c82bad2d2eda4fd74a5762a8f5909e9ba" + integrity sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q== unbox-primitive@^1.0.2: version "1.0.2"