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

Commit 13fccc2

Browse files
committed
fix(deps): update dependency uuid to ^3.3.3
1 parent 2a9aa77 commit 13fccc2

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
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.6",
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.0.1",
8181
"type-zoo": "^3.2.1",
82-
"uuid": "^3.3.2",
82+
"uuid": "^3.3.3",
8383
"vscode-languageserver-protocol": "^3.14.1",
8484
"vscode-languageserver-types": "^3.14.0"
8585
},

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -482,10 +482,10 @@
482482
resolved "https://registry.yarnpkg.com/@types/sinon/-/sinon-7.0.13.tgz#ca039c23a9e27ebea53e0901ef928ea2a1a6d313"
483483
integrity sha512-d7c/C/+H/knZ3L8/cxhicHUiTDxdgap0b/aNJfsmLwFu/iOP17mdgbQsbHA3SJmrzsjD0l3UEE5SN4xxuz5ung==
484484

485-
"@types/uuid@3.4.5":
486-
version "3.4.5"
487-
resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-3.4.5.tgz#d4dc10785b497a1474eae0ba7f0cb09c0ddfd6eb"
488-
integrity sha512-MNL15wC3EKyw1VLF+RoVO4hJJdk9t/Hlv3rt1OL65Qvuadm4BYo6g9ZJQqoq7X8NBFSsQXgAujWciovh2lpVjA==
485+
"@types/uuid@3.4.6":
486+
version "3.4.6"
487+
resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-3.4.6.tgz#d2c4c48eb85a757bf2927f75f939942d521e3016"
488+
integrity sha512-cCdlC/1kGEZdEglzOieLDYBxHsvEOIg7kp/2FYyVR9Pxakq+Qf/inL3RKQ+PA8gOlI/NnL+fXmQH12nwcGzsHw==
489489
dependencies:
490490
"@types/node" "*"
491491

@@ -5800,10 +5800,10 @@ util-extend@^1.0.1:
58005800
resolved "https://registry.npmjs.org/util-extend/-/util-extend-1.0.3.tgz#a7c216d267545169637b3b6edc6ca9119e2ff93f"
58015801
integrity sha1-p8IW0mdUUWljeztu3GypEZ4v+T8=
58025802

5803-
uuid@^3.3.2:
5804-
version "3.3.2"
5805-
resolved "https://registry.npmjs.org/uuid/-/uuid-3.3.2.tgz#1b4af4955eb3077c501c23872fc6513811587131"
5806-
integrity sha512-yXJmeNaw3DnnKAOKJE51sL/ZaYfWJRl1pK9dr19YFCu0ObS231AB1/LbqTKRAQ5kw8A90rA6fr4riOUpTZvQZA==
5803+
uuid@^3.3.2, uuid@^3.3.3:
5804+
version "3.3.3"
5805+
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.3.3.tgz#4568f0216e78760ee1dbf3a4d2cf53e224112866"
5806+
integrity sha512-pW0No1RGHgzlpHJO1nsVrHKpOEIxkGg1xB+v0ZmdNH5OAeAwzAVrCnI2/6Mtx+Uys6iaylxa+D3g4j63IKKjSQ==
58075807

58085808
validate-npm-package-license@^3.0.1, validate-npm-package-license@^3.0.4:
58095809
version "3.0.4"

0 commit comments

Comments
 (0)