Skip to content

Commit

Permalink
chore: bump deps (#4701)
Browse files Browse the repository at this point in the history
* chore: bump next from 14.2.10 to 14.2.21 in /apps/map

Signed-off-by: dependabot[bot] <support@github.com>

* test: update gh actions concurrency

* chore: update admin panel deps

* chore: update apps next and next auth versions

* chore: fix eslint deps issues

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Juan P Lopez <dolcalmi@gmail.com>
  • Loading branch information
dependabot[bot] and dolcalmi authored Jan 7, 2025
1 parent a8b8974 commit 419ab96
Show file tree
Hide file tree
Showing 12 changed files with 3,908 additions and 4,123 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/check-code-and-unit-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
branches: [main]
types: [opened, synchronize, labeled, unlabeled]

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

jobs:
tests:
name: execute via buck2
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/check-sdls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ on:
pull_request:
branches: [main]

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

jobs:
check-code:
name: Check SDLs
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
pull_request:
branches: [main]

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

jobs:
tests:
name: execute via bats
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/mongodb-migrate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
pull_request:
branches: [main]

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

jobs:
migrate_mongodb:
name: Migrate Mongodb
Expand Down
28 changes: 14 additions & 14 deletions apps/admin-panel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"cypress:open": "echo 'Need to cypress test'"
},
"dependencies": {
"@apollo/client": "^3.8.6",
"@apollo/client": "^3.12.4",
"@apollo/experimental-nextjs-app-support": "^0.7.0",
"@opentelemetry/api": "^1.8.0",
"@opentelemetry/core": "^1.24.1",
Expand All @@ -31,8 +31,8 @@
"@svgr/webpack": "^8.1.0",
"@t3-oss/env-nextjs": "^0.7.1",
"graphql": "^16.8.1",
"next": "14.2.10",
"next-auth": "^4.24.3",
"next": "14.2.21",
"next-auth": "^4.24.11",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sharp": "^0.32.6",
Expand All @@ -41,26 +41,26 @@
},
"devDependencies": {
"@galoy/eslint-config": "workspace:^",
"@graphql-codegen/add": "^5.0.2",
"@graphql-codegen/add": "^5.0.3",
"@graphql-codegen/cli": "^5.0.3",
"@graphql-codegen/client-preset": "^4.2.4",
"@graphql-codegen/typescript": "^4.0.6",
"@graphql-codegen/typescript-operations": "^4.2.0",
"@graphql-codegen/typescript-react-apollo": "^4.3.0",
"@graphql-codegen/client-preset": "^4.5.1",
"@graphql-codegen/typescript": "^4.1.2",
"@graphql-codegen/typescript-operations": "^4.4.0",
"@graphql-codegen/typescript-react-apollo": "^4.3.2",
"@graphql-inspector/cli": "^4.0.3",
"@types/jest": "^29.5.12",
"@types/jest": "^29.5.14",
"@types/node": "20.11.24",
"@types/react": "18.2.62",
"@types/react-dom": "18.2.19",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"autoprefixer": "^10.4.18",
"autoprefixer": "^10.4.20",
"eslint": "8.57.0",
"eslint-config-next": "^14.1.1",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"postcss": "^8.4.38",
"prettier": "^3.3.3",
"tailwindcss": "^3.3.3",
"ts-jest": "^29.1.1"
"postcss": "^8.4.49",
"prettier": "^3.4.2",
"tailwindcss": "^3.4.17",
"ts-jest": "^29.2.5"
}
}
2 changes: 1 addition & 1 deletion apps/consent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"edge-csrf": "^1.0.6",
"graphql": "^16.8.1",
"libphonenumber-js": "^1.10.51",
"next": "14.2.10",
"next": "14.2.21",
"next-themes": "^0.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand Down
4 changes: 2 additions & 2 deletions apps/dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
"csv-parse": "^5.5.3",
"dotenv": "^16.3.1",
"graphql": "^16.8.1",
"next": "14.2.10",
"next-auth": "^4.24.5",
"next": "14.2.21",
"next-auth": "^4.24.11",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-qrcode-logo": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/map/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"graphql": "^16.8.1",
"next": "14.2.10",
"next": "14.2.21",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwind-merge": "^2.1.0",
Expand Down
5 changes: 2 additions & 3 deletions apps/pay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
"ioredis": "^5.3.1",
"js-lnurl": "^0.6.0",
"lodash.debounce": "^4.0.8",
"next": "14.2.10",
"next-auth": "^4.24.8",
"next": "14.2.21",
"next-auth": "^4.24.11",
"pino": "8.20.0",
"react": "^18.3.1",
"react-bootstrap": "^2.10.2",
Expand All @@ -68,7 +68,6 @@
"@graphql-codegen/typescript": "^4.1.0",
"@graphql-codegen/typescript-operations": "^4.3.0",
"@graphql-codegen/typescript-react-apollo": "^4.3.2",
"@types/eslint": "^8.2.0",
"@types/lodash.debounce": "^4.0.6",
"@types/node": "^20.8.9",
"@types/original-url": "^1.2.0",
Expand Down
4 changes: 2 additions & 2 deletions apps/voucher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@
"graphql": "^16.6.0",
"graphql-ws": "^5.16.0",
"knex": "^3.1.0",
"next": "14.2.10",
"next-auth": "^4.24.6",
"next": "14.2.21",
"next-auth": "^4.24.11",
"pg": "^8.11.0",
"postcss": "8.4.38",
"react": "18.2.0",
Expand Down
65 changes: 35 additions & 30 deletions core/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@
"node": "20"
},
"dependencies": {
"@apollo/server": "^4.11.0",
"@aws-sdk/client-s3": "^3.674.0",
"@apollo/server": "^4.11.3",
"@aws-sdk/client-s3": "^3.723.0",
"@galoy/gt3-server-node-express-sdk": "workspace:^",
"@google-cloud/storage": "^7.13.0",
"@grpc/grpc-js": "^1.12.2",
"@google-cloud/storage": "^7.14.0",
"@grpc/grpc-js": "^1.12.5",
"@grpc/proto-loader": "^0.7.13",
"@ip1sms/disposable-phone-numbers": "^2.1.939",
"@ip1sms/disposable-phone-numbers": "^2.1.1023",
"@opentelemetry/api": "^1.9.0",
"@opentelemetry/core": "^1.26.0",
"@opentelemetry/exporter-trace-otlp-http": "^0.53.0",
Expand All @@ -62,22 +62,22 @@
"@ory/client": "^1.15.6",
"@t3-oss/env-core": "^0.7.3",
"ajv": "^8.17.1",
"axios": "^1.7.7",
"axios": "^1.7.9",
"basic-auth": "^2.0.1",
"bignumber.js": "^9.1.2",
"bip32": "^4.0.0",
"bitcoin-cli-ts": "^26.1.0",
"bitcoinjs-lib": "^6.1.6",
"bitcoinjs-lib": "^6.1.7",
"body-parser": "^1.20.3",
"cors": "^2.8.5",
"csv-writer": "^1.6.0",
"dataloader": "^2.2.2",
"dataloader": "^2.2.3",
"dedent": "^1.5.3",
"express": "^4.21.1",
"express-jwt": "^8.4.1",
"express": "^4.21.2",
"express-jwt": "^8.5.1",
"firebase-admin": "^12.6.0",
"google-protobuf": "^3.21.4",
"graphql": "^16.9.0",
"graphql": "^16.10.0",
"graphql-middleware": "^6.1.33",
"graphql-query-complexity": "^1.0.0",
"graphql-redis-subscriptions": "^2.6.1",
Expand All @@ -92,9 +92,9 @@
"jsonwebtoken": "^9.0.2",
"jwks-rsa": "^3.1.0",
"knex": "^3.1.0",
"libphonenumber-js": "^1.11.12",
"lightning": "^10.22.1",
"ln-service": "^57.22.0",
"libphonenumber-js": "^1.11.17",
"lightning": "^10.23.0",
"ln-service": "^57.23.0",
"lnurl-pay": "^4.0.0",
"lodash.debounce": "^4.0.8",
"lodash.groupby": "^4.6.0",
Expand All @@ -106,25 +106,25 @@
"medici": "^7.0.3",
"mongoose": "8.7.2",
"node-cache": "^5.1.2",
"openai": "^4.68.0",
"pg": "^8.13.0",
"pino": "9.5.0",
"openai": "^4.77.3",
"pg": "^8.13.1",
"pino": "9.6.0",
"pino-http": "^10.3.0",
"prom-client": "^15.1.3",
"rate-limiter-flexible": "^5.0.1",
"redlock": "^5.0.0-beta.2",
"snappy": "^7.2.2",
"svix": "1.37.0",
"tiny-secp256k1": "^2.2.3",
"twilio": "^5.3.4",
"twilio": "^5.4.0",
"uuid-by-string": "^4.0.0",
"validator": "^13.12.0",
"ws": "^8.18.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.4",
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@galoy/eslint-config": "workspace:^",
"@graphql-tools/jest-transform": "^2.0.0",
"@jest/test-sequencer": "^29.7.0",
Expand All @@ -135,13 +135,13 @@
"@types/basic-auth": "^1.1.8",
"@types/body-parser": "^1.19.5",
"@types/cookie": "^0.6.0",
"@types/cookie-parser": "^1.4.7",
"@types/cookie-parser": "^1.4.8",
"@types/cors": "^2.8.17",
"@types/dedent": "^0.7.2",
"@types/eslint": "^8.56.9",
"@types/express": "^4.17.21",
"@types/google-protobuf": "^3.15.12",
"@types/jest": "^29.5.13",
"@types/jest": "^29.5.14",
"@types/js-yaml": "^4.0.9",
"@types/jsonwebtoken": "^9.0.7",
"@types/lodash.debounce": "^4.0.9",
Expand All @@ -154,12 +154,12 @@
"@types/lodash.sortby": "^4.7.9",
"@types/lodash.sumby": "^4.6.9",
"@types/migrate-mongo": "^10.0.5",
"@types/node": "^22.7.6",
"@types/node": "^22.10.5",
"@types/node-jose": "^1.1.13",
"@types/nodemon": "^1.19.6",
"@types/set-cookie-parser": "^2.4.10",
"@types/validator": "^13.12.0",
"@types/ws": "^8.5.12",
"@types/validator": "^13.12.2",
"@types/ws": "^8.5.13",
"@typescript-eslint/eslint-plugin": "^7.7.0",
"@typescript-eslint/parser": "^7.7.0",
"@xascode/tscpaths": "0.1.4",
Expand All @@ -180,17 +180,22 @@
"madge": "^6.1.0",
"migrate-mongo": "^11.0.0",
"node-jose": "^2.2.0",
"nodemon": "^3.1.7",
"nodemon": "^3.1.9",
"otplib": "^12.0.1",
"pino-pretty": "^11.3.0",
"prettier": "^3.3.3",
"protoc-gen-js": "^3.21.2",
"prettier": "^3.4.2",
"protoc-gen-js": "^3.21.4",
"spectaql": "^2.3.1",
"tree-kill": "^1.2.2",
"tsconfig-paths": "^4.2.0",
"tsx": "^4.19.1",
"typescript": "^5.6.3",
"tsx": "^4.19.2",
"typescript": "^5.7.2",
"zen-observable-ts": "^1.1.0"
},
"pnpm": {
"overrides": {
"@types/eslint": "^8.56.12"
}
},
"private": true
}
Loading

0 comments on commit 419ab96

Please sign in to comment.