Skip to content

Commit

Permalink
Updating dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tuler committed May 12, 2021
1 parent e0cfc05 commit abe986b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@
"@typechain/hardhat": "^2.0.0",
"@types/chai": "^4.2.18",
"@types/keccak": "^3.0.1",
"@types/mocha": "^8.0.4",
"@types/mocha": "^8.2.2",
"@types/node": "^15.0.2",
"chai": "^4.2.0",
"chai": "^4.3.4",
"copyfiles": "^2.4.1",
"ethereum-waffle": "^3.2.1",
"ethereum-waffle": "^3.3.0",
"ethers": "^5.1.4",
"hardhat": "^2.2.1",
"hardhat-deploy": "0.7.5",
Expand All @@ -70,9 +70,9 @@
"solhint": "^3.3.4",
"solhint-plugin-prettier": "^0.0.5",
"ts-generator": "^0.1.1",
"ts-node": "^9.0.0",
"ts-node": "^9.1.1",
"typechain": "^5.0.0",
"typescript": "^4.1.2"
"typescript": "^4.2.4"
},
"repository": {
"type": "git",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -770,7 +770,7 @@
dependencies:
"@types/node" "*"

"@types/mocha@^8.0.4":
"@types/mocha@^8.2.2":
version "8.2.2"
resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-8.2.2.tgz#91daa226eb8c2ff261e6a8cbf8c7304641e095e0"
integrity sha512-Lwh0lzzqT5Pqh6z61P3c3P5nm6fzQK/MMHl9UKeneAeInVflBSz1O2EkX6gM6xfJd7FBXBY5purtLx7fUiZ7Hw==
Expand Down Expand Up @@ -2125,7 +2125,7 @@ cbor@^5.0.2:
bignumber.js "^9.0.1"
nofilter "^1.0.4"

chai@^4.2.0:
chai@^4.3.4:
version "4.3.4"
resolved "https://registry.yarnpkg.com/chai/-/chai-4.3.4.tgz#b55e655b31e1eac7099be4c08c21964fce2e6c49"
integrity sha512-yS5H68VYOCtN1cjfwumDSuzn/9c+yza4f3reKXlE5rUg7SFcCEy90gJvydNgOYtblyf4Zi6jIWRnXOgErta0KA==
Expand Down Expand Up @@ -3290,7 +3290,7 @@ ethereum-cryptography@^0.1.2, ethereum-cryptography@^0.1.3:
secp256k1 "^4.0.1"
setimmediate "^1.0.5"

ethereum-waffle@^3.2.1:
ethereum-waffle@^3.3.0:
version "3.3.0"
resolved "https://registry.yarnpkg.com/ethereum-waffle/-/ethereum-waffle-3.3.0.tgz#166a0cc1d3b2925f117b20ef0951b3fe72e38e79"
integrity sha512-4xm3RWAPCu5LlaVxYEg0tG3L7g5ovBw1GY/UebrzZ+OTx22vcPjI+bvelFlGBpkdnO5yOIFXjH2eK59tNAe9IA==
Expand Down Expand Up @@ -7964,7 +7964,7 @@ ts-generator@^0.1.1:
resolve "^1.8.1"
ts-essentials "^1.0.0"

ts-node@^9.0.0:
ts-node@^9.1.1:
version "9.1.1"
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-9.1.1.tgz#51a9a450a3e959401bda5f004a72d54b936d376d"
integrity sha512-hPlt7ZACERQGf03M253ytLY3dHbGNGrAq9qIHWUY9XHYl1z7wYngSr3OQ5xmui8o2AaxsONxIzjafLUiWBo1Fg==
Expand Down Expand Up @@ -8088,7 +8088,7 @@ typedarray@^0.0.6:
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=

typescript@^4.1.2:
typescript@^4.2.4:
version "4.2.4"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.2.4.tgz#8610b59747de028fda898a8aef0e103f156d0961"
integrity sha512-V+evlYHZnQkaz8TRBuxTA92yZBPotr5H+WhQ7bD3hZUndx5tGOa1fuCgeSjxAzM1RiN5IzvadIXTVefuuwZCRg==
Expand Down

0 comments on commit abe986b

Please sign in to comment.