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] authored Aug 3, 2023
1 parent 38d8fe0 commit 4edcbaa
Show file tree
Hide file tree
Showing 5 changed files with 81 additions and 81 deletions.
2 changes: 1 addition & 1 deletion apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"dependencies": {
"@aws-crypto/sha256-js": "5.0.0",
"@aws-sdk/client-s3": "3.379.1",
"@aws-sdk/client-s3": "3.383.0",
"@aws-sdk/signature-v4": "3.370.0",
"@crowdin/crowdin-api-client": "1.24.0",
"@crowdin/ota-client": "1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"with-env": "dotenv -e ../../.env --"
},
"dependencies": {
"@aws-sdk/client-cognito-identity-provider": "3.379.1",
"@aws-sdk/client-cognito-identity-provider": "3.383.0",
"@next-auth/prisma-adapter": "1.0.7",
"@weareinreach/db": "workspace:*",
"@weareinreach/env": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"just-safe-set": "4.2.1",
"just-sort-by": "3.2.0",
"kysely": "0.26.1",
"pg": "8.11.1",
"pg": "8.11.2",
"prisma-kysely": "1.5.0",
"sql-bricks": "3.0.1",
"superjson": "1.13.1",
Expand Down Expand Up @@ -121,7 +121,7 @@
"just-flush": "2.3.0",
"kysely-codegen": "0.10.1",
"langs": "2.0.0",
"libphonenumber-js": "1.10.38",
"libphonenumber-js": "1.10.39",
"listr2": "6.6.1",
"luxon": "3.3.0",
"mongoback": "3.0.6",
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@
"just-compare": "2.3.0",
"just-filter-object": "3.2.0",
"just-map-values": "3.2.0",
"libphonenumber-js": "1.10.38",
"libphonenumber-js": "1.10.39",
"localized-address-format": "1.3.1",
"nextjs-routes": "2.0.1",
"probe-image-size": "7.2.3",
"react-error-boundary": "4.0.10",
"react-phone-number-input": "3.3.0",
"react-phone-number-input": "3.3.1",
"react-string-replace": "1.1.1"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 4edcbaa

Please sign in to comment.