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: bump @types/node from 22.4.1 to 22.5.0 #2007

Merged
merged 1 commit into from
Aug 21, 2024
Merged
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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"@commitlint/config-conventional": "^19.2.2",
"@types/common-tags": "^1.8.4",
"@types/jest": "^29.5.12",
"@types/node": "^22.4.1",
"@types/node": "^22.5.0",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^8.2.0",
"add": "^2.0.6",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3805,12 +3805,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^22.4.1":
version: 22.4.1
resolution: "@types/node@npm:22.4.1"
"@types/node@npm:^22.5.0":
version: 22.5.0
resolution: "@types/node@npm:22.5.0"
dependencies:
undici-types: ~6.19.2
checksum: 341eb54867a3ec8eee7853ff9a9fc92d9f66305b70c9bc5db78492d51f4da3cd81e50c077f5d98eef1835fcbca00c58bb2a229ef56b0e377e48a3284401bf3f6
checksum: 3710b6f42416796061cf47cff0a37955f2ca0afc63ab281cc23e46b3ec8dffcabc66b970e4ee34fff5e2082617bed47610b4a1122c7b3880f551d3c673c40f84
languageName: node
linkType: hard

Expand Down Expand Up @@ -6052,7 +6052,7 @@ __metadata:
"@testing-library/jest-dom": ^6.4.8
"@types/common-tags": ^1.8.4
"@types/jest": ^29.5.12
"@types/node": ^22.4.1
"@types/node": ^22.5.0
"@typescript-eslint/eslint-plugin": ^7.18.0
"@typescript-eslint/parser": ^8.2.0
add: ^2.0.6
Expand Down
Loading