Skip to content

Commit 9acc040

Browse files
chore(deps): update dependency @types/node to v24
1 parent 610b5b2 commit 9acc040

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sam/ts/apple-notify/hello-world/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@types/aws-lambda": "^8.10.92",
2020
"@types/jest": "^29.2.0",
2121
"@jest/globals": "^29.2.0",
22-
"@types/node": "^20.5.7",
22+
"@types/node": "^24.0.0",
2323
"@typescript-eslint/eslint-plugin": "^5.10.2",
2424
"@typescript-eslint/parser": "^5.10.2",
2525
"eslint": "^8.8.0",

sam/ts/hello-world/src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@types/aws-lambda": "^8.10.92",
2020
"@types/jest": "^29.2.0",
2121
"@jest/globals": "^29.2.0",
22-
"@types/node": "^20.5.7",
22+
"@types/node": "^24.0.0",
2323
"@typescript-eslint/eslint-plugin": "^5.10.2",
2424
"@typescript-eslint/parser": "^5.10.2",
2525
"eslint": "^8.8.0",

0 commit comments

Comments
 (0)