Skip to content

Commit

Permalink
fix(deps): update dependency @types/aws-lambda to v8.10.119
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 17, 2023
1 parent c932dac commit 72eb663
Show file tree
Hide file tree
Showing 11 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion packages/api-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"devDependencies": {
"@babel/cli": "7.22.5",
"@babel/core": "7.22.5",
"@types/aws-lambda": "8.10.118",
"@types/aws-lambda": "8.10.119",
"@types/lodash": "4.14.195",
"@types/qs": "6.9.7",
"@types/split2": "4.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"devDependencies": {
"@babel/cli": "7.22.5",
"@babel/core": "7.22.5",
"@types/aws-lambda": "8.10.118",
"@types/aws-lambda": "8.10.119",
"@types/jsonwebtoken": "9.0.2",
"@types/memjs": "1",
"@types/pascalcase": "1.0.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@babel/cli": "7.22.5",
"@babel/core": "7.22.5",
"@redwoodjs/api": "5.0.0",
"@types/aws-lambda": "8.10.118",
"@types/aws-lambda": "8.10.119",
"@types/jsonwebtoken": "9.0.2",
"jest": "29.5.0",
"typescript": "5.1.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/clerk/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@babel/cli": "7.22.5",
"@babel/core": "7.22.5",
"@redwoodjs/api": "5.0.0",
"@types/aws-lambda": "8.10.118",
"@types/aws-lambda": "8.10.119",
"jest": "29.5.0",
"typescript": "5.1.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/firebase/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@babel/cli": "7.22.5",
"@babel/core": "7.22.5",
"@redwoodjs/api": "5.0.0",
"@types/aws-lambda": "8.10.118",
"@types/aws-lambda": "8.10.119",
"jest": "29.5.0",
"typescript": "5.1.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/netlify/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@babel/cli": "7.22.5",
"@babel/core": "7.22.5",
"@redwoodjs/api": "5.0.0",
"@types/aws-lambda": "8.10.118",
"@types/aws-lambda": "8.10.119",
"@types/jsonwebtoken": "9.0.2",
"jest": "29.5.0",
"typescript": "5.1.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/supabase/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@babel/cli": "7.22.5",
"@babel/core": "7.22.5",
"@redwoodjs/api": "5.0.0",
"@types/aws-lambda": "8.10.118",
"@types/aws-lambda": "8.10.119",
"@types/jsonwebtoken": "9.0.2",
"jest": "29.5.0",
"typescript": "5.1.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/fastify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"qs": "6.11.2"
},
"devDependencies": {
"@types/aws-lambda": "8.10.118",
"@types/aws-lambda": "8.10.119",
"@types/lodash": "4.14.195",
"@types/qs": "6.9.7",
"esbuild": "0.18.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"devDependencies": {
"@babel/cli": "7.22.5",
"@babel/core": "7.22.5",
"@types/aws-lambda": "8.10.118",
"@types/aws-lambda": "8.10.119",
"@types/crypto-js": "4.1.1",
"@types/jsonwebtoken": "9.0.2",
"@types/lodash": "4.14.195",
Expand Down
2 changes: 1 addition & 1 deletion packages/testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "14.0.0",
"@testing-library/user-event": "14.4.3",
"@types/aws-lambda": "8.10.118",
"@types/aws-lambda": "8.10.119",
"@types/babel-core": "6.25.7",
"@types/jest": "29.5.2",
"@types/node": "18.16.18",
Expand Down
28 changes: 14 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6829,7 +6829,7 @@ __metadata:
"@fastify/static": 6.10.2
"@fastify/url-data": 5.3.1
"@redwoodjs/project-config": 5.0.0
"@types/aws-lambda": 8.10.118
"@types/aws-lambda": 8.10.119
"@types/lodash": 4.14.195
"@types/qs": 6.9.7
"@types/split2": 4.2.0
Expand Down Expand Up @@ -6866,7 +6866,7 @@ __metadata:
"@babel/core": 7.22.5
"@babel/runtime-corejs3": 7.22.5
"@prisma/client": 4.15.0
"@types/aws-lambda": 8.10.118
"@types/aws-lambda": 8.10.119
"@types/jsonwebtoken": 9.0.2
"@types/memjs": 1
"@types/pascalcase": 1.0.1
Expand Down Expand Up @@ -6959,7 +6959,7 @@ __metadata:
"@babel/core": 7.22.5
"@babel/runtime-corejs3": 7.22.5
"@redwoodjs/api": 5.0.0
"@types/aws-lambda": 8.10.118
"@types/aws-lambda": 8.10.119
"@types/jsonwebtoken": 9.0.2
core-js: 3.31.0
jest: 29.5.0
Expand Down Expand Up @@ -7013,7 +7013,7 @@ __metadata:
"@babel/runtime-corejs3": 7.22.5
"@clerk/clerk-sdk-node": 4.10.7
"@redwoodjs/api": 5.0.0
"@types/aws-lambda": 8.10.118
"@types/aws-lambda": 8.10.119
core-js: 3.31.0
jest: 29.5.0
typescript: 5.1.3
Expand Down Expand Up @@ -7139,7 +7139,7 @@ __metadata:
"@babel/core": 7.22.5
"@babel/runtime-corejs3": 7.22.5
"@redwoodjs/api": 5.0.0
"@types/aws-lambda": 8.10.118
"@types/aws-lambda": 8.10.119
core-js: 3.31.0
firebase-admin: 10.3.0
jest: 29.5.0
Expand Down Expand Up @@ -7189,7 +7189,7 @@ __metadata:
"@babel/core": 7.22.5
"@babel/runtime-corejs3": 7.22.5
"@redwoodjs/api": 5.0.0
"@types/aws-lambda": 8.10.118
"@types/aws-lambda": 8.10.119
"@types/jsonwebtoken": 9.0.2
core-js: 3.31.0
jest: 29.5.0
Expand Down Expand Up @@ -7240,7 +7240,7 @@ __metadata:
"@babel/core": 7.22.5
"@babel/runtime-corejs3": 7.22.5
"@redwoodjs/api": 5.0.0
"@types/aws-lambda": 8.10.118
"@types/aws-lambda": 8.10.119
"@types/jsonwebtoken": 9.0.2
core-js: 3.31.0
jest: 29.5.0
Expand Down Expand Up @@ -7627,7 +7627,7 @@ __metadata:
"@fastify/url-data": 5.3.1
"@redwoodjs/graphql-server": 5.0.0
"@redwoodjs/project-config": 5.0.0
"@types/aws-lambda": 8.10.118
"@types/aws-lambda": 8.10.119
"@types/lodash": 4.14.195
"@types/qs": 6.9.7
ansi-colors: 4.1.3
Expand Down Expand Up @@ -7900,7 +7900,7 @@ __metadata:
"@fastify/url-data": 5.3.1
"@redwoodjs/internal": 5.0.0
"@redwoodjs/project-config": 5.0.0
"@types/aws-lambda": 8.10.118
"@types/aws-lambda": 8.10.119
"@types/crypto-js": 4.1.1
"@types/jsonwebtoken": 9.0.2
"@types/lodash": 4.14.195
Expand Down Expand Up @@ -7973,7 +7973,7 @@ __metadata:
"@testing-library/jest-dom": 5.16.5
"@testing-library/react": 14.0.0
"@testing-library/user-event": 14.4.3
"@types/aws-lambda": 8.10.118
"@types/aws-lambda": 8.10.119
"@types/babel-core": 6.25.7
"@types/jest": 29.5.2
"@types/node": 18.16.18
Expand Down Expand Up @@ -9442,10 +9442,10 @@ __metadata:
languageName: node
linkType: hard

"@types/aws-lambda@npm:8.10.118, @types/aws-lambda@npm:^8.10.83":
version: 8.10.118
resolution: "@types/aws-lambda@npm:8.10.118"
checksum: ae4f30ad4c85cfe6c41093df21035a049eb943d0ef5947ee7753062d692d585c8e77e91869f79c778ffee15fa2c75cf486ea15ff3b87e1b1b614fc8ddc96398b
"@types/aws-lambda@npm:8.10.119, @types/aws-lambda@npm:^8.10.83":
version: 8.10.119
resolution: "@types/aws-lambda@npm:8.10.119"
checksum: cf30ca6f53b372ef1715a8451db324981de241fe58a5da1d82a79c4a972ddea66a252cfe71cd4e578e17bdc2d5ac11b4954bc2b84b8157f50af5a06df996b929
languageName: node
linkType: hard

Expand Down

0 comments on commit 72eb663

Please sign in to comment.