Skip to content
This repository was archived by the owner on Feb 22, 2020. It is now read-only.

Commit d100ec0

Browse files
committed
fix(deps): update dependency uuid to ^3.4.0
1 parent 1643663 commit d100ec0

File tree

2 files changed

+11
-13
lines changed

2 files changed

+11
-13
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"@types/mocha": "5.2.7",
6262
"@types/mock-require": "2.0.0",
6363
"@types/sinon": "7.0.13",
64-
"@types/uuid": "3.4.5",
64+
"@types/uuid": "3.4.7",
6565
"husky": "^1.3.1",
6666
"mocha": "^6.0.0",
6767
"mock-require": "^3.0.3",
@@ -79,7 +79,7 @@
7979
"rxjs": "^6.4.0",
8080
"sourcegraph": "^23.1.0",
8181
"type-zoo": "^3.2.1",
82-
"uuid": "^3.3.2",
82+
"uuid": "^3.4.0",
8383
"vscode-languageserver-protocol": "^3.14.1",
8484
"vscode-languageserver-types": "^3.14.0"
8585
},

yarn.lock

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -560,12 +560,10 @@
560560
resolved "https://registry.yarnpkg.com/@types/sinon/-/sinon-7.5.1.tgz#d27b81af0d1cfe1f9b24eebe7a24f74ae40f5b7c"
561561
integrity sha512-EZQUP3hSZQyTQRfiLqelC9NMWd1kqLcmQE0dMiklxBkgi84T+cHOhnKpgk4NnOWpGX863yE6+IaGnOXUNFqDnQ==
562562

563-
"@types/uuid@3.4.5":
564-
version "3.4.5"
565-
resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-3.4.5.tgz#d4dc10785b497a1474eae0ba7f0cb09c0ddfd6eb"
566-
integrity sha512-MNL15wC3EKyw1VLF+RoVO4hJJdk9t/Hlv3rt1OL65Qvuadm4BYo6g9ZJQqoq7X8NBFSsQXgAujWciovh2lpVjA==
567-
dependencies:
568-
"@types/node" "*"
563+
"@types/uuid@3.4.7":
564+
version "3.4.7"
565+
resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-3.4.7.tgz#51d42247473bc00e38cc8dfaf70d936842a36c03"
566+
integrity sha512-C2j2FWgQkF1ru12SjZJyMaTPxs/f6n90+5G5qNakBxKXjTBc/YTSelHh4Pz1HUDwxFXD9WvpQhOGCDC+/Y4mIQ==
569567

570568
JSONStream@^1.0.4, JSONStream@^1.3.4, JSONStream@^1.3.5:
571569
version "1.3.5"
@@ -5555,7 +5553,7 @@ source-map@^0.6.0, source-map@^0.6.1, source-map@~0.6.1:
55555553
resolved "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263"
55565554
integrity sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==
55575555

5558-
sourcegraph@^23.0.1, sourcegraph@^23.1.0:
5556+
sourcegraph@^23.1.0:
55595557
version "23.1.0"
55605558
resolved "https://registry.yarnpkg.com/sourcegraph/-/sourcegraph-23.1.0.tgz#3178979805239cdf777d7b2cb9aae99c2a3d1dcb"
55615559
integrity sha512-pcHP/Ad1TGJWDu4vh8iDE1bi4LOvDgc2Q+amlByjSfeg2+vd4jldpaW4HuP/fMVGYvvzxOa4jrjlluWeXFqyoA==
@@ -6224,10 +6222,10 @@ util-promisify@^2.1.0:
62246222
dependencies:
62256223
object.getownpropertydescriptors "^2.0.3"
62266224

6227-
uuid@^3.3.2, uuid@^3.3.3:
6228-
version "3.3.3"
6229-
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.3.3.tgz#4568f0216e78760ee1dbf3a4d2cf53e224112866"
6230-
integrity sha512-pW0No1RGHgzlpHJO1nsVrHKpOEIxkGg1xB+v0ZmdNH5OAeAwzAVrCnI2/6Mtx+Uys6iaylxa+D3g4j63IKKjSQ==
6225+
uuid@^3.3.2, uuid@^3.3.3, uuid@^3.4.0:
6226+
version "3.4.0"
6227+
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee"
6228+
integrity sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==
62316229

62326230
validate-npm-package-license@^3.0.1, validate-npm-package-license@^3.0.4:
62336231
version "3.0.4"

0 commit comments

Comments
 (0)