From fe66df26708dc0cf66d73a46502b49fb788e8672 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 6 Jan 2022 15:26:58 +0000 Subject: [PATCH] chore(deps): update dependency @types/uuid to v8.3.4 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index fc021675cb3..ce085f5dba5 100644 --- a/package.json +++ b/package.json @@ -130,7 +130,7 @@ "@types/owasp-password-strength-test": "1.3.0", "@types/stoppable": "1.1.1", "@types/supertest": "2.0.11", - "@types/uuid": "8.3.3", + "@types/uuid": "8.3.4", "@typescript-eslint/eslint-plugin": "5.9.0", "@typescript-eslint/parser": "5.9.0", "copyfiles": "2.4.1", diff --git a/yarn.lock b/yarn.lock index d693712f3da..4e737dbc77c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1085,10 +1085,10 @@ dependencies: "@types/superagent" "*" -"@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/uuid@8.3.4": + version "8.3.4" + resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-8.3.4.tgz#bd86a43617df0594787d38b735f55c805becf1bc" + integrity sha512-c/I8ZRb51j+pYGAu5CrFMRxqZ2ke4y2grEBO5AUjgSkSk+qT2Ea+OdWElz/OiMf5MNpn2b17kuVBwZLQJXzihw== "@types/yargs-parser@*": version "20.2.1"