diff --git a/drizzle/package-lock.json b/drizzle/package-lock.json index d159e679..ec4fda14 100644 --- a/drizzle/package-lock.json +++ b/drizzle/package-lock.json @@ -549,13 +549,13 @@ } }, "node_modules/@cerbos/core": { - "version": "0.28.0", - "resolved": "https://registry.npmjs.org/@cerbos/core/-/core-0.28.0.tgz", - "integrity": "sha512-7UeTOxHL1VbH3aMlbiK1TwY9HgvIUAK/fYWS3s9bo77MZafbRjKTHpe85J0WRzCyVkNKg2MulwAafK0KSttzHA==", + "version": "0.28.1", + "resolved": "https://registry.npmjs.org/@cerbos/core/-/core-0.28.1.tgz", + "integrity": "sha512-LvlU7V+QfUk17Qdar78Q5idqB5CWaS5GegdOgA8AQl2qcEjVzhg0P7zexYqVtI2VodZWtCdB5UhujqvALaH2NQ==", "license": "Apache-2.0", "dependencies": { "@cerbos/api": "^0.6.0", - "uuid": "^13.0.0" + "uuid": "^14.0.0" }, "engines": { "node": ">= 20" @@ -1618,9 +1618,6 @@ "arm64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1635,9 +1632,6 @@ "arm64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -1652,9 +1646,6 @@ "ppc64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1669,9 +1660,6 @@ "riscv64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1686,9 +1674,6 @@ "riscv64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -1703,9 +1688,6 @@ "s390x" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1720,9 +1702,6 @@ "x64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1737,9 +1716,6 @@ "x64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -5316,9 +5292,9 @@ "license": "MIT" }, "node_modules/uuid": { - "version": "13.0.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-13.0.0.tgz", - "integrity": "sha512-XQegIaBTVUjSHliKqcnFqYypAd4S+WCYt5NIeRs6w/UAry7z8Y9j5ZwRRL4kzq9U3sD6v+85er9FvkEaBpji2w==", + "version": "14.0.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-14.0.0.tgz", + "integrity": "sha512-Qo+uWgilfSmAhXCMav1uYFynlQO7fMFiMVZsQqZRMIXp0O7rR7qjkj+cPvBHLgBqi960QCoo/PH2/6ZtVqKvrg==", "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan"