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 7, 2023
1 parent 83b3ba8 commit 7dfd96f
Show file tree
Hide file tree
Showing 5 changed files with 42 additions and 32 deletions.
4 changes: 2 additions & 2 deletions 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.347.0",
"@aws-sdk/client-s3": "3.347.1",
"@aws-sdk/signature-v4": "3.347.0",
"@crowdin/crowdin-api-client": "1.23.1",
"@crowdin/ota-client": "1.0.0",
Expand Down Expand Up @@ -91,7 +91,7 @@
"luxon": "3.3.0",
"next": "13.4.4",
"next-auth": "4.22.1",
"next-i18next": "13.2.2",
"next-i18next": "13.3.0",
"next-seo": "6.0.0",
"nextjs-routes": "1.0.9",
"object-sizeof": "2.6.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.347.0",
"@aws-sdk/client-cognito-identity-provider": "3.347.1",
"@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/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@types/node": "18.16.16",
"@weareinreach/eslint-config": "0.100.0",
"alex": "11.0.0",
"next-i18next": "13.2.2",
"next-i18next": "13.3.0",
"typescript": "5.1.3"
},
"packageManager": "pnpm@8.6.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
"msw-storybook-addon": "1.8.0",
"next": "13.4.4",
"next-auth": "4.22.1",
"next-i18next": "13.2.2",
"next-i18next": "13.3.0",
"next-router-mock": "0.9.3",
"postcss-loader": "7.3.2",
"prettier": "2.8.8",
Expand Down
64 changes: 37 additions & 27 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7dfd96f

Please sign in to comment.