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.107 #6669

Merged
merged 1 commit into from
Oct 12, 2022
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": {
"@babel/cli": "7.19.3",
"@babel/core": "7.19.3",
"@types/aws-lambda": "8.10.106",
"@types/aws-lambda": "8.10.107",
"@types/lodash.escape": "4.0.7",
"@types/qs": "6.9.7",
"@types/split2": "3.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@clerk/clerk-sdk-node": "3.9.2",
"@redwoodjs/auth": "3.1.2",
"@simplewebauthn/server": "6.2.1",
"@types/aws-lambda": "8.10.106",
"@types/aws-lambda": "8.10.107",
"@types/crypto-js": "4.1.1",
"@types/jsonwebtoken": "8.5.9",
"@types/md5": "2.3.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@testing-library/react": "12.1.5",
"@testing-library/react-hooks": "8.0.1",
"@testing-library/user-event": "14.4.3",
"@types/aws-lambda": "8.10.106",
"@types/aws-lambda": "8.10.107",
"@types/babel-core": "6.25.7",
"@types/jest": "29.1.2",
"@types/node": "16.11.65",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6286,7 +6286,7 @@ __metadata:
"@fastify/http-proxy": 8.2.3
"@fastify/static": 6.5.0
"@fastify/url-data": 5.1.0
"@types/aws-lambda": 8.10.106
"@types/aws-lambda": 8.10.107
"@types/lodash.escape": 4.0.7
"@types/qs": 6.9.7
"@types/split2": 3.2.1
Expand Down Expand Up @@ -6325,7 +6325,7 @@ __metadata:
"@prisma/client": 4.3.1
"@redwoodjs/auth": 3.1.2
"@simplewebauthn/server": 6.2.1
"@types/aws-lambda": 8.10.106
"@types/aws-lambda": 8.10.107
"@types/crypto-js": 4.1.1
"@types/jsonwebtoken": 8.5.9
"@types/md5": 2.3.2
Expand Down Expand Up @@ -7041,7 +7041,7 @@ __metadata:
"@testing-library/react": 12.1.5
"@testing-library/react-hooks": 8.0.1
"@testing-library/user-event": 14.4.3
"@types/aws-lambda": 8.10.106
"@types/aws-lambda": 8.10.107
"@types/babel-core": 6.25.7
"@types/jest": 29.1.2
"@types/node": 16.11.65
Expand Down Expand Up @@ -8709,10 +8709,10 @@ __metadata:
languageName: node
linkType: hard

"@types/aws-lambda@npm:8.10.106, @types/aws-lambda@npm:^8.10.83":
version: 8.10.106
resolution: "@types/aws-lambda@npm:8.10.106"
checksum: 70586b22f4b8b800bf47258b563127c12f6ec6d844f916ad95d1ac9e21fe16ccb4dcc8d7bf965841f90f73a7ef1fa592c5b52660c97d99e9e35d5f4c60fa6606
"@types/aws-lambda@npm:8.10.107, @types/aws-lambda@npm:^8.10.83":
version: 8.10.107
resolution: "@types/aws-lambda@npm:8.10.107"
checksum: 52e33a5dafe393d63658858078dea04f0a95e85eacfb9f197611385c43a4249492e18958bac480bca674cfbea2b5776e78eab93ff08275c5524e2820e00b05a5
languageName: node
linkType: hard

Expand Down