diff --git a/bun.lock b/bun.lock index 004187f..9cc1fd7 100644 --- a/bun.lock +++ b/bun.lock @@ -20,7 +20,7 @@ "@types/node": "^24", "@types/react": "^19", "@types/react-dom": "^19", - "@types/uuid": "^10.0.0", + "@types/uuid": "^11.0.0", "eslint": "^9", "eslint-config-next": "16.0.0", "tailwindcss": "^4", @@ -249,7 +249,7 @@ "@types/triple-beam": ["@types/triple-beam@1.3.5", "", {}, "sha512-6WaYesThRMCl19iryMYP7/x2OVgCtbIVflDGFpWnb9irXI3UjYE4AzmYuiUKY1AJstGijoY+MgUszMgRxIYTYw=="], - "@types/uuid": ["@types/uuid@10.0.0", "", {}, "sha512-7gqG38EyHgyP1S+7+xomFtL+ZNHcKv6DwNaCZmJmo1vgMugyF3TCnXVg4t1uk89mLNwnLtnY3TpOpCOyp1/xHQ=="], + "@types/uuid": ["@types/uuid@11.0.0", "", { "dependencies": { "uuid": "*" } }, "sha512-HVyk8nj2m+jcFRNazzqyVKiZezyhDKrGUA3jlEcg/nZ6Ms+qHwocba1Y/AaVaznJTAM9xpdFSh+ptbNrhOGvZA=="], "@types/webidl-conversions": ["@types/webidl-conversions@7.0.3", "", {}, "sha512-CiJJvcRtIgzadHCYXw7dqEnMNRjhGZlYK05Mj9OyktqV8uVT8fD2BFOB7S1uwBE3Kj2Z+4UyPmFw/Ixgw/LAlA=="], diff --git a/package.json b/package.json index 333873e..b29bf6e 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "@types/node": "^24", "@types/react": "^19", "@types/react-dom": "^19", - "@types/uuid": "^10.0.0", + "@types/uuid": "^11.0.0", "eslint": "^9", "eslint-config-next": "16.0.0", "tailwindcss": "^4",