Skip to content

chore(deps): update node.js to v18.20.5 #323

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

Merged
merged 1 commit into from
Dec 1, 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 .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.20.4
18.20.5
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"@pkgr/rollup": "^4.1.3",
"@types/debug": "^4.1.12",
"@types/is-glob": "^4.0.4",
"@types/node": "^18.19.63",
"@types/node": "^18.19.67",
"@types/unist": "^2.0.11",
"dummy.js": "link:dummy.js",
"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 @@ -3758,12 +3758,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^18.19.63":
version: 18.19.63
resolution: "@types/node@npm:18.19.63"
"@types/node@npm:^18.19.67":
version: 18.19.67
resolution: "@types/node@npm:18.19.67"
dependencies:
undici-types: "npm:~5.26.4"
checksum: 0f124e5e59d6d27066a5eedc33bdc25ad24aff306c05d5efd03c4ba8c15404c957668546775df355a4146d28cd55979563e4fd485080d482a3593235df0f4d7b
checksum: 7bb1d06cd1483dd02462a3dd2894790e5c27ba0fa4cdd4a3da1062d66ed47b66affaab314aa72b346ff3e5538a74d5c3cb14bb1a634547504a1643679738f494
languageName: node
linkType: hard

Expand Down Expand Up @@ -6152,7 +6152,7 @@ __metadata:
"@pkgr/rollup": "npm:^4.1.3"
"@types/debug": "npm:^4.1.12"
"@types/is-glob": "npm:^4.0.4"
"@types/node": "npm:^18.19.63"
"@types/node": "npm:^18.19.67"
"@types/unist": "npm:^2.0.11"
debug: "npm:^4.3.7"
dummy.js: "link:dummy.js"
Expand Down
Loading