From d8825a4f0161014ae4e1ea7a90e1d4d31b0d945b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 03:32:25 +0000 Subject: [PATCH] chore: update dependency uuid to v11 --- packages/next-auth/package.json | 2 +- pnpm-lock.yaml | 10 ++++++++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/packages/next-auth/package.json b/packages/next-auth/package.json index 22491ebc..d65b4d25 100644 --- a/packages/next-auth/package.json +++ b/packages/next-auth/package.json @@ -30,7 +30,7 @@ "test": "__tests__" }, "dependencies": { - "uuid": "^10.0.0" + "uuid": "^11.0.5" }, "devDependencies": { "@types/node": "^18.19.70", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 932787ec..8aea14fb 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -138,8 +138,8 @@ importers: packages/next-auth: dependencies: uuid: - specifier: ^10.0.0 - version: 10.0.0 + specifier: ^11.0.5 + version: 11.0.5 devDependencies: '@types/node': specifier: ^18.19.70 @@ -7878,6 +7878,10 @@ packages: resolution: {integrity: sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==} hasBin: true + uuid@11.0.5: + resolution: {integrity: sha512-508e6IcKLrhxKdBbcA2b4KQZlLVp2+J5UwQ6F7Drckkc5N9ZJwFa4TgWtsww9UG8fGHbm6gbV19TdM5pQ4GaIA==} + hasBin: true + uuid@8.3.2: resolution: {integrity: sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==} hasBin: true @@ -17590,6 +17594,8 @@ snapshots: uuid@10.0.0: {} + uuid@11.0.5: {} + uuid@8.3.2: {} uuid@9.0.1: {}