Skip to content

Commit

Permalink
fix(auth): update all non-major dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jun 10, 2023
1 parent d3c52d5 commit 79b4d53
Show file tree
Hide file tree
Showing 6 changed files with 310 additions and 83 deletions.
2 changes: 1 addition & 1 deletion apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"dependencies": {
"@aws-crypto/sha256-js": "4.0.0",
"@aws-sdk/client-s3": "3.348.0",
"@aws-sdk/client-s3": "3.350.0",
"@aws-sdk/signature-v4": "3.347.0",
"@crowdin/crowdin-api-client": "1.23.1",
"@crowdin/ota-client": "1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"prettier-plugin-packagejson": "2.4.3",
"prettier-plugin-prisma": "4.13.0",
"tsx": "3.12.7",
"turbo": "1.10.2",
"turbo": "1.10.3",
"typescript": "5.1.3",
"typesync": "0.11.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"type-check": "tsc --noEmit"
},
"dependencies": {
"@aws-sdk/client-cognito-identity-provider": "3.348.0",
"@aws-sdk/client-cognito-identity-provider": "3.350.0",
"@next-auth/prisma-adapter": "1.0.7",
"aws-jwt-verify": "4.0.0",
"tiny-invariant": "1.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/aws-cache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@weareinreach/config": "0.100.0",
"@weareinreach/eslint-config": "0.100.0",
"aws-lambda": "1.0.7",
"esbuild": "0.17.19",
"esbuild": "0.18.0",
"eslint": "8.42.0",
"prettier": "2.8.8",
"typescript": "5.1.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
"next-auth": "4.22.1",
"next-i18next": "13.3.0",
"next-router-mock": "0.9.6",
"postcss-loader": "7.3.2",
"postcss-loader": "7.3.3",
"prettier": "2.8.8",
"react": "18.2.0",
"react-docgen-typescript": "2.2.2",
Expand Down
Loading

0 comments on commit 79b4d53

Please sign in to comment.