Skip to content

Commit

Permalink
fix(auth): update all non-major dependencies (#929)
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 Nov 30, 2023
1 parent 10b0ba1 commit 373177a
Show file tree
Hide file tree
Showing 12 changed files with 271 additions and 271 deletions.
14 changes: 7 additions & 7 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.18.1",
"@opentelemetry/semantic-conventions": "1.18.1",
"@prisma/instrumentation": "5.6.0",
"@sentry/browser": "7.83.0",
"@sentry/nextjs": "7.83.0",
"@sentry/node": "7.83.0",
"@sentry/opentelemetry": "7.83.0",
"@sentry/opentelemetry-node": "7.83.0",
"@sentry/browser": "7.84.0",
"@sentry/nextjs": "7.84.0",
"@sentry/node": "7.84.0",
"@sentry/opentelemetry": "7.84.0",
"@sentry/opentelemetry-node": "7.84.0",
"@sentry/profiling-node": "1.2.6",
"@tanstack/react-query": "4.36.1",
"@tanstack/react-table": "8.10.7",
Expand Down Expand Up @@ -107,10 +107,10 @@
"@tanstack/react-query-devtools": "4.36.1",
"@tanstack/react-table-devtools": "8.7.6",
"@total-typescript/ts-reset": "0.5.1",
"@types/eslint": "8.44.7",
"@types/eslint": "8.44.8",
"@types/gtag.js": "0.0.18",
"@types/luxon": "3.3.5",
"@types/node": "20.10.0",
"@types/node": "20.10.1",
"@types/react": "18.2.39",
"@types/react-dom": "18.2.17",
"@types/umami": "0.1.5",
Expand Down
4 changes: 2 additions & 2 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
},
"devDependencies": {
"@next/bundle-analyzer": "14.0.3",
"@types/eslint": "8.44.7",
"@types/node": "20.10.0",
"@types/eslint": "8.44.8",
"@types/node": "20.10.1",
"@types/react": "18.2.39",
"@types/react-dom": "18.2.17",
"@weareinreach/config": "workspace:*",
Expand Down
6 changes: 3 additions & 3 deletions lambdas/cognito-messaging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
"@aws-lambda-powertools/logger": "1.17.0"
},
"devDependencies": {
"@types/aws-lambda": "8.10.129",
"@types/eslint": "8.44.7",
"@types/node": "20.10.0",
"@types/aws-lambda": "8.10.130",
"@types/eslint": "8.44.8",
"@types/node": "20.10.1",
"@vercel/ncc": "0.38.1",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "0.100.0",
Expand Down
6 changes: 3 additions & 3 deletions lambdas/cognito-user-migrate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
"@weareinreach/db": "workspace:*"
},
"devDependencies": {
"@types/aws-lambda": "8.10.129",
"@types/eslint": "8.44.7",
"@types/node": "20.10.0",
"@types/aws-lambda": "8.10.130",
"@types/eslint": "8.44.8",
"@types/node": "20.10.1",
"@vercel/ncc": "0.38.1",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "0.100.0",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,20 +39,20 @@
"@changesets/cli": "2.27.1",
"@turbo/gen": "1.10.16",
"@types/lint-staged": "13.2.2",
"@types/node": "20.10.0",
"@types/node": "20.10.1",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "0.100.0",
"boxen": "7.1.1",
"dotenv": "16.3.1",
"husky": "8.0.3",
"knip": "3.3.2",
"knip": "3.3.4",
"lint-staged": "15.1.0",
"prettier": "3.1.0",
"prettier-plugin-jsdoc": "1.1.1",
"prettier-plugin-packagejson": "2.4.6",
"prettier-plugin-prisma": "5.0.0",
"sherif": "0.6.1",
"tsx": "4.6.0",
"tsx": "4.6.1",
"turbo": "1.10.16",
"typescript": "5.3.2",
"typesync": "0.11.1"
Expand Down
6 changes: 3 additions & 3 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.3.41",
"@opentelemetry/api": "1.7.0",
"@sentry/nextjs": "7.83.0",
"@sentry/nextjs": "7.84.0",
"@tanstack/react-query": "4.36.1",
"@terraformer/wkt": "2.2.0",
"@trpc/client": "10.44.1",
Expand Down Expand Up @@ -48,10 +48,10 @@
},
"devDependencies": {
"@turbo/gen": "1.10.16",
"@types/eslint": "8.44.7",
"@types/eslint": "8.44.8",
"@types/google.maps": "3.54.10",
"@types/luxon": "3.3.5",
"@types/node": "20.10.0",
"@types/node": "20.10.1",
"@types/terraformer__wkt": "2.0.2",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "0.100.0",
Expand Down
6 changes: 3 additions & 3 deletions 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.461.0",
"@aws-sdk/client-cognito-identity-provider": "3.462.0",
"@next-auth/prisma-adapter": "1.0.7",
"@weareinreach/db": "workspace:*",
"@weareinreach/env": "workspace:*",
Expand All @@ -25,8 +25,8 @@
"zod": "3.22.4"
},
"devDependencies": {
"@types/eslint": "8.44.7",
"@types/node": "20.10.0",
"@types/eslint": "8.44.8",
"@types/node": "20.10.1",
"@types/react": "18.2.39",
"@types/react-dom": "18.2.17",
"@weareinreach/config": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"preinstall": "npx only-allow pnpm"
},
"devDependencies": {
"@types/node": "20.10.0",
"@types/node": "20.10.1",
"@weareinreach/eslint-config": "0.100.0",
"alex": "11.0.1",
"next-i18next": "15.0.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,11 @@
"@terraformer/wkt": "2.2.0",
"@turbo/gen": "1.10.16",
"@turf/helpers": "6.5.0",
"@types/eslint": "8.44.7",
"@types/eslint": "8.44.8",
"@types/inquirer": "9.0.7",
"@types/inquirer-autocomplete-prompt": "3.0.3",
"@types/luxon": "3.3.5",
"@types/node": "20.10.0",
"@types/node": "20.10.1",
"@types/papaparse": "5.3.14",
"@types/pg": "8.10.9",
"@types/terraformer__wkt": "2.0.2",
Expand All @@ -76,7 +76,7 @@
"dotenv": "16.3.1",
"dotenv-cli": "7.3.0",
"eslint": "8.54.0",
"google-auth-library": "9.2.0",
"google-auth-library": "9.3.0",
"google-spreadsheet": "4.1.1",
"googleapis": "129.0.0",
"inquirer": "9.2.12",
Expand All @@ -100,7 +100,7 @@
"sql-bricks-postgres": "0.6.0",
"string-byte-length": "3.0.0",
"tiny-invariant": "1.3.1",
"tsx": "4.6.0",
"tsx": "4.6.1",
"type-fest": "4.8.2",
"typescript": "5.3.2",
"zod-prisma-types": "3.1.6",
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"devDependencies": {
"@next/eslint-plugin-next": "14.0.3",
"@tanstack/eslint-plugin-query": "4.36.1",
"@types/eslint": "8.44.7",
"@types/eslint": "8.44.8",
"@types/eslint-config-prettier": "6.11.3",
"@types/node": "20.10.0",
"@types/node": "20.10.1",
"@typescript-eslint/eslint-plugin": "6.13.1",
"@typescript-eslint/parser": "6.13.1",
"eslint": "8.54.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,10 @@
"@trpc/react-query": "10.44.1",
"@types/babel__core": "7.20.5",
"@types/babel__preset-env": "7.9.6",
"@types/eslint": "8.44.7",
"@types/eslint": "8.44.8",
"@types/google.maps": "3.54.10",
"@types/luxon": "3.3.5",
"@types/node": "20.10.0",
"@types/node": "20.10.1",
"@types/probe-image-size": "7.2.4",
"@types/react": "18.2.39",
"@types/react-dom": "18.2.17",
Expand Down Expand Up @@ -163,7 +163,7 @@
"style-loader": "3.3.3",
"trpc-client-devtools-link": "0.2.1-next",
"tsconfig-paths-webpack-plugin": "4.1.0",
"tsx": "4.6.0",
"tsx": "4.6.1",
"type-fest": "4.8.2",
"typescript": "5.3.2",
"webpack": "5.89.0",
Expand Down
Loading

0 comments on commit 373177a

Please sign in to comment.