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 node.js to v22 #1535

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
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@swc/jest": "0.2.36",
"@types/aws-lambda": "8.10.146",
"@types/jest": "29.5.14",
"@types/node": "20.17.10",
"@types/node": "22.10.2",
"@types/serverless": "3.12.22",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
Expand All @@ -66,7 +66,7 @@
"typescript": "5.6.3"
},
"engines": {
"node": "20"
"node": "22"
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": [
Expand Down
19 changes: 13 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5466,12 +5466,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:20.17.10":
version: 20.17.10
resolution: "@types/node@npm:20.17.10"
"@types/node@npm:22.10.2":
version: 22.10.2
resolution: "@types/node@npm:22.10.2"
dependencies:
undici-types: "npm:~6.19.2"
checksum: 10/9a1bcb2f25ce1ad249497e5f10ed984bf0ec476439fad2e965c3d6cc4642abb23c5e8400f7e48e55ff121d2b80b14bdc1bd4eac7ff6848154033a2be25fffb17
undici-types: "npm:~6.20.0"
checksum: 10/451adfefed4add58b069407173e616220fd4aaa3307cdde1bb701aa053b65b54ced8483db2f870dcedec7a58cb3b06101fbc19d85852716672ec1fd3660947fa
languageName: node
linkType: hard

Expand Down Expand Up @@ -13128,7 +13128,7 @@ __metadata:
"@swc/jest": "npm:0.2.36"
"@types/aws-lambda": "npm:8.10.146"
"@types/jest": "npm:29.5.14"
"@types/node": "npm:20.17.10"
"@types/node": "npm:22.10.2"
"@types/serverless": "npm:3.12.22"
"@typescript-eslint/eslint-plugin": "npm:7.18.0"
"@typescript-eslint/parser": "npm:7.18.0"
Expand Down Expand Up @@ -16332,6 +16332,13 @@ __metadata:
languageName: node
linkType: hard

"undici-types@npm:~6.20.0":
version: 6.20.0
resolution: "undici-types@npm:6.20.0"
checksum: 10/583ac7bbf4ff69931d3985f4762cde2690bb607844c16a5e2fbb92ed312fe4fa1b365e953032d469fa28ba8b224e88a595f0b10a449332f83fa77c695e567dbe
languageName: node
linkType: hard

"undici@npm:^6.19.7":
version: 6.19.8
resolution: "undici@npm:6.19.8"
Expand Down
Loading