diff --git a/package-lock.json b/package-lock.json index 9756054..32c7d61 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12447,14 +12447,15 @@ "license": "MIT" }, "node_modules/uuid": { - "version": "9.0.1", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz", - "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==", + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz", + "integrity": "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==", "dev": true, "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" ], + "license": "MIT", "bin": { "uuid": "dist/bin/uuid" } @@ -13213,7 +13214,7 @@ "luxon": "^3.4.4", "prismock": "^1.26.1", "typescript": "^5.3.3", - "uuid": "^9.0.1", + "uuid": "^10.0.0", "vitest": "^1.2.1" }, "peerDependencies": { diff --git a/packages/adapter-prisma-providers/package.json b/packages/adapter-prisma-providers/package.json index c468396..f071428 100644 --- a/packages/adapter-prisma-providers/package.json +++ b/packages/adapter-prisma-providers/package.json @@ -39,7 +39,7 @@ "luxon": "^3.4.4", "prismock": "^1.26.1", "typescript": "^5.3.3", - "uuid": "^9.0.1", + "uuid": "^10.0.0", "vitest": "^1.2.1" }, "peerDependencies": {