From 1114df504996d5e0132cc7baba6a87fdff7ac428 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 02:21:20 +0000 Subject: [PATCH] chore(deps): bump uuid and @cerbos/core in /drizzle Bumps [uuid](https://github.com/uuidjs/uuid) to 14.0.0 and updates ancestor dependency [@cerbos/core](https://github.com/cerbos/cerbos-sdk-javascript/tree/HEAD/packages/core). These dependencies need to be updated together. Updates `uuid` from 13.0.0 to 14.0.0 - [Release notes](https://github.com/uuidjs/uuid/releases) - [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md) - [Commits](https://github.com/uuidjs/uuid/compare/v13.0.0...v14.0.0) Updates `@cerbos/core` from 0.28.0 to 0.28.1 - [Changelog](https://github.com/cerbos/cerbos-sdk-javascript/blob/main/packages/core/CHANGELOG.md) - [Commits](https://github.com/cerbos/cerbos-sdk-javascript/commits/@cerbos/core@0.28.1/packages/core) --- updated-dependencies: - dependency-name: uuid dependency-version: 14.0.0 dependency-type: indirect - dependency-name: "@cerbos/core" dependency-version: 0.28.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- drizzle/package-lock.json | 38 +++++++------------------------------- 1 file changed, 7 insertions(+), 31 deletions(-) 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"