Skip to content
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
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
]
},
"dependencies": {
"@types/aws-lambda": "8.10.162"
"@types/aws-lambda": "8.10.163"
},
"devDependencies": {
"@babel/core": "8.0.1",
Expand All @@ -68,7 +68,7 @@
"lodash-es": "4.18.1",
"prettier": "3.9.6",
"tsup": "8.5.1",
"tsx": "4.23.12",
"tsx": "4.23.13",
"typescript": "npm:@typescript/typescript6@^6.0.2",
"typescript-eslint": "8.67.0",
"vitest": "4.1.11"
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1299,10 +1299,10 @@ __metadata:
languageName: node
linkType: hard

"@types/aws-lambda@npm:8.10.162":
version: 8.10.162
resolution: "@types/aws-lambda@npm:8.10.162"
checksum: 10/f952247c4edc3cf0948022a21a80ea704bb5602b620f9d15535b3cb06aaf931ae1eb87fc0708b35b71fa3035bc73bb6a7424df5a7c5197268ee0ed28b9fc30c4
"@types/aws-lambda@npm:8.10.163":
version: 8.10.163
resolution: "@types/aws-lambda@npm:8.10.163"
checksum: 10/e7ddc13972c90515eabc5fe8d1f24c7b1fde17eb1cbbb73cbaa95c0672e18673e353885731ccf48a6b98a220ad8d9f8318fe3466dd8a470d1b73a2f0cf4c2827
languageName: node
linkType: hard

Expand Down Expand Up @@ -3569,7 +3569,7 @@ __metadata:
"@commitlint/cli": "npm:21.2.2"
"@commitlint/config-conventional": "npm:21.2.2"
"@eslint/js": "npm:10.0.1"
"@types/aws-lambda": "npm:8.10.162"
"@types/aws-lambda": "npm:8.10.163"
"@types/babel__core": "npm:7.20.5"
"@types/lodash-es": "npm:4.17.12"
"@types/node": "npm:26.2.0"
Expand All @@ -3585,7 +3585,7 @@ __metadata:
lodash-es: "npm:4.18.1"
prettier: "npm:3.9.6"
tsup: "npm:8.5.1"
tsx: "npm:4.23.12"
tsx: "npm:4.23.13"
typescript: "npm:@typescript/typescript6@^6.0.2"
typescript-eslint: "npm:8.67.0"
vitest: "npm:4.1.11"
Expand Down Expand Up @@ -4821,9 +4821,9 @@ __metadata:
languageName: node
linkType: hard

"tsx@npm:4.23.12":
version: 4.23.12
resolution: "tsx@npm:4.23.12"
"tsx@npm:4.23.13":
version: 4.23.13
resolution: "tsx@npm:4.23.13"
dependencies:
esbuild: "npm:~0.28.0"
fsevents: "npm:~2.3.3"
Expand All @@ -4832,7 +4832,7 @@ __metadata:
optional: true
bin:
tsx: dist/cli.mjs
checksum: 10/167a5571cb211aff257d200cd75a1003b1e0e59d641c1e6ff99f6cdfada46ff6ce311e105722699b4763feb1371b2d8084bcc413c7e54aae3761c852817dc0b0
checksum: 10/064c7de2b3ad923fee8feeffc5698738a75f10d98d8a024c6c8efac5351a7825e84aa7a933778145c4f769405f8a95f8f49289a7bff698ba79fd92ff67e26289
languageName: node
linkType: hard

Expand Down
Loading