From 71a4b7f3fcadc9a70d84a32cb71e6b1715006ebb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 18:08:44 +0000 Subject: [PATCH] Update dependency uuid to v12 --- package-lock.json | 12 ++++++------ packages/server-with-auth/package.json | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 22b98f8d..ed62d214 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14997,16 +14997,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-to-istanbul": { @@ -16176,7 +16176,7 @@ }, "packages/server-with-auth": { "name": "@stanlemon/server-with-auth", - "version": "0.4.10", + "version": "0.4.11", "license": "MIT", "dependencies": { "@stanlemon/server": "*", @@ -16188,7 +16188,7 @@ "passport": "^0.7.0", "passport-jwt": "^4.0.1", "passport-local": "^1.0.0", - "uuid": "^11.1.0" + "uuid": "^12.0.0" }, "devDependencies": { "@stanlemon/eslint-config": "*", diff --git a/packages/server-with-auth/package.json b/packages/server-with-auth/package.json index 271af11e..8e1bad85 100644 --- a/packages/server-with-auth/package.json +++ b/packages/server-with-auth/package.json @@ -1,6 +1,6 @@ { "name": "@stanlemon/server-with-auth", - "version": "0.4.10", + "version": "0.4.11", "description": "A basic express web server setup with authentication baked in.", "author": "Stan Lemon ", "license": "MIT", @@ -28,7 +28,7 @@ "passport": "^0.7.0", "passport-jwt": "^4.0.1", "passport-local": "^1.0.0", - "uuid": "^11.1.0" + "uuid": "^12.0.0" }, "devDependencies": { "@stanlemon/eslint-config": "*",