From 73b7e36d978f1ef1766efd7e56128ac4c8e8b111 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 4 Feb 2020 18:04:42 +0000 Subject: [PATCH] Bump @types/uuid from 3.4.6 to 3.4.7 Bumps [@types/uuid](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/uuid) from 3.4.6 to 3.4.7. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/uuid) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 10 ++++------ 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 43bca5ce..1cab89b4 100644 --- a/package.json +++ b/package.json @@ -86,7 +86,7 @@ "@types/seamless-immutable": "7.1.11", "@types/styled-jsx": "2.2.8", "@types/terser-webpack-plugin": "2.2.0", - "@types/uuid": "3.4.6", + "@types/uuid": "3.4.7", "@types/webdriverio": "^4.8.0", "@types/webpack": "4.41.3", "@types/winreg": "1.2.30", diff --git a/yarn.lock b/yarn.lock index 3b695c08..d84a471a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -769,12 +769,10 @@ dependencies: source-map "^0.6.1" -"@types/uuid@3.4.6": - version "3.4.6" - resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-3.4.6.tgz#d2c4c48eb85a757bf2927f75f939942d521e3016" - integrity sha512-cCdlC/1kGEZdEglzOieLDYBxHsvEOIg7kp/2FYyVR9Pxakq+Qf/inL3RKQ+PA8gOlI/NnL+fXmQH12nwcGzsHw== - dependencies: - "@types/node" "*" +"@types/uuid@3.4.7": + version "3.4.7" + resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-3.4.7.tgz#51d42247473bc00e38cc8dfaf70d936842a36c03" + integrity sha512-C2j2FWgQkF1ru12SjZJyMaTPxs/f6n90+5G5qNakBxKXjTBc/YTSelHh4Pz1HUDwxFXD9WvpQhOGCDC+/Y4mIQ== "@types/webdriverio@^4.8.0": version "4.13.3"