Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps-dev): bump @types/node from 20.14.2 to 22.8.1 in /multichain-testing #28

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion multichain-testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@endo/ses-ava": "^1.2.5",
"@types/eslint": "^8",
"@types/fs-extra": "^11",
"@types/node": "^20.11.13",
"@types/node": "^22.8.1",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"ava": "^6.1.3",
Expand Down
20 changes: 18 additions & 2 deletions multichain-testing/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -897,7 +897,7 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:>=13.7.0, @types/node@npm:^20.11.13":
"@types/node@npm:>=13.7.0":
version: 20.14.2
resolution: "@types/node@npm:20.14.2"
dependencies:
Expand All @@ -906,6 +906,15 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^22.8.1":
version: 22.8.1
resolution: "@types/node@npm:22.8.1"
dependencies:
undici-types: "npm:~6.19.8"
checksum: 10c0/83550fdf72a7db5b55eceac3f4fb038844eaee20202bdd2297a8248370cfa08317bda1605b781a8043eda4f173b75e73632e652fc85509eb14dfef78fa17337f
languageName: node
linkType: hard

"@types/semver@npm:^7.5.0":
version: 7.5.8
resolution: "@types/semver@npm:7.5.8"
Expand Down Expand Up @@ -3906,7 +3915,7 @@ __metadata:
"@endo/ses-ava": "npm:^1.2.5"
"@types/eslint": "npm:^8"
"@types/fs-extra": "npm:^11"
"@types/node": "npm:^20.11.13"
"@types/node": "npm:^22.8.1"
"@typescript-eslint/eslint-plugin": "npm:^6.20.0"
"@typescript-eslint/parser": "npm:^6.20.0"
ava: "npm:^6.1.3"
Expand Down Expand Up @@ -4423,6 +4432,13 @@ __metadata:
languageName: node
linkType: hard

"undici-types@npm:~6.19.8":
version: 6.19.8
resolution: "undici-types@npm:6.19.8"
checksum: 10c0/078afa5990fba110f6824823ace86073b4638f1d5112ee26e790155f481f2a868cc3e0615505b6f4282bdf74a3d8caad715fd809e870c2bb0704e3ea6082f344
languageName: node
linkType: hard

"unicorn-magic@npm:^0.1.0":
version: 0.1.0
resolution: "unicorn-magic@npm:0.1.0"
Expand Down
Loading