From c1ddb5595d53a5943ec8880223c694837fde0063 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Jun 2026 10:20:47 +0000 Subject: [PATCH] Bump the npm_and_yarn group across 4 directories with 4 updates Bumps the npm_and_yarn group with 2 updates in the /brightchain-api-lib directory: [uuid](https://github.com/uuidjs/uuid) and [nodemailer](https://github.com/nodemailer/nodemailer). Bumps the npm_and_yarn group with 1 update in the /brightchain-lib directory: [uuid](https://github.com/uuidjs/uuid). Bumps the npm_and_yarn group with 1 update in the /digitalburnbag-desktop directory: [electron](https://github.com/electron/electron). Bumps the npm_and_yarn group with 2 updates in the /showcase directory: [uuid](https://github.com/uuidjs/uuid) and [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest). Updates `uuid` from 11.1.1 to 14.0.1 - [Release notes](https://github.com/uuidjs/uuid/releases) - [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md) - [Commits](https://github.com/uuidjs/uuid/compare/v11.1.1...v14.0.1) Updates `nodemailer` from 8.0.11 to 9.0.1 - [Release notes](https://github.com/nodemailer/nodemailer/releases) - [Changelog](https://github.com/nodemailer/nodemailer/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodemailer/nodemailer/compare/v8.0.11...v9.0.1) Updates `uuid` from 11.0.5 to 14.0.0 - [Release notes](https://github.com/uuidjs/uuid/releases) - [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md) - [Commits](https://github.com/uuidjs/uuid/compare/v11.1.1...v14.0.1) Updates `electron` from 33.4.11 to 42.4.1 - [Release notes](https://github.com/electron/electron/releases) - [Commits](https://github.com/electron/electron/compare/v33.4.11...v42.4.1) Updates `uuid` from 11.1.1 to 14.0.1 - [Release notes](https://github.com/uuidjs/uuid/releases) - [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md) - [Commits](https://github.com/uuidjs/uuid/compare/v11.1.1...v14.0.1) Updates `vitest` from 2.1.9 to 4.1.9 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.9/packages/vitest) --- updated-dependencies: - dependency-name: uuid dependency-version: 14.0.1 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: nodemailer dependency-version: 9.0.1 dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: uuid dependency-version: 14.0.0 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: electron dependency-version: 42.4.1 dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: uuid dependency-version: 14.0.1 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: vitest dependency-version: 4.1.9 dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- brightchain-api-lib/package.json | 4 ++-- brightchain-lib/package.json | 2 +- digitalburnbag-desktop/package.json | 2 +- showcase/package.json | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/brightchain-api-lib/package.json b/brightchain-api-lib/package.json index 787a0de9..737dee90 100644 --- a/brightchain-api-lib/package.json +++ b/brightchain-api-lib/package.json @@ -34,7 +34,7 @@ "sharp": "^0.33.0", "ts-brand": "^0.2.0", "tslib": "^2.8.1", - "uuid": "^11.1.0", + "uuid": "^14.0.1", "validator": "^13.15.15" }, "devDependencies": { @@ -67,7 +67,7 @@ "bloom-filters": "^3.0.4", "fast-check": "^4.6.0", "js-sha3": "^0.9.3", - "nodemailer": "^8.0.4", + "nodemailer": "^9.0.1", "ws": "^8.20.0" }, "scripts": { diff --git a/brightchain-lib/package.json b/brightchain-lib/package.json index ae289067..67750184 100644 --- a/brightchain-lib/package.json +++ b/brightchain-lib/package.json @@ -97,7 +97,7 @@ "secp256k1": "^5.0.1", "ts-brand": "^0.2.0", "tslib": "^2.3.0", - "uuid": "11.0.5", + "uuid": "14.0.0", "validator": "^13.15.0" }, "devDependencies": { diff --git a/digitalburnbag-desktop/package.json b/digitalburnbag-desktop/package.json index 9ec54db6..c9579eb0 100644 --- a/digitalburnbag-desktop/package.json +++ b/digitalburnbag-desktop/package.json @@ -21,7 +21,7 @@ "@types/jest": "^30.0.0", "@types/node": "^24.1.0", "@types/ws": "^8.5.0", - "electron": "^33.0.0" + "electron": "^42.4.1" }, "scripts": { "build": "npx nx build digitalburnbag-desktop", diff --git a/showcase/package.json b/showcase/package.json index 89d81132..c04ce62f 100644 --- a/showcase/package.json +++ b/showcase/package.json @@ -43,7 +43,7 @@ "remark-gfm": "^4.0.1", "ts-brand": "^0.2.0", "tslib": "^2.6.0", - "uuid": "^11.0.0", + "uuid": "^14.0.1", "validator": "^13.12.0" }, "devDependencies": { @@ -78,6 +78,6 @@ "typescript": "~5.9.3", "typescript-eslint": "^8.46.4", "vite": "^7.2.4", - "vitest": "^2.1.8" + "vitest": "^4.1.9" } }