From 18cbdbaa41462d6f6f4704eb0e720268b7d3e83d Mon Sep 17 00:00:00 2001 From: CloudQuery Bot Date: Mon, 5 Jan 2026 11:42:58 +0000 Subject: [PATCH] fix(deps): Update dependency uuid to v13 --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 23044ab..f794d2d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "path-exists": "^5.0.0", "path-type": "^6.0.0", "semver": "^7.5.4", - "uuid": "^11.0.0", + "uuid": "^13.0.0", "winston": "^3.10.0", "winston-error-format": "^3.0.0", "yargs": "^17.7.2" @@ -7206,16 +7206,16 @@ "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==" }, "node_modules/uuid": { - "version": "11.1.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.1.0.tgz", - "integrity": "sha512-0/A9rDy9P7cJ+8w1c9WD9V//9Wj15Ce2MPz8Ri6032usz+NfePxx5AcN3bN+r6ZL6jEo066/yNYB3tn4pQEx+A==", + "version": "13.0.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-13.0.0.tgz", + "integrity": "sha512-XQegIaBTVUjSHliKqcnFqYypAd4S+WCYt5NIeRs6w/UAry7z8Y9j5ZwRRL4kzq9U3sD6v+85er9FvkEaBpji2w==", "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" ], "license": "MIT", "bin": { - "uuid": "dist/esm/bin/uuid" + "uuid": "dist-node/bin/uuid" } }, "node_modules/v8-compile-cache-lib": { diff --git a/package.json b/package.json index 4792b7b..f704386 100644 --- a/package.json +++ b/package.json @@ -106,7 +106,7 @@ "path-exists": "^5.0.0", "path-type": "^6.0.0", "semver": "^7.5.4", - "uuid": "^11.0.0", + "uuid": "^13.0.0", "winston": "^3.10.0", "winston-error-format": "^3.0.0", "yargs": "^17.7.2"