From 2276eb209454a63438858320d7eb5ec9d9c144b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 02:31:55 +0000 Subject: [PATCH] Bump the npm_and_yarn group across 2 directories with 2 updates 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). 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.0.5...v14.0.0) Updates `electron` from 33.4.11 to 42.1.0 - [Release notes](https://github.com/electron/electron/releases) - [Commits](https://github.com/electron/electron/compare/v33.4.11...v42.1.0) --- updated-dependencies: - dependency-name: electron dependency-version: 42.0.1 dependency-type: direct:development - dependency-name: uuid dependency-version: 14.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- brightchain-lib/package.json | 2 +- digitalburnbag-desktop/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/brightchain-lib/package.json b/brightchain-lib/package.json index fd8aa028..602ae942 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..bc5a8665 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.1.0" }, "scripts": { "build": "npx nx build digitalburnbag-desktop",