From 94ee612f8390f4b9108a8c76f156d0db82fafac6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Aug 2023 19:49:23 +0000 Subject: [PATCH] Bump typescript from 5.1.3 to 5.2.2 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.1.3 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-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 7e8e155..b78d077 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "rimraf": "^5.0.1", "ts-jest": "^29.1.0", "typechain": "^8.2.0", - "typescript": "^5.1.3" + "typescript": "^5.2.2" }, "dependencies": { "ethers": "^5.7.2" diff --git a/yarn.lock b/yarn.lock index 4fe451e..2b06379 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3455,10 +3455,10 @@ typechain@^8.2.0: ts-command-line-args "^2.2.0" ts-essentials "^7.0.1" -typescript@^5.1.3: - version "5.1.3" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.1.3.tgz#8d84219244a6b40b6fb2b33cc1c062f715b9e826" - integrity sha512-XH627E9vkeqhlZFQuL+UsyAXEnibT0kWR2FWONlr4sTjvxyJYnyefgrkyECLzM5NenmKzRAy2rR/OlYLA1HkZw== +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== typical@^4.0.0: version "4.0.0"