Skip to content

Commit f11c016

Browse files
committed
chore(deps): update dependency hardhat to v2.17.1
1 parent 88d8b4f commit f11c016

File tree

2 files changed

+5
-18
lines changed

2 files changed

+5
-18
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"eslint-config-xo-typescript": "1.0.1",
4040
"ethereum-waffle": "4.0.10",
4141
"ethers": "^5.7.2",
42-
"hardhat": "2.17.0",
42+
"hardhat": "2.17.1",
4343
"husky": "8.0.3",
4444
"mocha": "10.2.0",
4545
"prettier": "2.8.8",

yarn.lock

Lines changed: 4 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1482,13 +1482,6 @@
14821482
"@uniswap/lib" "1.1.1"
14831483
"@uniswap/v2-core" "1.0.0"
14841484

1485-
abort-controller@^3.0.0:
1486-
version "3.0.0"
1487-
resolved "https://registry.yarnpkg.com/abort-controller/-/abort-controller-3.0.0.tgz#eaf54d53b62bae4138e809ca225c8439a6efb392"
1488-
integrity sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==
1489-
dependencies:
1490-
event-target-shim "^5.0.0"
1491-
14921485
abstract-level@^1.0.0, abstract-level@^1.0.2, abstract-level@^1.0.3:
14931486
version "1.0.3"
14941487
resolved "https://registry.yarnpkg.com/abstract-level/-/abstract-level-1.0.3.tgz#78a67d3d84da55ee15201486ab44c09560070741"
@@ -2768,11 +2761,6 @@ [email protected], ethjs-util@^0.1.6:
27682761
is-hex-prefixed "1.0.0"
27692762
strip-hex-prefix "1.0.0"
27702763

2771-
event-target-shim@^5.0.0:
2772-
version "5.0.1"
2773-
resolved "https://registry.yarnpkg.com/event-target-shim/-/event-target-shim-5.0.1.tgz#5d4d3ebdf9583d63a5333ce2deb7480ab2b05789"
2774-
integrity sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==
2775-
27762764
evp_bytestokey@^1.0.3:
27772765
version "1.0.3"
27782766
resolved "https://registry.yarnpkg.com/evp_bytestokey/-/evp_bytestokey-1.0.3.tgz#7fcbdb198dc71959432efe13842684e0525acb02"
@@ -3153,10 +3141,10 @@ hard-rejection@^2.1.0:
31533141
resolved "https://registry.yarnpkg.com/hard-rejection/-/hard-rejection-2.1.0.tgz#1c6eda5c1685c63942766d79bb40ae773cecd883"
31543142
integrity sha512-VIZB+ibDhx7ObhAe7OVtoEbuP4h/MuOTHJ+J8h/eBXotJYl0fBgR72xDFCKgIh22OJZIOVNxBMWuhAr10r8HdA==
31553143

3156-
3157-
version "2.17.0"
3158-
resolved "https://registry.yarnpkg.com/hardhat/-/hardhat-2.17.0.tgz#574478790fa4f4a45c5ccf162e82e54f36671749"
3159-
integrity sha512-CaEGa13tkJNe2/rdaBiive4pmdNShwxvdWVhr1zfb6aVpRhQt9VNO0l/UIBt/zzajz38ZFjvhfM2bj8LDXo9gw==
3144+
3145+
version "2.17.1"
3146+
resolved "https://registry.yarnpkg.com/hardhat/-/hardhat-2.17.1.tgz#4b6c8c8f624fd23d9f40185a4af24815d05a486a"
3147+
integrity sha512-1PxRkfjhEzXs/wDxI5YgzYBxNmvzifBTjYzuopwel+vXpAhCudplusJthN5eig0FTs4qbi828DBIITEDh8x9LA==
31603148
dependencies:
31613149
"@ethersproject/abi" "^5.1.2"
31623150
"@metamask/eth-sig-util" "^4.0.0"
@@ -3174,7 +3162,6 @@ [email protected]:
31743162
"@sentry/node" "^5.18.1"
31753163
"@types/bn.js" "^5.1.0"
31763164
"@types/lru-cache" "^5.1.0"
3177-
abort-controller "^3.0.0"
31783165
adm-zip "^0.4.16"
31793166
aggregate-error "^3.0.0"
31803167
ansi-escapes "^4.3.0"

0 commit comments

Comments
 (0)