From a6b2340c126fc0b55cfbc8e8cbecb20ac987adcd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 Aug 2025 14:40:58 +0000 Subject: [PATCH] chore(deps): update dependency @types/uuid to v10 --- web-nextjs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web-nextjs/package.json b/web-nextjs/package.json index a59fad2..2a7c4ae 100644 --- a/web-nextjs/package.json +++ b/web-nextjs/package.json @@ -49,7 +49,7 @@ "@types/node": "^20.0.0", "@types/react": "^18.2.37", "@types/react-dom": "^18.2.15", - "@types/uuid": "^9.0.7", + "@types/uuid": "^10.0.0", "autoprefixer": "^10.4.21", "cross-env": "^7.0.3", "eslint": "^8.53.0",