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

Commit 03b4299

Browse files
committed
fix(deps): update dependency uuid to ^3.4.0
1 parent a9cfe0d commit 03b4299

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.4.0",
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
@@ -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

@@ -6217,10 +6217,10 @@ util-promisify@^2.1.0:
62176217
dependencies:
62186218
object.getownpropertydescriptors "^2.0.3"
62196219

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==
6220+
uuid@^3.3.2, uuid@^3.3.3, uuid@^3.4.0:
6221+
version "3.4.0"
6222+
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee"
6223+
integrity sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==
62246224

62256225
validate-npm-package-license@^3.0.1, validate-npm-package-license@^3.0.4:
62266226
version "3.0.4"

0 commit comments

Comments
 (0)