From 8eddefe67030714bac4919df4e09e2b24900ea37 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Dec 2023 02:06:12 +0000 Subject: [PATCH] chore: update dependency @types/uuid to ^9.0.7 --- packages/next-auth/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/next-auth/package.json b/packages/next-auth/package.json index e896d9b0..f0d3a3e0 100644 --- a/packages/next-auth/package.json +++ b/packages/next-auth/package.json @@ -33,7 +33,7 @@ }, "devDependencies": { "@types/node": "^18.18.13", - "@types/uuid": "^9.0.6", + "@types/uuid": "^9.0.7", "ioredis": "^5.3.2", "next-auth": "^4.24.5" }, diff --git a/yarn.lock b/yarn.lock index 19acf49f..2c062533 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5663,10 +5663,10 @@ resolved "https://registry.npmjs.org/@types/unist/-/unist-2.0.6.tgz" integrity sha512-PBjIUxZHOuj0R15/xuwJYjFi+KZdNFrehocChv4g5hu6aFroHue8m0lBP0POdK2nKzbw0cgV1mws8+V/JAcEkQ== -"@types/uuid@^9.0.6": - version "9.0.6" - resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-9.0.6.tgz#c91ae743d8344a54b2b0c691195f5ff5265f6dfb" - integrity sha512-BT2Krtx4xaO6iwzwMFUYvWBWkV2pr37zD68Vmp1CDV196MzczBRxuEpD6Pr395HAgebC/co7hOphs53r8V7jew== +"@types/uuid@^9.0.7": + version "9.0.7" + resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-9.0.7.tgz#b14cebc75455eeeb160d5fe23c2fcc0c64f724d8" + integrity sha512-WUtIVRUZ9i5dYXefDEAI7sh9/O7jGvHg7Df/5O/gtH3Yabe5odI3UWopVR1qbPXQtvOxWu3mM4XxlYeZtMWF4g== "@types/yargs-parser@*": version "21.0.0"