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

Commit f21cb6f

Browse files
committed
fix(deps): update dependency uuid to ^3.4.0
1 parent 9c78b52 commit f21cb6f

File tree

2 files changed

+10
-12
lines changed

2 files changed

+10
-12
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: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -553,12 +553,10 @@
553553
resolved "https://registry.yarnpkg.com/@types/sinon/-/sinon-7.5.1.tgz#d27b81af0d1cfe1f9b24eebe7a24f74ae40f5b7c"
554554
integrity sha512-EZQUP3hSZQyTQRfiLqelC9NMWd1kqLcmQE0dMiklxBkgi84T+cHOhnKpgk4NnOWpGX863yE6+IaGnOXUNFqDnQ==
555555

556-
"@types/uuid@3.4.5":
557-
version "3.4.5"
558-
resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-3.4.5.tgz#d4dc10785b497a1474eae0ba7f0cb09c0ddfd6eb"
559-
integrity sha512-MNL15wC3EKyw1VLF+RoVO4hJJdk9t/Hlv3rt1OL65Qvuadm4BYo6g9ZJQqoq7X8NBFSsQXgAujWciovh2lpVjA==
560-
dependencies:
561-
"@types/node" "*"
556+
"@types/uuid@3.4.7":
557+
version "3.4.7"
558+
resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-3.4.7.tgz#51d42247473bc00e38cc8dfaf70d936842a36c03"
559+
integrity sha512-C2j2FWgQkF1ru12SjZJyMaTPxs/f6n90+5G5qNakBxKXjTBc/YTSelHh4Pz1HUDwxFXD9WvpQhOGCDC+/Y4mIQ==
562560

563561
JSONStream@^1.0.4, JSONStream@^1.3.4, JSONStream@^1.3.5:
564562
version "1.3.5"
@@ -6217,10 +6215,10 @@ util-promisify@^2.1.0:
62176215
dependencies:
62186216
object.getownpropertydescriptors "^2.0.3"
62196217

6220-
uuid@^3.3.2, uuid@^3.3.3:
6221-
version "3.3.3"
6222-
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.3.3.tgz#4568f0216e78760ee1dbf3a4d2cf53e224112866"
6223-
integrity sha512-pW0No1RGHgzlpHJO1nsVrHKpOEIxkGg1xB+v0ZmdNH5OAeAwzAVrCnI2/6Mtx+Uys6iaylxa+D3g4j63IKKjSQ==
6218+
uuid@^3.3.2, uuid@^3.3.3, uuid@^3.4.0:
6219+
version "3.4.0"
6220+
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee"
6221+
integrity sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==
62246222

62256223
validate-npm-package-license@^3.0.1, validate-npm-package-license@^3.0.4:
62266224
version "3.0.4"

0 commit comments

Comments
 (0)