Skip to content

Commit 1c4c368

Browse files
Update dependency @types/aws-lambda to v8.10.148 (#2118)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@types/aws-lambda](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/aws-lambda) ([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/aws-lambda)) | devDependencies | patch | [`8.10.147` -> `8.10.148`](https://renovatebot.com/diffs/npm/@types%2faws-lambda/8.10.147/8.10.148) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - "before 10am every weekday" (UTC), Automerge - "every weekday" (UTC). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzkuMTkuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJpbXBhY3Qvbm8tY2hhbmdlbG9nLXJlcXVpcmVkIl19--> Co-authored-by: pulumi-renovate[bot] <189166143+pulumi-renovate[bot]@users.noreply.github.com>
1 parent 6f1b484 commit 1c4c368

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

aws-apigateway-ts-routes/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "typescript",
33
"devDependencies": {
4-
"@types/aws-lambda": "8.10.147",
4+
"@types/aws-lambda": "8.10.148",
55
"@types/node": "22.13.14"
66
},
77
"dependencies": {

aws-ts-apigateway-lambda-serverless/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "aws-ts-apigateway-lambda-serverless",
33
"devDependencies": {
4-
"@types/aws-lambda": "8.10.147",
4+
"@types/aws-lambda": "8.10.148",
55
"@types/node": "22.13.14"
66
},
77
"dependencies": {

0 commit comments

Comments
 (0)