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

Commit 96097c3

Browse files
committed
fix(deps): update dependency type-zoo to ^3.4.1
1 parent 1643663 commit 96097c3

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"lodash": "^4.17.15",
7979
"rxjs": "^6.4.0",
8080
"sourcegraph": "^23.1.0",
81-
"type-zoo": "^3.2.1",
81+
"type-zoo": "^3.4.1",
8282
"uuid": "^3.3.2",
8383
"vscode-languageserver-protocol": "^3.14.1",
8484
"vscode-languageserver-types": "^3.14.0"

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5555,7 +5555,7 @@ source-map@^0.6.0, source-map@^0.6.1, source-map@~0.6.1:
55555555
resolved "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263"
55565556
integrity sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==
55575557

5558-
sourcegraph@^23.0.1, sourcegraph@^23.1.0:
5558+
sourcegraph@^23.1.0:
55595559
version "23.1.0"
55605560
resolved "https://registry.yarnpkg.com/sourcegraph/-/sourcegraph-23.1.0.tgz#3178979805239cdf777d7b2cb9aae99c2a3d1dcb"
55615561
integrity sha512-pcHP/Ad1TGJWDu4vh8iDE1bi4LOvDgc2Q+amlByjSfeg2+vd4jldpaW4HuP/fMVGYvvzxOa4jrjlluWeXFqyoA==
@@ -6068,10 +6068,10 @@ type-fest@^0.8.1:
60686068
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.8.1.tgz#09e249ebde851d3b1e48d27c105444667f17b83d"
60696069
integrity sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==
60706070

6071-
type-zoo@^3.2.1:
6072-
version "3.2.1"
6073-
resolved "https://registry.npmjs.org/type-zoo/-/type-zoo-3.2.1.tgz#67bc1abca3f4c54c143e7d93db2d4d568348e758"
6074-
integrity sha512-q5EZCfSB2VC0p8GIldsVOkayrIHezI+FSsKMmt7hFX9GeeTKN7cG3EdxscQQVA3ewQb8g3lMldNsLFQcgHCz5A==
6071+
type-zoo@^3.4.1:
6072+
version "3.4.1"
6073+
resolved "https://registry.yarnpkg.com/type-zoo/-/type-zoo-3.4.1.tgz#5b1e8ba0ad87445092eb5ba033f1a4db800a0eec"
6074+
integrity sha512-jwdBsJmFK9QJdD5Hb0ovFYl5Kz8SLfzNiNmPNRZYA+B9O22MiQma2qG39JBap/FSDWuPUJP9ISlf7kV8h82+FA==
60756075

60766076
typedarray@^0.0.6:
60776077
version "0.0.6"

0 commit comments

Comments
 (0)