From c75426ffc709857894f1d1e560858c1dc8c3832e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 16:50:50 +0000 Subject: [PATCH] chore(deps): bump the npm_and_yarn group across 1 directory with 2 updates Bumps the npm_and_yarn group with 2 updates in the /.git-rewrite/t/backend directory: [uuid](https://github.com/uuidjs/uuid) and [path-to-regexp](https://github.com/pillarjs/path-to-regexp). Updates `uuid` from 9.0.1 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/v9.0.1...v14.0.0) Updates `path-to-regexp` from 0.1.12 to 0.1.13 - [Release notes](https://github.com/pillarjs/path-to-regexp/releases) - [Changelog](https://github.com/pillarjs/path-to-regexp/blob/v.0.1.13/History.md) - [Commits](https://github.com/pillarjs/path-to-regexp/compare/v0.1.12...v.0.1.13) --- updated-dependencies: - dependency-name: uuid dependency-version: 14.0.0 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: path-to-regexp dependency-version: 0.1.13 dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- .git-rewrite/t/backend/package-lock.json | 16 ++++++++-------- .git-rewrite/t/backend/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.git-rewrite/t/backend/package-lock.json b/.git-rewrite/t/backend/package-lock.json index b9442f62..78ef4126 100644 --- a/.git-rewrite/t/backend/package-lock.json +++ b/.git-rewrite/t/backend/package-lock.json @@ -18,7 +18,7 @@ "express": "^4.18.2", "isomorphic-dompurify": "^1.11.0", "on-finished": "^2.4.1", - "uuid": "^9.0.0" + "uuid": "^14.0.0" }, "devDependencies": { "jest": "^29.0.0", @@ -4552,9 +4552,9 @@ "license": "MIT" }, "node_modules/path-to-regexp": { - "version": "0.1.12", - "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.12.tgz", - "integrity": "sha512-RA1GjUVMnvYFxuqovrEqZoxxW5NUZqbwKtYz/Tt7nXerk0LbLblQmrsgdeOxV5SFHf0UDggjS/bSeOZwt1pmEQ==", + "version": "0.1.13", + "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.13.tgz", + "integrity": "sha512-A/AGNMFN3c8bOlvV9RreMdrv7jsmF9XIfDeCd87+I8RNg6s78BhJxMu69NEMHBSJFxKidViTEdruRwEk/WIKqA==", "license": "MIT" }, "node_modules/picocolors": { @@ -5600,16 +5600,16 @@ } }, "node_modules/uuid": { - "version": "9.0.1", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz", - "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==", + "version": "14.0.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-14.0.0.tgz", + "integrity": "sha512-Qo+uWgilfSmAhXCMav1uYFynlQO7fMFiMVZsQqZRMIXp0O7rR7qjkj+cPvBHLgBqi960QCoo/PH2/6ZtVqKvrg==", "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" ], "license": "MIT", "bin": { - "uuid": "dist/bin/uuid" + "uuid": "dist-node/bin/uuid" } }, "node_modules/v8-to-istanbul": { diff --git a/.git-rewrite/t/backend/package.json b/.git-rewrite/t/backend/package.json index 3078291b..94538b51 100644 --- a/.git-rewrite/t/backend/package.json +++ b/.git-rewrite/t/backend/package.json @@ -20,7 +20,7 @@ "express": "^4.18.2", "isomorphic-dompurify": "^1.11.0", "on-finished": "^2.4.1", - "uuid": "^9.0.0" + "uuid": "^14.0.0" }, "devDependencies": { "jest": "^29.0.0",