Skip to content

Commit 616ce6a

Browse files
chore(deps): update other minor updates
1 parent 3ad478d commit 616ce6a

3 files changed

Lines changed: 167 additions & 107 deletions

File tree

.github/workflows/ continuous-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- name: Setup Node.js
1010
uses: actions/setup-node@v6
1111
with:
12-
node-version: '24.11.1'
12+
node-version: '24.14.1'
1313
- run: yarn
1414
- run: yarn lint
1515
- run: yarn test

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,15 @@
3535
"@types/chai": "^4.3.20",
3636
"@types/mocha": ">=10.0.10",
3737
"chai": "^4.5.0",
38-
"dotenv": "^17.2.3",
38+
"dotenv": "^17.4.1",
3939
"eslint": "^8.57.1",
40-
"hardhat": "^2.27.1",
40+
"hardhat": "^2.28.6",
4141
"hardhat-deploy": "^1.0.4",
4242
"hardhat-gas-reporter": "^2.3.0",
43-
"prettier": "^3.7.3",
44-
"prettier-plugin-solidity": "^2.2.0",
45-
"solhint": "^6.0.1",
46-
"solidity-coverage": "^0.8.16",
43+
"prettier": "^3.8.1",
44+
"prettier-plugin-solidity": "^2.3.1",
45+
"solhint": "^6.2.1",
46+
"solidity-coverage": "^0.8.17",
4747
"ts-node": ">=10.9.2",
4848
"typechain": "^8.3.2",
4949
"typescript": ">=5.9.3"

0 commit comments

Comments
 (0)