Skip to content

Commit

Permalink
chore(deps): update lambda types
Browse files Browse the repository at this point in the history
  • Loading branch information
ianwremmel committed Oct 28, 2023
1 parent 54692b5 commit c7e2ec5
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@
"@opentelemetry/api": "1.4.0"
},
"devDependencies": {
"@types/aws-lambda": "^8.10.114"
"@types/aws-lambda": "^8.10.125"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"access": "public"
},
"devDependencies": {
"@types/aws-lambda": "^8.10.119",
"@types/aws-lambda": "^8.10.125",
"openapi-typescript": "^6.2.0"
}
}
2 changes: 1 addition & 1 deletion packages/@code-like-a-carpenter/telemetry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
"snake-case": "^3.0.4"
},
"devDependencies": {
"@types/aws-lambda": "^8.10.119"
"@types/aws-lambda": "^8.10.125"
}
}

0 comments on commit c7e2ec5

Please sign in to comment.