Skip to content

Commit 433a3d9

Browse files
fix(deps): update dependency split2 to v4 (#4357)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 0100d4c commit 433a3d9

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
"safe-buffer": "^5.1.1",
9898
"safe-compare": "^1.1.4",
9999
"semver": "^7.1.3",
100-
"split2": "^3.2.2",
100+
"split2": "^4.0.0",
101101
"ws": "^8.0.0",
102102
"xdg-basedir": "^4.0.0",
103103
"yarn": "^1.22.4"

yarn.lock

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3433,7 +3433,7 @@ readable-stream@^2.0.6:
34333433
string_decoder "~1.1.1"
34343434
util-deprecate "~1.0.1"
34353435

3436-
readable-stream@^3.0.0, readable-stream@^3.1.1:
3436+
readable-stream@^3.1.1:
34373437
version "3.6.0"
34383438
resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-3.6.0.tgz#337bbda3adc0706bd3e024426a286d4b4b2c9198"
34393439
integrity sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==
@@ -3786,12 +3786,10 @@ specificity@^0.4.1:
37863786
resolved "https://registry.yarnpkg.com/specificity/-/specificity-0.4.1.tgz#aab5e645012db08ba182e151165738d00887b019"
37873787
integrity sha512-1klA3Gi5PD1Wv9Q0wUoOQN1IWAuPu0D1U03ThXTr0cJ20+/iq2tHSDnK7Kk/0LXJ1ztUB2/1Os0wKmfyNgUQfg==
37883788

3789-
split2@^3.2.2:
3790-
version "3.2.2"
3791-
resolved "https://registry.yarnpkg.com/split2/-/split2-3.2.2.tgz#bf2cf2a37d838312c249c89206fd7a17dd12365f"
3792-
integrity sha512-9NThjpgZnifTkJpzTZ7Eue85S49QwpNhZTq6GRJwObb6jnLFNGB7Qm73V5HewTROPyxD0C29xqmaI68bQtV+hg==
3793-
dependencies:
3794-
readable-stream "^3.0.0"
3789+
split2@^4.0.0:
3790+
version "4.1.0"
3791+
resolved "https://registry.yarnpkg.com/split2/-/split2-4.1.0.tgz#101907a24370f85bb782f08adaabe4e281ecf809"
3792+
integrity sha512-VBiJxFkxiXRlUIeyMQi8s4hgvKCSjtknJv/LVYbrgALPwf5zSKmEwV9Lst25AkvMDnvxODugjdl6KZgwKM1WYQ==
37953793

37963794
split@^1.0.1:
37973795
version "1.0.1"

0 commit comments

Comments
 (0)