diff --git a/package-lock.json b/package-lock.json index 45f937e7..f4559778 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@final-hill/cathedral", - "version": "0.18.0", + "version": "0.18.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@final-hill/cathedral", - "version": "0.18.0", + "version": "0.18.1", "hasInstallScript": true, "license": "AGPL-3.0-only", "dependencies": { @@ -28,7 +28,7 @@ "pg": "^8.13.1", "primeflex": "^3.3.1", "primeicons": "^7.0.0", - "uuid": "^11.0.1", + "uuid": "^11.0.2", "vue": "^3.5.12", "vue-router": "^4.4.5", "zod": "^3.23.8", @@ -18046,9 +18046,9 @@ "license": "MIT" }, "node_modules/uuid": { - "version": "11.0.1", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.1.tgz", - "integrity": "sha512-wt9UB5EcLhnboy1UvA1mvGPXkIIrHSu+3FmUksARfdVw9tuPf3CH/CohxO0Su1ApoKAeT6BVzAJIvjTuQVSmuQ==", + "version": "11.0.2", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.2.tgz", + "integrity": "sha512-14FfcOJmqdjbBPdDjFQyk/SdT4NySW4eM0zcG+HqbHP5jzuH56xO3J1DGhgs/cEMCfwYi3HQI1gnTO62iaG+tQ==", "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" diff --git a/package.json b/package.json index cb94d453..46045130 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@final-hill/cathedral", - "version": "0.18.0", + "version": "0.18.1", "description": "Requirements management system", "keywords": [], "private": true, @@ -53,7 +53,7 @@ "pg": "^8.13.1", "primeflex": "^3.3.1", "primeicons": "^7.0.0", - "uuid": "^11.0.1", + "uuid": "^11.0.2", "vue": "^3.5.12", "vue-router": "^4.4.5", "zod": "^3.23.8", @@ -77,4 +77,4 @@ "vitest": "^2.1.4", "vue-tsc": "^2.1.8" } -} \ No newline at end of file +}