diff --git a/package.json b/package.json index b5f25e6..25f9c6e 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "@types/jest": "^26.0.0", "@types/semantic-release": "^20.0.1", "@types/strip-ansi": "^5.2.1", - "@types/uuid": "^9.0.2", + "@types/uuid": "^9.0.3", "@vercel/ncc": "^0.36.1", "depcheck": "^1.4.5", "jest": "^26.1.0", diff --git a/yarn.lock b/yarn.lock index cb8568b..f6610ad 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1415,10 +1415,10 @@ dependencies: strip-ansi "*" -"@types/uuid@^9.0.2": - version "9.0.2" - resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-9.0.2.tgz#ede1d1b1e451548d44919dc226253e32a6952c4b" - integrity sha512-kNnC1GFBLuhImSnV7w4njQkUiJi0ZXUycu1rUaouPqiKlXkh77JKgdRnTAp1x5eBwcIwbtI+3otwzuIDEuDoxQ== +"@types/uuid@^9.0.3": + version "9.0.3" + resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-9.0.3.tgz#6cdd939b4316b4f81625de9f06028d848c4a1533" + integrity sha512-taHQQH/3ZyI3zP8M/puluDEIEvtQHVYcC6y3N8ijFtAd28+Ey/G4sg1u2gB01S8MwybLOKAp9/yCMu/uR5l3Ug== "@types/yargs-parser@*": version "20.2.0"