From c0fe7bf2c12d3cd7db45a089cbc23bc52a58640a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Aug 2023 14:10:36 +0000 Subject: [PATCH] chore: npm: bump typescript from 4.9.4 to 5.2.2 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.4 to 5.2.2. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/commits) --- 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 f3e9d03..8466024 100644 --- a/package.json +++ b/package.json @@ -18,6 +18,6 @@ "banned-assets": "https://github.com/block-wallet/banned-assets#v0.0.2", "ethereumjs-util": "^7.1.5", "ts-node": "^10.9.1", - "typescript": "^4.9.4" + "typescript": "^5.2.2" } } diff --git a/yarn.lock b/yarn.lock index 072a851..d855e16 100644 --- a/yarn.lock +++ b/yarn.lock @@ -483,10 +483,10 @@ ts-node@^10.9.1: v8-compile-cache-lib "^3.0.1" yn "3.1.1" -typescript@^4.9.4: - version "4.9.4" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.4.tgz#a2a3d2756c079abda241d75f149df9d561091e78" - integrity sha512-Uz+dTXYzxXXbsFpM86Wh3dKCxrQqUcVMxwU54orwlJjOpO3ao8L7j5lH+dWfTwgCwIuM9GQ2kvVotzYJMXTBZg== +typescript@^5.2.2: + version "5.2.2" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.2.2.tgz#5ebb5e5a5b75f085f22bc3f8460fba308310fa78" + integrity sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w== util-deprecate@^1.0.1: version "1.0.2"