diff --git a/experimental/license-inventory/package-lock.json b/experimental/license-inventory/package-lock.json index 016e2d4b3..8e9eab77d 100644 --- a/experimental/license-inventory/package-lock.json +++ b/experimental/license-inventory/package-lock.json @@ -20,7 +20,7 @@ "pino": "^9.6.0", "pino-caller": "^3.4.0", "pino-http": "^10.4.0", - "uuid": "^11.1.0", + "uuid": "^12.0.0", "zod": "^3.24.2" }, "devDependencies": { @@ -11151,16 +11151,16 @@ } }, "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": "12.0.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-12.0.0.tgz", + "integrity": "sha512-USe1zesMYh4fjCA8ZH5+X5WIVD0J4V1Jksm1bFTVBX2F/cwSXt0RO5w/3UXbdLKmZX65MiWV+hwhSS8p6oBTGA==", "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" ], "license": "MIT", "bin": { - "uuid": "dist/esm/bin/uuid" + "uuid": "dist/bin/uuid" } }, "node_modules/v8-compile-cache-lib": { diff --git a/experimental/license-inventory/package.json b/experimental/license-inventory/package.json index 6d8a04f97..72cf71ce1 100644 --- a/experimental/license-inventory/package.json +++ b/experimental/license-inventory/package.json @@ -27,7 +27,7 @@ "pino": "^9.6.0", "pino-caller": "^3.4.0", "pino-http": "^10.4.0", - "uuid": "^11.1.0", + "uuid": "^12.0.0", "zod": "^3.24.2" }, "devDependencies": {