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

Commit b33ea9b

Browse files
committed
fix(deps): update dependency uuid to ^3.3.3
1 parent 22b134b commit b33ea9b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5804,10 +5804,10 @@ util-extend@^1.0.1:
58045804
resolved "https://registry.npmjs.org/util-extend/-/util-extend-1.0.3.tgz#a7c216d267545169637b3b6edc6ca9119e2ff93f"
58055805
integrity sha1-p8IW0mdUUWljeztu3GypEZ4v+T8=
58065806

5807-
uuid@^3.3.2:
5808-
version "3.3.2"
5809-
resolved "https://registry.npmjs.org/uuid/-/uuid-3.3.2.tgz#1b4af4955eb3077c501c23872fc6513811587131"
5810-
integrity sha512-yXJmeNaw3DnnKAOKJE51sL/ZaYfWJRl1pK9dr19YFCu0ObS231AB1/LbqTKRAQ5kw8A90rA6fr4riOUpTZvQZA==
5807+
uuid@^3.3.2, uuid@^3.3.3:
5808+
version "3.3.3"
5809+
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.3.3.tgz#4568f0216e78760ee1dbf3a4d2cf53e224112866"
5810+
integrity sha512-pW0No1RGHgzlpHJO1nsVrHKpOEIxkGg1xB+v0ZmdNH5OAeAwzAVrCnI2/6Mtx+Uys6iaylxa+D3g4j63IKKjSQ==
58115811

58125812
validate-npm-package-license@^3.0.1, validate-npm-package-license@^3.0.4:
58135813
version "3.0.4"

0 commit comments

Comments
 (0)