diff --git a/package.json b/package.json index ebf5e7ea..d63b20f5 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "@types/jest": "^29.5.14", "@types/jsonwebtoken": "^9.0.9", "@types/serve-favicon": "^2.5.7", - "@types/uuid": "^9.0.0", + "@types/uuid": "^10.0.0", "@types/validator": "^13.15.0", "@typescript-eslint/eslint-plugin": "^8.32.1", "@typescript-eslint/parser": "^8.32.1", diff --git a/yarn.lock b/yarn.lock index 606280dd..47d7e746 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1422,10 +1422,10 @@ resolved "https://registry.yarnpkg.com/@types/triple-beam/-/triple-beam-1.3.5.tgz#74fef9ffbaa198eb8b588be029f38b00299caa2c" integrity sha512-6WaYesThRMCl19iryMYP7/x2OVgCtbIVflDGFpWnb9irXI3UjYE4AzmYuiUKY1AJstGijoY+MgUszMgRxIYTYw== -"@types/uuid@^9.0.0": - version "9.0.0" - resolved "https://registry.npmjs.org/@types/uuid/-/uuid-9.0.0.tgz#53ef263e5239728b56096b0a869595135b7952d2" - integrity sha512-kr90f+ERiQtKWMz5rP32ltJ/BtULDI5RVO0uavn1HQUOwjx0R1h0rnDYNL0CepF1zL5bSY6FISAfd9tOdDhU5Q== +"@types/uuid@^10.0.0": + version "10.0.0" + resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-10.0.0.tgz#e9c07fe50da0f53dc24970cca94d619ff03f6f6d" + integrity sha512-7gqG38EyHgyP1S+7+xomFtL+ZNHcKv6DwNaCZmJmo1vgMugyF3TCnXVg4t1uk89mLNwnLtnY3TpOpCOyp1/xHQ== "@types/validator@^13.15.0", "@types/validator@^13.7.17": version "13.15.0"