From 3641ea51f51983feb5c652525022c0e17eff7d0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 15:50:17 +0000 Subject: [PATCH] Bump the production-dependencies group with 6 updates Bumps the production-dependencies group with 6 updates: | Package | From | To | | --- | --- | --- | | [commander](https://github.com/tj/commander.js) | `12.1.0` | `15.0.0` | | [@capacitor/android](https://github.com/ionic-team/capacitor) | `6.2.1` | `8.4.2` | | [@capacitor/core](https://github.com/ionic-team/capacitor) | `6.2.1` | `8.4.2` | | [@capacitor/ios](https://github.com/ionic-team/capacitor) | `6.2.1` | `8.4.2` | | [dotenv](https://github.com/motdotla/dotenv) | `16.6.1` | `17.4.2` | | [express](https://github.com/expressjs/express) | `4.22.2` | `5.2.1` | Updates `commander` from 12.1.0 to 15.0.0 - [Release notes](https://github.com/tj/commander.js/releases) - [Changelog](https://github.com/tj/commander.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/tj/commander.js/compare/v12.1.0...v15.0.0) Updates `@capacitor/android` from 6.2.1 to 8.4.2 - [Release notes](https://github.com/ionic-team/capacitor/releases) - [Changelog](https://github.com/ionic-team/capacitor/blob/main/CHANGELOG.md) - [Commits](https://github.com/ionic-team/capacitor/compare/6.2.1...8.4.2) Updates `@capacitor/core` from 6.2.1 to 8.4.2 - [Release notes](https://github.com/ionic-team/capacitor/releases) - [Changelog](https://github.com/ionic-team/capacitor/blob/main/CHANGELOG.md) - [Commits](https://github.com/ionic-team/capacitor/compare/6.2.1...8.4.2) Updates `@capacitor/ios` from 6.2.1 to 8.4.2 - [Release notes](https://github.com/ionic-team/capacitor/releases) - [Changelog](https://github.com/ionic-team/capacitor/blob/main/CHANGELOG.md) - [Commits](https://github.com/ionic-team/capacitor/compare/6.2.1...8.4.2) Updates `dotenv` from 16.6.1 to 17.4.2 - [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md) - [Commits](https://github.com/motdotla/dotenv/compare/v16.6.1...v17.4.2) Updates `express` from 4.22.2 to 5.2.1 - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/master/History.md) - [Commits](https://github.com/expressjs/express/compare/v4.22.2...v5.2.1) --- updated-dependencies: - dependency-name: commander dependency-version: 15.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: production-dependencies - dependency-name: "@capacitor/android" dependency-version: 8.4.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: production-dependencies - dependency-name: "@capacitor/core" dependency-version: 8.4.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: production-dependencies - dependency-name: "@capacitor/ios" dependency-version: 8.4.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: production-dependencies - dependency-name: dotenv dependency-version: 17.4.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: production-dependencies - dependency-name: express dependency-version: 5.2.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] --- apps/cli/package.json | 2 +- apps/mobile/package.json | 6 +++--- apps/web/package.json | 4 ++-- apps/webhook/package.json | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/apps/cli/package.json b/apps/cli/package.json index 61f7a84..b2e4248 100644 --- a/apps/cli/package.json +++ b/apps/cli/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "@uniswitch/core": "workspace:*", - "commander": "^12.1.0" + "commander": "^15.0.0" }, "scripts": { "build": "tsc -p tsconfig.json", diff --git a/apps/mobile/package.json b/apps/mobile/package.json index eef1c34..c0cd0b5 100644 --- a/apps/mobile/package.json +++ b/apps/mobile/package.json @@ -8,9 +8,9 @@ "typecheck": "echo \"nothing to typecheck yet, this package is mostly config and web assets\"" }, "dependencies": { - "@capacitor/android": "^6.1.0", - "@capacitor/core": "^6.1.0", - "@capacitor/ios": "^6.1.0" + "@capacitor/android": "^8.4.2", + "@capacitor/core": "^8.4.2", + "@capacitor/ios": "^8.4.2" }, "devDependencies": { "@capacitor/cli": "^6.1.0" diff --git a/apps/web/package.json b/apps/web/package.json index fa76ea9..9a14a83 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -6,8 +6,8 @@ "type": "module", "dependencies": { "@uniswitch/core": "workspace:*", - "dotenv": "^16.4.5", - "express": "^4.21.0" + "dotenv": "^17.4.2", + "express": "^5.2.1" }, "devDependencies": { "@types/express": "^4.17.21", diff --git a/apps/webhook/package.json b/apps/webhook/package.json index 0e17b38..00c83da 100644 --- a/apps/webhook/package.json +++ b/apps/webhook/package.json @@ -5,7 +5,7 @@ "description": "Listens for GitHub push webhooks and redeploys the self-hosted web app. See docs/DEPLOY.md.", "type": "module", "dependencies": { - "dotenv": "^16.4.5" + "dotenv": "^17.4.2" }, "scripts": { "build": "tsc -p tsconfig.json",