From 657584a306703a926cec36eb0380c0787363e9fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Jun 2023 19:30:59 +0000 Subject: [PATCH] Bump typescript from 5.1.3 to 5.1.5 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.1.3 to 5.1.5. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v5.1.3...v5.1.5) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-patch ... 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 9c063c6..774fed8 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.1.5" }, "dependencies": { "ethers": "^5.7.2" diff --git a/yarn.lock b/yarn.lock index 4fe451e..31fb418 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.1.5: + version "5.1.5" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.1.5.tgz#a3ae755082488b6046fe64345d293ef26af08671" + integrity sha512-FOH+WN/DQjUvN6WgW+c4Ml3yi0PH+a/8q+kNIfRehv1wLhWONedw85iu+vQ39Wp49IzTJEsZ2lyLXpBF7mkF1g== typical@^4.0.0: version "4.0.0"