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

Update dependency @types/node to ^20.16.15 #8101

Merged
merged 1 commit into from
Oct 23, 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 src/typescript-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@playwright/test": "^1.45.0",
"@types/node": "^20.16.14",
"@types/node": "^20.16.15",
"@types/react": "^18.3.7",
"@types/react-dom": "^18.3.0",
"eslint": "^8.57.1",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ __metadata:
resolution: "@adeira/typescript-test@workspace:src/typescript-test"
dependencies:
"@playwright/test": "npm:^1.45.0"
"@types/node": "npm:^20.16.14"
"@types/node": "npm:^20.16.15"
"@types/react": "npm:^18.3.7"
"@types/react-dom": "npm:^18.3.0"
eslint: "npm:^8.57.1"
Expand Down Expand Up @@ -5366,12 +5366,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^20.16.14":
version: 20.16.14
resolution: "@types/node@npm:20.16.14"
"@types/node@npm:^20.16.15":
version: 20.16.15
resolution: "@types/node@npm:20.16.15"
dependencies:
undici-types: "npm:~6.19.2"
checksum: 10c0/297da38ff6668ecd672b17a100b715166cab33bc8d586521fa28b2d2fb47b04475e1ad9f55e8a436c31d72c1fefa7bd4485a8ad66d2adc9b4515d8a28937e8b9
checksum: 10c0/a739efea59a62efd1232210e2323a2fd8935a4e7370d453fcc235181b599116f8c74a8dc8a9fac53b9f1fbab32f58db9517ed9576e313fed531244862f12ac07
languageName: node
linkType: hard

Expand Down
Loading