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

Commit f0c562b

Browse files
committed
Update dependency ix to v4
1 parent 1cd7522 commit f0c562b

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.0.0",
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
@@ -4079,13 +4079,13 @@ isstream@~0.1.2:
40794079
resolved "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz#47e63f7af55afa6f92e1500e690eb8b8529c099a"
40804080
integrity sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo=
40814081

4082-
ix@^3.0.2:
4083-
version "3.0.2"
4084-
resolved "https://registry.npmjs.org/ix/-/ix-3.0.2.tgz#4a77bd78da6052233a6dc57b2aa91ef17bff7081"
4085-
integrity sha512-Vt2zmkRcxo5Rddpqz8IvhRUqojEzmCayHYLIBve5Ddkw7+FqHfWf6zjnE2CEOVb19gGx2hG8R76uVgJhqGdYUw==
4082+
ix@^4.0.0:
4083+
version "4.0.0"
4084+
resolved "https://registry.npmjs.org/ix/-/ix-4.0.0.tgz#5907ff780c8ce0190c2199326ace499b100aedaa"
4085+
integrity sha512-uLV4o/iCaRifFOTwPIj9ZRrBq25j7UG5tgSPxrndeZsCfsFx5NlnEwaGI45ndOziz3azAKeYVbWw/rzloAwzGA==
40864086
dependencies:
40874087
"@types/node" "^13.7.4"
4088-
tslib "^1.9.3"
4088+
tslib "2.0.0"
40894089

40904090
jaeger-client@^3.17.2:
40914091
version "3.17.2"
@@ -7019,7 +7019,12 @@ trim-newlines@^1.0.0:
70197019
resolved "https://registry.npmjs.org/trim-newlines/-/trim-newlines-1.0.0.tgz#5887966bb582a4503a41eb524f7d35011815a613"
70207020
integrity sha1-WIeWa7WCpFA6QetST301ARgVphM=
70217021

7022-
tslib@^1.10.0, tslib@^1.8.0, tslib@^1.8.1, tslib@^1.9.0, tslib@^1.9.3:
7022+
tslib@2.0.0:
7023+
version "2.0.0"
7024+
resolved "https://registry.npmjs.org/tslib/-/tslib-2.0.0.tgz#18d13fc2dce04051e20f074cc8387fd8089ce4f3"
7025+
integrity sha512-lTqkx847PI7xEDYJntxZH89L2/aXInsyF2luSafe/+0fHOMjlBNXdH6th7f70qxLDhul7KZK0zC8V5ZIyHl0/g==
7026+
7027+
tslib@^1.10.0, tslib@^1.8.0, tslib@^1.8.1, tslib@^1.9.0:
70237028
version "1.11.1"
70247029
resolved "https://registry.npmjs.org/tslib/-/tslib-1.11.1.tgz#eb15d128827fbee2841549e171f45ed338ac7e35"
70257030
integrity sha512-aZW88SY8kQbU7gpV19lN24LtXh/yD4ZZg6qieAJDDg+YBsJcSmLGK9QpnUjAKVG/xefmvJGd1WUmfpT/g6AJGA==

0 commit comments

Comments
 (0)