diff --git a/package-lock.json b/package-lock.json index 698f3720..90e6c7c9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14980,16 +14980,16 @@ } }, "node_modules/uuid": { - "version": "12.0.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-12.0.0.tgz", - "integrity": "sha512-USe1zesMYh4fjCA8ZH5+X5WIVD0J4V1Jksm1bFTVBX2F/cwSXt0RO5w/3UXbdLKmZX65MiWV+hwhSS8p6oBTGA==", + "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/bin/uuid" + "uuid": "dist-node/bin/uuid" } }, "node_modules/v8-to-istanbul": { @@ -16159,7 +16159,7 @@ }, "packages/server-with-auth": { "name": "@stanlemon/server-with-auth", - "version": "0.4.11", + "version": "0.4.12", "license": "MIT", "dependencies": { "@stanlemon/server": "*", @@ -16171,7 +16171,7 @@ "passport": "^0.7.0", "passport-jwt": "^4.0.1", "passport-local": "^1.0.0", - "uuid": "^12.0.0" + "uuid": "^13.0.0" }, "devDependencies": { "@stanlemon/eslint-config": "*", diff --git a/packages/server-with-auth/package.json b/packages/server-with-auth/package.json index 8e1bad85..7845f53c 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.11", + "version": "0.4.12", "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": "^12.0.0" + "uuid": "^13.0.0" }, "devDependencies": { "@stanlemon/eslint-config": "*",