Skip to content

Commit 0549be5

Browse files
committed
build: Update deps
1 parent f5abe85 commit 0549be5

File tree

2 files changed

+232
-380
lines changed

2 files changed

+232
-380
lines changed

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@commitlint/cli": "^18.4.3",
2323
"@commitlint/config-conventional": "^18.4.3",
2424
"@metamask/eth-sig-util": "^7.0.1",
25-
"@nomicfoundation/hardhat-chai-matchers": "^2.0.2",
25+
"@nomicfoundation/hardhat-chai-matchers": "^2.0.3",
2626
"@nomicfoundation/hardhat-ethers": "^3.0.5",
2727
"@nomicfoundation/hardhat-foundry": "^1.1.1",
2828
"@nomicfoundation/hardhat-network-helpers": "^1.0.10",
@@ -32,26 +32,26 @@
3232
"@openzeppelin/contracts": "^5.0.1",
3333
"@openzeppelin/contracts-upgradeable": "^5.0.1",
3434
"@openzeppelin/docs-utils": "^0.1.5",
35-
"@openzeppelin/hardhat-upgrades": "^3.0.0",
35+
"@openzeppelin/hardhat-upgrades": "^3.0.1",
3636
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
3737
"@typechain/ethers-v6": "^0.5.1",
3838
"@types/chai": "^4.3.11",
3939
"@types/fs-extra": "^11.0.4",
4040
"@types/mocha": "^10.0.6",
41-
"@types/node": "^20.10.5",
42-
"@typescript-eslint/eslint-plugin": "^6.15.0",
43-
"@typescript-eslint/parser": "^6.15.0",
41+
"@types/node": "^20.10.6",
42+
"@typescript-eslint/eslint-plugin": "^6.17.0",
43+
"@typescript-eslint/parser": "^6.17.0",
4444
"eslint": "^8.56.0",
4545
"eslint-config-prettier": "^9.1.0",
4646
"eslint-config-standard": "^17.1.0",
4747
"eslint-plugin-import": "^2.29.1",
4848
"eslint-plugin-mocha": "^10.2.0",
49-
"eslint-plugin-n": "^16.4.0",
50-
"eslint-plugin-prettier": "^5.1.0",
49+
"eslint-plugin-n": "^16.6.1",
50+
"eslint-plugin-prettier": "^5.1.2",
5151
"eslint-plugin-promise": "^6.1.1",
52-
"ethers": "^6.9.0",
52+
"ethers": "^6.9.2",
5353
"fs-extra": "^11.2.0",
54-
"hardhat": "^2.19.3",
54+
"hardhat": "^2.19.4",
5555
"hardhat-abi-exporter": "^2.10.1",
5656
"hardhat-contract-sizer": "^2.10.0",
5757
"hardhat-deploy": "^0.11.45",
@@ -61,7 +61,7 @@
6161
"micromatch": "^4.0.5",
6262
"mocha": "^10.2.0",
6363
"prettier": "^3.1.1",
64-
"prettier-plugin-solidity": "^1.2.0",
64+
"prettier-plugin-solidity": "^1.3.1",
6565
"solhint": "^4.0.0",
6666
"solidity-ast": "^0.4.55",
6767
"solidity-docgen": "0.6.0-beta.36",

0 commit comments

Comments
 (0)