From 17eaf559b2b4dfa611dd9aa37f8a15228739a84d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 May 2026 07:11:52 +0000 Subject: [PATCH] Bump uuid from 13.0.0 to 14.0.0 in /src/paymentservice Bumps [uuid](https://github.com/uuidjs/uuid) from 13.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/v13.0.0...v14.0.0) --- updated-dependencies: - dependency-name: uuid dependency-version: 14.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/paymentservice/package-lock.json | 14 +++++++------- src/paymentservice/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/paymentservice/package-lock.json b/src/paymentservice/package-lock.json index 3995fcc..267097b 100644 --- a/src/paymentservice/package-lock.json +++ b/src/paymentservice/package-lock.json @@ -21,7 +21,7 @@ "@opentelemetry/semantic-conventions": "1.39.0", "pino": "10.2.1", "simple-card-validator": "^1.1.0", - "uuid": "^13.0.0" + "uuid": "^14.0.0" } }, "node_modules/@google-cloud/common": { @@ -3105,9 +3105,9 @@ "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==" }, "node_modules/uuid": { - "version": "13.0.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-13.0.0.tgz", - "integrity": "sha512-XQegIaBTVUjSHliKqcnFqYypAd4S+WCYt5NIeRs6w/UAry7z8Y9j5ZwRRL4kzq9U3sD6v+85er9FvkEaBpji2w==", + "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" @@ -5497,9 +5497,9 @@ "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==" }, "uuid": { - "version": "13.0.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-13.0.0.tgz", - "integrity": "sha512-XQegIaBTVUjSHliKqcnFqYypAd4S+WCYt5NIeRs6w/UAry7z8Y9j5ZwRRL4kzq9U3sD6v+85er9FvkEaBpji2w==" + "version": "14.0.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-14.0.0.tgz", + "integrity": "sha512-Qo+uWgilfSmAhXCMav1uYFynlQO7fMFiMVZsQqZRMIXp0O7rR7qjkj+cPvBHLgBqi960QCoo/PH2/6ZtVqKvrg==" }, "webidl-conversions": { "version": "3.0.1", diff --git a/src/paymentservice/package.json b/src/paymentservice/package.json index 8ac761e..34fbc7a 100644 --- a/src/paymentservice/package.json +++ b/src/paymentservice/package.json @@ -22,6 +22,6 @@ "@opentelemetry/semantic-conventions": "1.39.0", "pino": "10.2.1", "simple-card-validator": "^1.1.0", - "uuid": "^13.0.0" + "uuid": "^14.0.0" } }