From 7c5336cd28a89bf5202a075a31dbed6b65a1564a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jun 2023 06:09:02 +0000 Subject: [PATCH] chore(deps-dev): bump jest-environment-hardhat from 1.1.8 to 1.1.9 Bumps [jest-environment-hardhat](https://github.com/Uniswap/jest-environment-hardhat) from 1.1.8 to 1.1.9. - [Release notes](https://github.com/Uniswap/jest-environment-hardhat/releases) - [Changelog](https://github.com/Uniswap/jest-environment-hardhat/blob/main/.releaserc.json) - [Commits](https://github.com/Uniswap/jest-environment-hardhat/compare/v1.1.8...v1.1.9) --- updated-dependencies: - dependency-name: jest-environment-hardhat 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 6a925a7f9..4933bdf3c 100644 --- a/package.json +++ b/package.json @@ -126,7 +126,7 @@ "eslint-plugin-prettier": "^4.2.1", "hardhat": "^2.12.7", "husky": "^8.0.0", - "jest-environment-hardhat": "^1.1.8", + "jest-environment-hardhat": "^1.1.9", "lint-staged": "^13.0.3", "prettier": "^2.4.1", "serve": "^14.0.1", diff --git a/yarn.lock b/yarn.lock index 24e1aade9..0deb3f9c7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -19483,10 +19483,10 @@ jest-each@^26.6.0, jest-each@^26.6.2: jest-util "^26.6.2" pretty-format "^26.6.2" -jest-environment-hardhat@^1.1.8: - version "1.1.8" - resolved "https://registry.yarnpkg.com/jest-environment-hardhat/-/jest-environment-hardhat-1.1.8.tgz#36e08cb087a8f0ca7e64cf60c221f898fac4d79f" - integrity sha512-1D5dix/cKR3IgS4MMImMbvvWXClUeFRvAo+E17JY6UBhmP29Kc8yrUCMG7r3g1JSvdBYBe64Nl7cqpydJmZMog== +jest-environment-hardhat@^1.1.9: + version "1.1.9" + resolved "https://registry.yarnpkg.com/jest-environment-hardhat/-/jest-environment-hardhat-1.1.9.tgz#7eb29ce63c76e0ab64833eecce79e70eac0ba82a" + integrity sha512-tkhzDRZ6XEXfLLYl2L1UbJMXn7AqJhjZSpZmiQMIVhxh3n0FzpRVDetecRa4+e2HSqP8PKQ4aBnPtszjsw9jvg== dependencies: setimmediate "^1.0.5"