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.7.6 to 22.7.7 #2077

Merged
merged 1 commit into from
Oct 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.5.0",
"@types/common-tags": "^1.8.4",
"@types/jest": "^29.5.13",
"@types/node": "^22.7.6",
"@types/node": "^22.7.7",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^8.10.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 @@ -3365,12 +3365,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^22.7.6":
version: 22.7.6
resolution: "@types/node@npm:22.7.6"
"@types/node@npm:^22.7.7":
version: 22.7.7
resolution: "@types/node@npm:22.7.7"
dependencies:
undici-types: ~6.19.2
checksum: 6afe2a1bd70ee0afa76c904ffdb04c634366987103bb2bef2d5b036f3bb49a4e828bb5e9fc64af442a76aaac4896df9277e725c843d85375d135aa71eb2fe3d9
checksum: 70492e46d92bf00b537c8700322ad001c1f8d4fc65fc1627064a91c7edebb8ad18730b95a3c6bdff212dd0252a337a4b92e4cfcbc21c9f08616302e87ea855b8
languageName: node
linkType: hard

Expand Down Expand Up @@ -5602,7 +5602,7 @@ __metadata:
"@testing-library/jest-dom": ^6.6.2
"@types/common-tags": ^1.8.4
"@types/jest": ^29.5.13
"@types/node": ^22.7.6
"@types/node": ^22.7.7
"@typescript-eslint/eslint-plugin": ^7.18.0
"@typescript-eslint/parser": ^8.10.0
add: ^2.0.6
Expand Down
Loading