Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency @types/aws-lambda to v8.10.142 #11076

Merged
merged 1 commit into from
Jul 24, 2024
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
2 changes: 1 addition & 1 deletion packages/api-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
},
"devDependencies": {
"@redwoodjs/framework-tools": "workspace:*",
"@types/aws-lambda": "8.10.141",
"@types/aws-lambda": "8.10.142",
"@types/lodash": "4.17.7",
"@types/qs": "6.9.15",
"@types/split2": "4.2.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"devDependencies": {
"@babel/cli": "7.24.8",
"@babel/core": "^7.22.20",
"@types/aws-lambda": "8.10.141",
"@types/aws-lambda": "8.10.142",
"@types/jsonwebtoken": "9.0.6",
"@types/memjs": "1",
"@types/pascalcase": "1.0.3",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@babel/cli": "7.24.8",
"@babel/core": "^7.22.20",
"@redwoodjs/api": "workspace:*",
"@types/aws-lambda": "8.10.141",
"@types/aws-lambda": "8.10.142",
"@types/jsonwebtoken": "9.0.6",
"typescript": "5.5.4",
"vitest": "2.0.4"
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 @@ -31,7 +31,7 @@
"@babel/cli": "7.24.8",
"@babel/core": "^7.22.20",
"@redwoodjs/api": "workspace:*",
"@types/aws-lambda": "8.10.141",
"@types/aws-lambda": "8.10.142",
"typescript": "5.5.4",
"vitest": "2.0.4"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/dbAuth/middleware/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@redwoodjs/api": "workspace:*",
"@redwoodjs/framework-tools": "workspace:*",
"@redwoodjs/graphql-server": "workspace:*",
"@types/aws-lambda": "8.10.141",
"@types/aws-lambda": "8.10.142",
"concurrently": "8.2.2",
"publint": "0.2.9",
"ts-toolbelt": "9.6.0",
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 @@ -31,7 +31,7 @@
"@babel/cli": "7.24.8",
"@babel/core": "^7.22.20",
"@redwoodjs/api": "workspace:*",
"@types/aws-lambda": "8.10.141",
"@types/aws-lambda": "8.10.142",
"typescript": "5.5.4",
"vitest": "2.0.4"
},
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 @@ -31,7 +31,7 @@
"@babel/cli": "7.24.8",
"@babel/core": "^7.22.20",
"@redwoodjs/api": "workspace:*",
"@types/aws-lambda": "8.10.141",
"@types/aws-lambda": "8.10.142",
"@types/jsonwebtoken": "9.0.6",
"typescript": "5.5.4",
"vitest": "2.0.4"
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 @@ -32,7 +32,7 @@
"devDependencies": {
"@babel/cli": "7.24.8",
"@babel/core": "^7.22.20",
"@types/aws-lambda": "8.10.141",
"@types/aws-lambda": "8.10.142",
"@types/jsonwebtoken": "9.0.6",
"typescript": "5.5.4",
"vitest": "2.0.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/supabase/middleware/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@redwoodjs/auth": "workspace:*",
"@redwoodjs/framework-tools": "workspace:*",
"@redwoodjs/graphql-server": "workspace:*",
"@types/aws-lambda": "8.10.141",
"@types/aws-lambda": "8.10.142",
"concurrently": "8.2.2",
"publint": "0.2.9",
"ts-toolbelt": "9.6.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@envelop/types": "5.0.0",
"@redwoodjs/project-config": "workspace:*",
"@redwoodjs/realtime": "workspace:*",
"@types/aws-lambda": "8.10.141",
"@types/aws-lambda": "8.10.142",
"@types/jsonwebtoken": "9.0.6",
"@types/lodash": "4.17.7",
"@types/uuid": "10.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@testing-library/jest-dom": "6.4.8",
"@testing-library/react": "14.3.1",
"@testing-library/user-event": "14.5.2",
"@types/aws-lambda": "8.10.141",
"@types/aws-lambda": "8.10.142",
"@types/babel-core": "6.25.10",
"@types/jest": "29.5.12",
"@types/node": "20.14.12",
Expand Down
30 changes: 15 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7240,7 +7240,7 @@ __metadata:
"@redwoodjs/framework-tools": "workspace:*"
"@redwoodjs/project-config": "workspace:*"
"@redwoodjs/web-server": "workspace:*"
"@types/aws-lambda": "npm:8.10.141"
"@types/aws-lambda": "npm:8.10.142"
"@types/lodash": "npm:4.17.7"
"@types/qs": "npm:6.9.15"
"@types/split2": "npm:4.2.3"
Expand Down Expand Up @@ -7282,7 +7282,7 @@ __metadata:
"@babel/core": "npm:^7.22.20"
"@babel/runtime-corejs3": "npm:7.24.8"
"@prisma/client": "npm:5.17.0"
"@types/aws-lambda": "npm:8.10.141"
"@types/aws-lambda": "npm:8.10.142"
"@types/jsonwebtoken": "npm:9.0.6"
"@types/memjs": "npm:1"
"@types/pascalcase": "npm:1.0.3"
Expand Down Expand Up @@ -7376,7 +7376,7 @@ __metadata:
"@babel/core": "npm:^7.22.20"
"@babel/runtime-corejs3": "npm:7.24.8"
"@redwoodjs/api": "workspace:*"
"@types/aws-lambda": "npm:8.10.141"
"@types/aws-lambda": "npm:8.10.142"
"@types/jsonwebtoken": "npm:9.0.6"
core-js: "npm:3.37.1"
jsonwebtoken: "npm:9.0.2"
Expand Down Expand Up @@ -7430,7 +7430,7 @@ __metadata:
"@babel/runtime-corejs3": "npm:7.24.8"
"@clerk/clerk-sdk-node": "npm:4.13.20"
"@redwoodjs/api": "workspace:*"
"@types/aws-lambda": "npm:8.10.141"
"@types/aws-lambda": "npm:8.10.142"
core-js: "npm:3.37.1"
typescript: "npm:5.5.4"
vitest: "npm:2.0.4"
Expand Down Expand Up @@ -7517,7 +7517,7 @@ __metadata:
"@redwoodjs/framework-tools": "workspace:*"
"@redwoodjs/graphql-server": "workspace:*"
"@redwoodjs/web": "workspace:*"
"@types/aws-lambda": "npm:8.10.141"
"@types/aws-lambda": "npm:8.10.142"
concurrently: "npm:8.2.2"
publint: "npm:0.2.9"
ts-toolbelt: "npm:9.6.0"
Expand Down Expand Up @@ -7575,7 +7575,7 @@ __metadata:
"@babel/core": "npm:^7.22.20"
"@babel/runtime-corejs3": "npm:7.24.8"
"@redwoodjs/api": "workspace:*"
"@types/aws-lambda": "npm:8.10.141"
"@types/aws-lambda": "npm:8.10.142"
core-js: "npm:3.37.1"
firebase-admin: "npm:12.2.0"
typescript: "npm:5.5.4"
Expand Down Expand Up @@ -7626,7 +7626,7 @@ __metadata:
"@babel/core": "npm:^7.22.20"
"@babel/runtime-corejs3": "npm:7.24.8"
"@redwoodjs/api": "workspace:*"
"@types/aws-lambda": "npm:8.10.141"
"@types/aws-lambda": "npm:8.10.142"
"@types/jsonwebtoken": "npm:9.0.6"
core-js: "npm:3.37.1"
jsonwebtoken: "npm:9.0.2"
Expand Down Expand Up @@ -7678,7 +7678,7 @@ __metadata:
"@babel/runtime-corejs3": "npm:7.24.8"
"@redwoodjs/api": "workspace:*"
"@supabase/ssr": "npm:0.4.0"
"@types/aws-lambda": "npm:8.10.141"
"@types/aws-lambda": "npm:8.10.142"
"@types/jsonwebtoken": "npm:9.0.6"
core-js: "npm:3.37.1"
jsonwebtoken: "npm:9.0.2"
Expand All @@ -7699,7 +7699,7 @@ __metadata:
"@redwoodjs/graphql-server": "workspace:*"
"@redwoodjs/web": "workspace:*"
"@supabase/ssr": "npm:0.4.0"
"@types/aws-lambda": "npm:8.10.141"
"@types/aws-lambda": "npm:8.10.142"
concurrently: "npm:8.2.2"
publint: "npm:0.2.9"
ts-toolbelt: "npm:9.6.0"
Expand Down Expand Up @@ -8238,7 +8238,7 @@ __metadata:
"@redwoodjs/context": "workspace:*"
"@redwoodjs/project-config": "workspace:*"
"@redwoodjs/realtime": "workspace:*"
"@types/aws-lambda": "npm:8.10.141"
"@types/aws-lambda": "npm:8.10.142"
"@types/jsonwebtoken": "npm:9.0.6"
"@types/lodash": "npm:4.17.7"
"@types/uuid": "npm:10.0.0"
Expand Down Expand Up @@ -8635,7 +8635,7 @@ __metadata:
"@testing-library/jest-dom": "npm:6.4.8"
"@testing-library/react": "npm:14.3.1"
"@testing-library/user-event": "npm:14.5.2"
"@types/aws-lambda": "npm:8.10.141"
"@types/aws-lambda": "npm:8.10.142"
"@types/babel-core": "npm:6.25.10"
"@types/jest": "npm:29.5.12"
"@types/node": "npm:20.14.12"
Expand Down Expand Up @@ -10354,10 +10354,10 @@ __metadata:
languageName: node
linkType: hard

"@types/aws-lambda@npm:8.10.141":
version: 8.10.141
resolution: "@types/aws-lambda@npm:8.10.141"
checksum: 10c0/cb82807c0feee91702321ae492ae24023e05b461f91e155d1ade60a40af779067dd7631bd70f97f8ae4cf107aaa03286db0093694184c79f314edb38f1bfa250
"@types/aws-lambda@npm:8.10.142":
version: 8.10.142
resolution: "@types/aws-lambda@npm:8.10.142"
checksum: 10c0/9c9544d0f93bb8e1c044cd9d991c5c11d04c4a98d3b2dfade7d420df56270288baa254ec2d9782144ec7291d154c0dd550862f133ba81cca12a28af9f5349414
languageName: node
linkType: hard

Expand Down
Loading