Skip to content

Commit 8246dba

Browse files
committed
chore(deps): update dependency @nomiclabs/hardhat-waffle to v2.0.5
1 parent aed6768 commit 8246dba

File tree

2 files changed

+13
-49
lines changed

2 files changed

+13
-49
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"devDependencies": {
2323
"@nomiclabs/hardhat-ethers": "2.2.2",
2424
"@nomiclabs/hardhat-etherscan": "3.1.6",
25-
"@nomiclabs/hardhat-waffle": "2.0.4",
25+
"@nomiclabs/hardhat-waffle": "2.0.5",
2626
"@openzeppelin/contracts": "4.8.1",
2727
"@types/chai": "4.3.4",
2828
"@types/dotenv": "8.2.0",

yarn.lock

Lines changed: 12 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -892,13 +892,10 @@
892892
table "^6.8.0"
893893
undici "^5.14.0"
894894

895-
"@nomiclabs/hardhat-waffle@2.0.4":
896-
version "2.0.4"
897-
resolved "https://registry.yarnpkg.com/@nomiclabs/hardhat-waffle/-/hardhat-waffle-2.0.4.tgz#77172ddd101681fc0a58ffbc51c9f9ef3f8e4b8a"
898-
integrity sha512-WnnLH4pPS4bAq/p0vscwmoW763b286FPWZ1oKVon1bmAGf6BCGCEIMvSBK7iTCVafwK3yKj/7Q2ZQvTep83Hfg==
899-
dependencies:
900-
"@types/sinon-chai" "^3.2.3"
901-
"@types/web3" "1.0.19"
895+
"@nomiclabs/hardhat-waffle@2.0.5":
896+
version "2.0.5"
897+
resolved "https://registry.yarnpkg.com/@nomiclabs/hardhat-waffle/-/hardhat-waffle-2.0.5.tgz#97c217f1db795395c04404291937edb528f3f218"
898+
integrity sha512-U1RH9OQ1mWYQfb+moX5aTgGjpVVlOcpiFI47wwnaGG4kLhcTy90cNiapoqZenxcRAITVbr0/+QSduINL5EsUIQ==
902899

903900
"@openzeppelin/contracts-upgradeable@^4.4.2":
904901
version "4.8.1"
@@ -1133,21 +1130,21 @@
11331130
resolved "https://registry.yarnpkg.com/@types/async-eventemitter/-/async-eventemitter-0.2.1.tgz#f8e6280e87e8c60b2b938624b0a3530fb3e24712"
11341131
integrity sha512-M2P4Ng26QbAeITiH7w1d7OxtldgfAe0wobpyJzVK/XOb0cUGKU2R4pfAhqcJBXAe2ife5ZOhSv4wk7p+ffURtg==
11351132

1136-
"@types/bn.js@*", "@types/bn.js@^5.1.0":
1137-
version "5.1.1"
1138-
resolved "https://registry.yarnpkg.com/@types/bn.js/-/bn.js-5.1.1.tgz#b51e1b55920a4ca26e9285ff79936bbdec910682"
1139-
integrity sha512-qNrYbZqMx0uJAfKnKclPh+dTwK33KfLHYqtyODwd5HnXOjnkhc4qgn3BrK6RWyGZm5+sIFE7Q7Vz6QQtJB7w7g==
1140-
dependencies:
1141-
"@types/node" "*"
1142-
11431133
"@types/bn.js@^4.11.3":
11441134
version "4.11.6"
11451135
resolved "https://registry.yarnpkg.com/@types/bn.js/-/bn.js-4.11.6.tgz#c306c70d9358aaea33cd4eda092a742b9505967c"
11461136
integrity sha512-pqr857jrp2kPuO9uRjZ3PwnJTjoQy+fcdxvBTvHm6dkmEL9q+hDD/2j/0ELOBPtPnS8LjCX0gI9nbl8lVkadpg==
11471137
dependencies:
11481138
"@types/node" "*"
11491139

1150-
"@types/chai@*", "@types/chai@4.3.4":
1140+
"@types/bn.js@^5.1.0":
1141+
version "5.1.1"
1142+
resolved "https://registry.yarnpkg.com/@types/bn.js/-/bn.js-5.1.1.tgz#b51e1b55920a4ca26e9285ff79936bbdec910682"
1143+
integrity sha512-qNrYbZqMx0uJAfKnKclPh+dTwK33KfLHYqtyODwd5HnXOjnkhc4qgn3BrK6RWyGZm5+sIFE7Q7Vz6QQtJB7w7g==
1144+
dependencies:
1145+
"@types/node" "*"
1146+
1147+
"@types/chai@4.3.4":
11511148
version "4.3.4"
11521149
resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.3.4.tgz#e913e8175db8307d78b4e8fa690408ba6b65dee4"
11531150
integrity sha512-KnRanxnpfpjUTqTCXslZSEdLfXExwgNxYPdiO2WGUj8+HDjFi8R3k5RVKPeSCzLjCcshCAtVO2QBbVuAV4kTnw==
@@ -1257,39 +1254,6 @@
12571254
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.3.13.tgz#da4bfd73f49bd541d28920ab0e2bf0ee80f71c91"
12581255
integrity sha512-21cFJr9z3g5dW8B0CVI9g2O9beqaThGQ6ZFBqHfwhzLDKUxaqTIy3vnfah/UPkfOiF2pLq+tGz+W8RyCskuslw==
12591256

1260-
"@types/sinon-chai@^3.2.3":
1261-
version "3.2.9"
1262-
resolved "https://registry.yarnpkg.com/@types/sinon-chai/-/sinon-chai-3.2.9.tgz#71feb938574bbadcb176c68e5ff1a6014c5e69d4"
1263-
integrity sha512-/19t63pFYU0ikrdbXKBWj9PCdnKyTd0Qkz0X91Ta081cYsq90OxYdcWwK/dwEoDa6dtXgj2HJfmzgq+QZTHdmQ==
1264-
dependencies:
1265-
"@types/chai" "*"
1266-
"@types/sinon" "*"
1267-
1268-
"@types/sinon@*":
1269-
version "10.0.13"
1270-
resolved "https://registry.yarnpkg.com/@types/sinon/-/sinon-10.0.13.tgz#60a7a87a70d9372d0b7b38cc03e825f46981fb83"
1271-
integrity sha512-UVjDqJblVNQYvVNUsj0PuYYw0ELRmgt1Nt5Vk0pT5f16ROGfcKJY8o1HVuMOJOpD727RrGB9EGvoaTQE5tgxZQ==
1272-
dependencies:
1273-
"@types/sinonjs__fake-timers" "*"
1274-
1275-
"@types/sinonjs__fake-timers@*":
1276-
version "8.1.2"
1277-
resolved "https://registry.yarnpkg.com/@types/sinonjs__fake-timers/-/sinonjs__fake-timers-8.1.2.tgz#bf2e02a3dbd4aecaf95942ecd99b7402e03fad5e"
1278-
integrity sha512-9GcLXF0/v3t80caGs5p2rRfkB+a8VBGLJZVih6CNFkx8IZ994wiKKLSRs9nuFwk1HevWs/1mnUmkApGrSGsShA==
1279-
1280-
"@types/underscore@*":
1281-
version "1.11.4"
1282-
resolved "https://registry.yarnpkg.com/@types/underscore/-/underscore-1.11.4.tgz#62e393f8bc4bd8a06154d110c7d042a93751def3"
1283-
integrity sha512-uO4CD2ELOjw8tasUrAhvnn2W4A0ZECOvMjCivJr4gA9pGgjv+qxKWY9GLTMVEK8ej85BxQOocUyE7hImmSQYcg==
1284-
1285-
"@types/web3@1.0.19":
1286-
version "1.0.19"
1287-
resolved "https://registry.yarnpkg.com/@types/web3/-/web3-1.0.19.tgz#46b85d91d398ded9ab7c85a5dd57cb33ac558924"
1288-
integrity sha512-fhZ9DyvDYDwHZUp5/STa9XW2re0E8GxoioYJ4pEUZ13YHpApSagixj7IAdoYH5uAK+UalGq6Ml8LYzmgRA/q+A==
1289-
dependencies:
1290-
"@types/bn.js" "*"
1291-
"@types/underscore" "*"
1292-
12931257
"@typescript-eslint/eslint-plugin@5.51.0":
12941258
version "5.51.0"
12951259
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.51.0.tgz#da3f2819633061ced84bb82c53bba45a6fe9963a"

0 commit comments

Comments
 (0)