Skip to content
This repository was archived by the owner on Jun 7, 2022. It is now read-only.

Commit 63745fe

Browse files
committed
Update dependency ix to v4
1 parent 4812a0b commit 63745fe

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"got": "^10.6.0",
6060
"highlight.js": "^9.18.1",
6161
"ini": "^1.3.5",
62-
"ix": "^3.0.2",
62+
"ix": "^4.5.2",
6363
"jaeger-client": "^3.17.2",
6464
"json5": "^2.1.1",
6565
"lodash": "^4.17.15",

yarn.lock

+11-6
Original file line numberDiff line numberDiff line change
@@ -4080,13 +4080,13 @@ isstream@~0.1.2:
40804080
resolved "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz#47e63f7af55afa6f92e1500e690eb8b8529c099a"
40814081
integrity sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo=
40824082

4083-
ix@^3.0.2:
4084-
version "3.0.2"
4085-
resolved "https://registry.npmjs.org/ix/-/ix-3.0.2.tgz#4a77bd78da6052233a6dc57b2aa91ef17bff7081"
4086-
integrity sha512-Vt2zmkRcxo5Rddpqz8IvhRUqojEzmCayHYLIBve5Ddkw7+FqHfWf6zjnE2CEOVb19gGx2hG8R76uVgJhqGdYUw==
4083+
ix@^4.5.2:
4084+
version "4.5.2"
4085+
resolved "https://registry.npmjs.org/ix/-/ix-4.5.2.tgz#c91163d38805c5b427902d7cc2ee35ccee0364a5"
4086+
integrity sha512-Cm0uEpZd2qU+7DVeyyBQeceafggvPD3xe6LDKUU4YnmOzAFIz0CbxwufRfxywU/5easfCX1XEYcOAkDJUuUtiw==
40874087
dependencies:
40884088
"@types/node" "^13.7.4"
4089-
tslib "^1.9.3"
4089+
tslib "^2.3.0"
40904090

40914091
jaeger-client@^3.17.2:
40924092
version "3.17.2"
@@ -7020,11 +7020,16 @@ trim-newlines@^1.0.0:
70207020
resolved "https://registry.npmjs.org/trim-newlines/-/trim-newlines-1.0.0.tgz#5887966bb582a4503a41eb524f7d35011815a613"
70217021
integrity sha1-WIeWa7WCpFA6QetST301ARgVphM=
70227022

7023-
tslib@^1.13.0, tslib@^1.8.0, tslib@^1.8.1, tslib@^1.9.0, tslib@^1.9.3:
7023+
tslib@^1.13.0, tslib@^1.8.0, tslib@^1.8.1, tslib@^1.9.0:
70247024
version "1.13.0"
70257025
resolved "https://registry.npmjs.org/tslib/-/tslib-1.13.0.tgz#c881e13cc7015894ed914862d276436fa9a47043"
70267026
integrity sha512-i/6DQjL8Xf3be4K/E6Wgpekn5Qasl1usyw++dAA35Ue5orEn65VIxOA+YvNNl9HV3qv70T7CNwjODHZrLwvd1Q==
70277027

7028+
tslib@^2.3.0:
7029+
version "2.3.1"
7030+
resolved "https://registry.npmjs.org/tslib/-/tslib-2.3.1.tgz#e8a335add5ceae51aa261d32a490158ef042ef01"
7031+
integrity sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==
7032+
70287033
tslint-config-prettier@^1.18.0:
70297034
version "1.18.0"
70307035
resolved "https://registry.npmjs.org/tslint-config-prettier/-/tslint-config-prettier-1.18.0.tgz#75f140bde947d35d8f0d238e0ebf809d64592c37"

0 commit comments

Comments
 (0)