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

chore(deps): update dependency @types/node to ^20.17.14 #11439

Open
wants to merge 1 commit into
base: main
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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
"@types/jest": "29.5.14",
"@types/node": "^20.17.13",
"@types/node": "^20.17.14",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"babel-jest": "^29.7.0",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3777,7 +3777,7 @@ __metadata:
"@testing-library/react": "npm:^16.0.1"
"@testing-library/user-event": "npm:^14.5.2"
"@types/jest": "npm:29.5.14"
"@types/node": "npm:^20.17.13"
"@types/node": "npm:^20.17.14"
"@types/react": "npm:^18.3.12"
"@types/react-dom": "npm:^18.3.1"
babel-jest: "npm:^29.7.0"
Expand Down Expand Up @@ -5037,12 +5037,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^20.17.13":
version: 20.17.13
resolution: "@types/node@npm:20.17.13"
"@types/node@npm:^20.17.14":
version: 20.17.14
resolution: "@types/node@npm:20.17.14"
dependencies:
undici-types: "npm:~6.19.2"
checksum: 10c0/a5ba630b5ead5144e8f605402bc14d77dc3cf6b31708a92c7221de9b06b17724ada661d0f66b6c974830857a79e7f38e976dd105fca330ab706de9e4d75cf8b9
checksum: 10c0/2af0722989c677416dec4d9bc37e262a9724e090e5ce021a976e4ab12d4fa26aecbb00dddc8114d0fbf4a6552f12ace0ec98156247a20bf4d57809b7ce90ea5a
languageName: node
linkType: hard

Expand Down
Loading