From f21cb6f66167932919e310f7f7f0e025b7c59b94 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 1 Feb 2020 09:09:28 +0000 Subject: [PATCH] fix(deps): update dependency uuid to ^3.4.0 --- package.json | 4 ++-- yarn.lock | 18 ++++++++---------- 2 files changed, 10 insertions(+), 12 deletions(-) diff --git a/package.json b/package.json index e4ae8ab..23aa904 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "@types/mocha": "5.2.7", "@types/mock-require": "2.0.0", "@types/sinon": "7.0.13", - "@types/uuid": "3.4.5", + "@types/uuid": "3.4.7", "husky": "^1.3.1", "mocha": "^6.0.0", "mock-require": "^3.0.3", @@ -79,7 +79,7 @@ "rxjs": "^6.4.0", "sourcegraph": "^23.1.0", "type-zoo": "^3.2.1", - "uuid": "^3.3.2", + "uuid": "^3.4.0", "vscode-languageserver-protocol": "^3.14.1", "vscode-languageserver-types": "^3.14.0" }, diff --git a/yarn.lock b/yarn.lock index 54a88ce..7f44cec 100644 --- a/yarn.lock +++ b/yarn.lock @@ -553,12 +553,10 @@ resolved "https://registry.yarnpkg.com/@types/sinon/-/sinon-7.5.1.tgz#d27b81af0d1cfe1f9b24eebe7a24f74ae40f5b7c" integrity sha512-EZQUP3hSZQyTQRfiLqelC9NMWd1kqLcmQE0dMiklxBkgi84T+cHOhnKpgk4NnOWpGX863yE6+IaGnOXUNFqDnQ== -"@types/uuid@3.4.5": - version "3.4.5" - resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-3.4.5.tgz#d4dc10785b497a1474eae0ba7f0cb09c0ddfd6eb" - integrity sha512-MNL15wC3EKyw1VLF+RoVO4hJJdk9t/Hlv3rt1OL65Qvuadm4BYo6g9ZJQqoq7X8NBFSsQXgAujWciovh2lpVjA== - 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== JSONStream@^1.0.4, JSONStream@^1.3.4, JSONStream@^1.3.5: version "1.3.5" @@ -6217,10 +6215,10 @@ util-promisify@^2.1.0: dependencies: object.getownpropertydescriptors "^2.0.3" -uuid@^3.3.2, uuid@^3.3.3: - version "3.3.3" - resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.3.3.tgz#4568f0216e78760ee1dbf3a4d2cf53e224112866" - integrity sha512-pW0No1RGHgzlpHJO1nsVrHKpOEIxkGg1xB+v0ZmdNH5OAeAwzAVrCnI2/6Mtx+Uys6iaylxa+D3g4j63IKKjSQ== +uuid@^3.3.2, uuid@^3.3.3, uuid@^3.4.0: + version "3.4.0" + resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee" + integrity sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A== validate-npm-package-license@^3.0.1, validate-npm-package-license@^3.0.4: version "3.0.4"