Skip to content

Commit

Permalink
fix(auth): update all non-major dependencies (#1003)
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 10, 2024
1 parent 7930c07 commit a2a0306
Show file tree
Hide file tree
Showing 8 changed files with 235 additions and 232 deletions.
10 changes: 5 additions & 5 deletions apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@
"@opentelemetry/sdk-trace-node": "1.19.0",
"@opentelemetry/semantic-conventions": "1.19.0",
"@prisma/instrumentation": "5.8.0",
"@sentry/browser": "7.92.0",
"@sentry/nextjs": "7.92.0",
"@sentry/node": "7.92.0",
"@sentry/opentelemetry": "7.92.0",
"@sentry/opentelemetry-node": "7.92.0",
"@sentry/browser": "7.93.0",
"@sentry/nextjs": "7.93.0",
"@sentry/node": "7.93.0",
"@sentry/opentelemetry": "7.93.0",
"@sentry/opentelemetry-node": "7.93.0",
"@sentry/profiling-node": "1.3.3",
"@tanstack/react-query": "4.36.1",
"@tanstack/react-table": "8.11.3",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"boxen": "7.1.1",
"dotenv": "16.3.1",
"husky": "8.0.3",
"knip": "3.13.0",
"knip": "3.13.1",
"lint-staged": "15.2.0",
"prettier": "3.1.1",
"prettier-plugin-jsdoc": "1.3.0",
Expand All @@ -57,7 +57,7 @@
"typescript": "5.3.3",
"typesync": "0.12.1"
},
"packageManager": "[email protected].0",
"packageManager": "[email protected].1",
"engines": {
"node": "^20.0.0",
"pnpm": "^8.10.5"
Expand Down
2 changes: 1 addition & 1 deletion 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.3.42",
"@opentelemetry/api": "1.7.0",
"@sentry/nextjs": "7.92.0",
"@sentry/nextjs": "7.93.0",
"@tanstack/react-query": "4.36.1",
"@terraformer/wkt": "2.2.0",
"@trpc/client": "10.45.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.485.0",
"@aws-sdk/client-cognito-identity-provider": "3.489.0",
"@next-auth/prisma-adapter": "1.0.7",
"@weareinreach/db": "workspace:*",
"@weareinreach/env": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"dotenv": "16.3.1",
"dotenv-cli": "7.3.0",
"eslint": "8.56.0",
"google-auth-library": "9.4.1",
"google-auth-library": "9.4.2",
"google-spreadsheet": "4.1.1",
"googleapis": "130.0.0",
"inquirer": "9.2.12",
Expand Down
2 changes: 1 addition & 1 deletion packages/env/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"dependencies": {
"@t3-oss/env-nextjs": "0.7.1",
"@weareinreach/util": "workspace:*",
"chromatic": "10.2.0",
"chromatic": "10.2.1",
"zod": "3.22.4"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
"@weareinreach/eslint-config": "0.100.0",
"@welldone-software/why-did-you-render": "8.0.1",
"babel-loader": "9.1.3",
"chromatic": "10.2.0",
"chromatic": "10.2.1",
"css-loader": "6.9.0",
"dayjs": "1.11.10",
"dotenv": "16.3.1",
Expand Down
Loading

0 comments on commit a2a0306

Please sign in to comment.