From c7558d381f4509efab21235ebe0a4caae406f919 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 22:23:16 +0000 Subject: [PATCH] chore(deps): bump uuid Bumps the npm_and_yarn group with 1 update in the /src/paymentservice directory: [uuid](https://github.com/uuidjs/uuid). Updates `uuid` from 10.0.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/v10.0.0...v14.0.0) --- updated-dependencies: - dependency-name: uuid dependency-version: 14.0.0 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- src/paymentservice/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/paymentservice/package.json b/src/paymentservice/package.json index 8c64c8f..b190b58 100644 --- a/src/paymentservice/package.json +++ b/src/paymentservice/package.json @@ -20,7 +20,7 @@ "pino": "9.5.0", "simple-card-validator": "^1.1.0", "thrift": "^0.21.0", - "uuid": "^10.0.0", + "uuid": "^14.0.0", "worker-threads": "^1.0.0" }, "devDependencies": {