From 59a94edba8eab869054142f8ebc71ba3a6fa293e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 May 2026 22:08:20 +0000 Subject: [PATCH] Bump the npm_and_yarn group across 1 directory with 2 updates Bumps the npm_and_yarn group with 2 updates in the / directory: [merge](https://github.com/yeikos/js.merge) and [uuid](https://github.com/uuidjs/uuid). Updates `merge` from 1.2.1 to 2.1.1 - [Release notes](https://github.com/yeikos/js.merge/releases) - [Changelog](https://github.com/swordev/merge/blob/main/CHANGELOG.md) - [Commits](https://github.com/yeikos/js.merge/compare/v1.2.1...v2.1.1) Updates `uuid` from 3.4.0 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/v3.4.0...v14.0.0) --- updated-dependencies: - dependency-name: merge dependency-version: 2.1.1 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: uuid dependency-version: 14.0.0 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 76aa542..e6c8a98 100644 --- a/package.json +++ b/package.json @@ -26,11 +26,11 @@ }, "dependencies": { "debug": "^2.6.9", - "merge": "^1.2.1", + "merge": "^2.1.1", "pako": "^1.0.6", "request": "^2.88.0", "request-debug": "^0.2.0", - "uuid": "^3.3.2", + "uuid": "^14.0.0", "ws": "^6.1.0" }, "jshintConfig": {