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 5, 2024
1 parent dd13b3f commit 16adb82
Show file tree
Hide file tree
Showing 4 changed files with 167 additions and 167 deletions.
10 changes: 5 additions & 5 deletions apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@
"@opentelemetry/sdk-trace-node": "1.25.1",
"@opentelemetry/semantic-conventions": "1.25.1",
"@prisma/instrumentation": "5.17.0",
"@sentry/browser": "8.22.0",
"@sentry/nextjs": "8.22.0",
"@sentry/node": "8.22.0",
"@sentry/opentelemetry": "8.22.0",
"@sentry/profiling-node": "8.22.0",
"@sentry/browser": "8.23.0",
"@sentry/nextjs": "8.23.0",
"@sentry/node": "8.23.0",
"@sentry/opentelemetry": "8.23.0",
"@sentry/profiling-node": "8.23.0",
"@tanstack/react-query": "4.36.1",
"@tanstack/react-table": "8.20.1",
"@trpc/client": "10.45.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"dependencies": {
"@googlemaps/google-maps-services-js": "3.4.0",
"@opentelemetry/api": "1.9.0",
"@sentry/nextjs": "8.22.0",
"@sentry/nextjs": "8.23.0",
"@tanstack/react-query": "4.36.1",
"@terraformer/wkt": "2.2.1",
"@trpc/client": "10.45.2",
Expand Down Expand Up @@ -46,7 +46,7 @@
"libphonenumber-js": "1.11.5",
"luxon": "3.5.0",
"nanoid": "5.0.7",
"remeda": "2.7.0",
"remeda": "2.7.1",
"slugify": "1.6.6",
"social-links": "1.14.0",
"tiny-invariant": "1.3.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"with-env": "dotenv -e ../../.env --"
},
"dependencies": {
"@aws-sdk/client-cognito-identity-provider": "3.623.0",
"@aws-sdk/client-cognito-identity-provider": "3.624.0",
"@next-auth/prisma-adapter": "1.0.7",
"@weareinreach/db": "workspace:*",
"@weareinreach/env": "workspace:*",
Expand Down
Loading

0 comments on commit 16adb82

Please sign in to comment.