From 35a0c1d87cd79bf0eab27d9f0214b87a68fb7f65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 07:53:53 +0000 Subject: [PATCH] build(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 7ecd6502..04c84947 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "js-sha512": "^0.9.0", "prettier": "^3.2.4", "secp256k1": "^5.0.0", - "typescript": "^4.6.2" + "typescript": "^5.5.4" }, "scripts": { "build": "babel src --out-dir dist && yarn build-types", diff --git a/yarn.lock b/yarn.lock index 8082084d..299841f9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5233,10 +5233,10 @@ typed-array-length@^1.0.6: is-typed-array "^1.1.13" possible-typed-array-names "^1.0.0" -typescript@^4.6.2: - version "4.8.4" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.8.4.tgz#c464abca159669597be5f96b8943500b238e60e6" - 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.1: version "1.0.1"