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.9 #11284

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.6",
"@types/node": "^20.17.9",
"@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 @@ -3770,7 +3770,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.6"
"@types/node": "npm:^20.17.9"
"@types/react": "npm:^18.3.12"
"@types/react-dom": "npm:^18.3.1"
babel-jest: "npm:^29.7.0"
Expand Down Expand Up @@ -5046,12 +5046,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:^20.17.9":
version: 20.17.9
resolution: "@types/node@npm:20.17.9"
dependencies:
undici-types: "npm:~6.19.2"
checksum: 10c0/5918c7ff8368bbe6d06d5e739c8ae41a9db41628f28760c60cda797be7d233406f07c4d0e6fdd960a0a342ec4173c2217eb6624e06bece21c1f1dd1b92805c15
checksum: 10c0/1c37c3618407d56b76301578edabcb4c6a7ef093d0811c50fc4df8df68fc546797a294cafac0e50789f4e0e485cd1d6871964d8e6222fd420658bdae89c1fb4a
languageName: node
linkType: hard

Expand Down
Loading