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.106 #6513

Merged
merged 1 commit into from
Oct 5, 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.101",
"@types/aws-lambda": "8.10.106",
"@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.0.3",
"@simplewebauthn/server": "6.2.1",
"@types/aws-lambda": "8.10.101",
"@types/aws-lambda": "8.10.106",
"@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.101",
"@types/aws-lambda": "8.10.106",
"@types/babel-core": "6.25.7",
"@types/jest": "29.1.1",
"@types/node": "16.11.64",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6126,7 +6126,7 @@ __metadata:
"@fastify/http-proxy": 8.2.3
"@fastify/static": 6.5.0
"@fastify/url-data": 5.1.0
"@types/aws-lambda": 8.10.101
"@types/aws-lambda": 8.10.106
"@types/lodash.escape": 4.0.7
"@types/qs": 6.9.7
"@types/split2": 3.2.1
Expand Down Expand Up @@ -6165,7 +6165,7 @@ __metadata:
"@prisma/client": 4.3.1
"@redwoodjs/auth": 3.0.3
"@simplewebauthn/server": 6.2.1
"@types/aws-lambda": 8.10.101
"@types/aws-lambda": 8.10.106
"@types/crypto-js": 4.1.1
"@types/jsonwebtoken": 8.5.9
"@types/md5": 2.3.2
Expand Down Expand Up @@ -6700,7 +6700,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.101
"@types/aws-lambda": 8.10.106
"@types/babel-core": 6.25.7
"@types/jest": 29.1.1
"@types/node": 16.11.64
Expand Down Expand Up @@ -8312,10 +8312,10 @@ __metadata:
languageName: node
linkType: hard

"@types/aws-lambda@npm:8.10.101, @types/aws-lambda@npm:^8.10.83":
version: 8.10.101
resolution: "@types/aws-lambda@npm:8.10.101"
checksum: 6938645f0ab755be50e1fc4c3ef082b33c005a31fbb9c2ffbd17e6f52656b529eee29d653bb5e33973f1223433ba088f4fa6298e128e10eb879f483cf9ae4976
"@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
languageName: node
linkType: hard

Expand Down