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

Commit 8f5d485

Browse files
committed
fix(deps): update dependency uuid to ^3.3.3
1 parent c536cc4 commit 8f5d485

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -560,10 +560,10 @@
560560
resolved "https://registry.yarnpkg.com/@types/sinon/-/sinon-7.0.13.tgz#ca039c23a9e27ebea53e0901ef928ea2a1a6d313"
561561
integrity sha512-d7c/C/+H/knZ3L8/cxhicHUiTDxdgap0b/aNJfsmLwFu/iOP17mdgbQsbHA3SJmrzsjD0l3UEE5SN4xxuz5ung==
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==
563+
"@types/uuid@3.4.6":
564+
version "3.4.6"
565+
resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-3.4.6.tgz#d2c4c48eb85a757bf2927f75f939942d521e3016"
566+
integrity sha512-cCdlC/1kGEZdEglzOieLDYBxHsvEOIg7kp/2FYyVR9Pxakq+Qf/inL3RKQ+PA8gOlI/NnL+fXmQH12nwcGzsHw==
567567
dependencies:
568568
"@types/node" "*"
569569

0 commit comments

Comments
 (0)