Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tamtamchik committed Nov 27, 2024
1 parent 803199c commit bf83fcd
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ the [Lido Research Forum](https://research.lido.fi/).

### Requirements

- [Node.js](https://nodejs.org/en) version 20 (LTS) with `corepack` enabled
- [Node.js](https://nodejs.org/en) version 22 (LTS) with `corepack` enabled
- [Yarn](https://yarnpkg.com/) installed via corepack (see below)
- [Foundry](https://book.getfoundry.sh/) latest available version

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"@types/eslint": "^9.6.1",
"@types/eslint__js": "^8.42.3",
"@types/mocha": "10.0.9",
"@types/node": "20.17.6",
"@types/node": "22.10.0",
"bigint-conversion": "^2.4.3",
"chai": "^4.5.0",
"chalk": "^4.1.2",
Expand Down
19 changes: 13 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2182,12 +2182,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:20.17.6":
version: 20.17.6
resolution: "@types/node@npm:20.17.6"
"@types/node@npm:22.10.0":
version: 22.10.0
resolution: "@types/node@npm:22.10.0"
dependencies:
undici-types: "npm:~6.19.2"
checksum: 10c0/5918c7ff8368bbe6d06d5e739c8ae41a9db41628f28760c60cda797be7d233406f07c4d0e6fdd960a0a342ec4173c2217eb6624e06bece21c1f1dd1b92805c15
undici-types: "npm:~6.20.0"
checksum: 10c0/efb3783b6fe74b4300c5bdd4f245f1025887d9b1d0950edae584af58a30d95cc058c10b4b3428f8300e4318468b605240c2ede8fcfb6ead2e0f05bca31e54c1b
languageName: node
linkType: hard

Expand Down Expand Up @@ -8019,7 +8019,7 @@ __metadata:
"@types/eslint": "npm:^9.6.1"
"@types/eslint__js": "npm:^8.42.3"
"@types/mocha": "npm:10.0.9"
"@types/node": "npm:20.17.6"
"@types/node": "npm:22.10.0"
bigint-conversion: "npm:^2.4.3"
chai: "npm:^4.5.0"
chalk: "npm:^4.1.2"
Expand Down Expand Up @@ -11760,6 +11760,13 @@ __metadata:
languageName: node
linkType: hard

"undici-types@npm:~6.20.0":
version: 6.20.0
resolution: "undici-types@npm:6.20.0"
checksum: 10c0/68e659a98898d6a836a9a59e6adf14a5d799707f5ea629433e025ac90d239f75e408e2e5ff086afc3cace26f8b26ee52155293564593fbb4a2f666af57fc59bf
languageName: node
linkType: hard

"undici@npm:^5.14.0":
version: 5.28.4
resolution: "undici@npm:5.28.4"
Expand Down

0 comments on commit bf83fcd

Please sign in to comment.