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 v20.16.13 #681

Merged
merged 1 commit into from
Oct 19, 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 @@ -29,7 +29,7 @@
"@augu/eslint-config": "5.2.4",
"@augu/tsconfig": "1.2.0",
"@types/eslint": "9.6.1",
"@types/node": "20.16.12",
"@types/node": "20.16.13",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"@vercel/ncc": "0.38.2",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -640,7 +640,7 @@ __metadata:
"@augu/tsconfig": "npm:1.2.0"
"@noelware/utils": "npm:2.5.1"
"@types/eslint": "npm:9.6.1"
"@types/node": "npm:20.16.12"
"@types/node": "npm:20.16.13"
"@typescript-eslint/eslint-plugin": "npm:7.18.0"
"@typescript-eslint/parser": "npm:7.18.0"
"@vercel/ncc": "npm:0.38.2"
Expand Down Expand Up @@ -823,12 +823,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:20.16.12":
version: 20.16.12
resolution: "@types/node@npm:20.16.12"
"@types/node@npm:20.16.13":
version: 20.16.13
resolution: "@types/node@npm:20.16.13"
dependencies:
undici-types: "npm:~6.19.2"
checksum: 10/689badb5af2a1a03553a6d21880fa4aabb8cf028b7db1a03be889c0026047a780ac37c83df5dca036f02f5dc3cc4000254fa40d2cadd5df0e9bd6f43dae6eac6
checksum: 10/6e7b82119372cc12d28fcc1b0c10d1b8fa560bbb500f87a4c68bc446a0986d42c92e0f583040167841a0c598131979c3399b17c736c9fb8ba4f0dcf2b2048a84
languageName: node
linkType: hard

Expand Down
Loading