Skip to content

Commit

Permalink
Update dependency @types/aws-lambda to v8.10.146 (#4461)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 10, 2024
1 parent 9322926 commit f43e3eb
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 20 deletions.
16 changes: 8 additions & 8 deletions .pnp.cjs

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

Binary file not shown.
2 changes: 1 addition & 1 deletion apps/crn-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
"@serverless/typescript": "3.38.0",
"@types/apr-intercept": "workspace:*",
"@types/async-retry": "^1",
"@types/aws-lambda": "8.10.137",
"@types/aws-lambda": "8.10.146",
"@types/babel__preset-env": "7.9.6",
"@types/chance": "1.1.6",
"@types/cors": "2.8.17",
Expand Down
2 changes: 1 addition & 1 deletion apps/gp2-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"@serverless/typescript": "3.38.0",
"@types/apicache": "^1",
"@types/apr-intercept": "workspace:*",
"@types/aws-lambda": "8.10.137",
"@types/aws-lambda": "8.10.146",
"@types/cors": "2.8.17",
"@types/express": "4.17.21",
"@types/jest": "29.5.12",
Expand Down
2 changes: 1 addition & 1 deletion packages/server-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"@babel/parser": "7.23.6",
"@types/apr-intercept": "workspace:*",
"@types/async": "^3",
"@types/aws-lambda": "8.10.137",
"@types/aws-lambda": "8.10.146",
"@types/express": "4.17.21",
"@types/jest": "29.5.12",
"@types/jsonwebtoken": "8.5.9",
Expand Down
2 changes: 1 addition & 1 deletion packages/services-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"devDependencies": {
"@asap-hub/eslint-config-asap-hub": "workspace:*",
"@types/apr-intercept": "workspace:*",
"@types/aws-lambda": "8.10.137",
"@types/aws-lambda": "8.10.146",
"@types/debug": "4.1.12",
"@types/hapi": "18.0.14",
"@types/hapi__boom": "9.0.1",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1043,7 +1043,7 @@ __metadata:
"@slack/webhook": ^6.1.0
"@types/apr-intercept": "workspace:*"
"@types/async-retry": ^1
"@types/aws-lambda": 8.10.137
"@types/aws-lambda": 8.10.146
"@types/babel__preset-env": 7.9.6
"@types/chance": 1.1.6
"@types/cors": 2.8.17
Expand Down Expand Up @@ -1522,7 +1522,7 @@ __metadata:
"@serverless/typescript": 3.38.0
"@types/apicache": ^1
"@types/apr-intercept": "workspace:*"
"@types/aws-lambda": 8.10.137
"@types/aws-lambda": 8.10.146
"@types/cors": 2.8.17
"@types/express": 4.17.21
"@types/jest": 29.5.12
Expand Down Expand Up @@ -1809,7 +1809,7 @@ __metadata:
"@sentry/serverless": 6.19.7
"@types/apr-intercept": "workspace:*"
"@types/async": ^3
"@types/aws-lambda": 8.10.137
"@types/aws-lambda": 8.10.146
"@types/express": 4.17.21
"@types/jest": 29.5.12
"@types/jsonwebtoken": 8.5.9
Expand Down Expand Up @@ -1857,7 +1857,7 @@ __metadata:
"@hapi/bourne": 2.1.0
"@hapi/joi": 17.1.1
"@types/apr-intercept": "workspace:*"
"@types/aws-lambda": 8.10.137
"@types/aws-lambda": 8.10.146
"@types/debug": 4.1.12
"@types/hapi": 18.0.14
"@types/hapi__boom": 9.0.1
Expand Down Expand Up @@ -17469,10 +17469,10 @@ __metadata:
languageName: node
linkType: hard

"@types/aws-lambda@npm:8.10.137":
version: 8.10.137
resolution: "@types/aws-lambda@npm:8.10.137"
checksum: 172238b8a5d1e4002d11517f4e6739836806b59844da336ce44e72cd544c97453071ffdf6bedd736858e96569123988dd451055bf41ea3876e7201255d5c7713
"@types/aws-lambda@npm:8.10.146":
version: 8.10.146
resolution: "@types/aws-lambda@npm:8.10.146"
checksum: bc200f22c2914b9a81e7e52343ed6c0e829bed1af63a530d190ba6b65370656381763db10aebf8c4fba66d6e1b69fe1bd2b008fa58652b2ddf8c3edfbe1fa194
languageName: node
linkType: hard

Expand Down

0 comments on commit f43e3eb

Please sign in to comment.