Skip to content

Commit

Permalink
chore(deps): update node.js to v22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 3, 2024
1 parent 4a74935 commit b9db2a3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
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.145",
"@types/jest": "29.5.14",
"@types/node": "20.17.2",
"@types/node": "22.8.7",
"@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
14 changes: 7 additions & 7 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.2":
version: 20.17.2
resolution: "@types/node@npm:20.17.2"
"@types/node@npm:22.8.7":
version: 22.8.7
resolution: "@types/node@npm:22.8.7"
dependencies:
undici-types: "npm:~6.19.2"
checksum: 10/ca673505ee4ab107cc0429066f39f6f2d0a60a9c6ecad6159e4d2d30dc4122b80f0550adfa1ea29a44cb9bc97d4930112c2a1ea07db1c10783b72e7f6a05b6c9
undici-types: "npm:~6.19.8"
checksum: 10/9c73d4cbcbf9773a5986421025c26d6139d8ab960317b3062fbb449c00dbe8197230334be550ffcdb6059bd25f4cb903546bace905155628537283a80c2075d5
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.145"
"@types/jest": "npm:29.5.14"
"@types/node": "npm:20.17.2"
"@types/node": "npm:22.8.7"
"@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 @@ -16325,7 +16325,7 @@ __metadata:
languageName: node
linkType: hard

"undici-types@npm:~6.19.2":
"undici-types@npm:~6.19.2, undici-types@npm:~6.19.8":
version: 6.19.8
resolution: "undici-types@npm:6.19.8"
checksum: 10/cf0b48ed4fc99baf56584afa91aaffa5010c268b8842f62e02f752df209e3dea138b372a60a963b3b2576ed932f32329ce7ddb9cb5f27a6c83040d8cd74b7a70
Expand Down

0 comments on commit b9db2a3

Please sign in to comment.