diff --git a/package.json b/package.json index 93fcc4f04a..28703e8573 100644 --- a/package.json +++ b/package.json @@ -129,7 +129,7 @@ "@types/owasp-password-strength-test": "1.3.0", "@types/stoppable": "1.1.1", "@types/supertest": "2.0.11", - "@types/uuid": "8.3.1", + "@types/uuid": "8.3.3", "@typescript-eslint/eslint-plugin": "5.4.0", "@typescript-eslint/parser": "5.4.0", "copyfiles": "2.4.1", diff --git a/yarn.lock b/yarn.lock index 50381ac2e4..21a939f8fd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -907,10 +907,10 @@ dependencies: "@types/superagent" "*" -"@types/uuid@8.3.1": - version "8.3.1" - resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-8.3.1.tgz#1a32969cf8f0364b3d8c8af9cc3555b7805df14f" - integrity sha512-Y2mHTRAbqfFkpjldbkHGY8JIzRN6XqYRliG8/24FcHm2D2PwW24fl5xMRTVGdrb7iMrwCaIEbLWerGIkXuFWVg== +"@types/uuid@8.3.3": + version "8.3.3" + resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-8.3.3.tgz#c6a60686d953dbd1b1d45e66f4ecdbd5d471b4d0" + integrity sha512-0LbEEx1zxrYB3pgpd1M5lEhLcXjKJnYghvhTRgaBeUivLHMDM1TzF3IJ6hXU2+8uA4Xz+5BA63mtZo5DjVT8iA== "@types/yargs-parser@*": version "20.2.1"