diff --git a/CHANGELOG.md b/CHANGELOG.md index 56df258ef..e9bfccde9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - Bumps `minimist` from 1.2.6 to 1.2.7 - Bumps `@aws-sdk/types` from 3.190.0 to 3.226.0 - Bumps `json5` from 2.2.0 to 2.2.3 +- Bumps `split2` from 3.2.2 to 4.1.0 ### Dependencies ### Changed diff --git a/package.json b/package.json index 7efa24ea0..c09d14355 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "semver": "^7.3.5", "simple-git": "^3.15.0", "simple-statistics": "^7.7.0", - "split2": "^3.2.2", + "split2": "^4.1.0", "stoppable": "^1.1.0", "tap": "^16.3.0", "tsd": "^0.24.1", diff --git a/yarn.lock b/yarn.lock index e97e4acac..0c47f9d32 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2639,7 +2639,7 @@ readable-stream@^2.0.0: string_decoder "~1.1.1" util-deprecate "~1.0.1" -readable-stream@^3.0.0, readable-stream@^3.4.0: +readable-stream@^3.4.0: version "3.6.0" resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-3.6.0.tgz#337bbda3adc0706bd3e024426a286d4b4b2c9198" integrity sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA== @@ -2943,12 +2943,10 @@ spdx-satisfies@^4.0.0: spdx-expression-parse "^3.0.0" spdx-ranges "^2.0.0" -split2@^3.2.2: - version "3.2.2" - resolved "https://registry.yarnpkg.com/split2/-/split2-3.2.2.tgz#bf2cf2a37d838312c249c89206fd7a17dd12365f" - integrity sha512-9NThjpgZnifTkJpzTZ7Eue85S49QwpNhZTq6GRJwObb6jnLFNGB7Qm73V5HewTROPyxD0C29xqmaI68bQtV+hg== - dependencies: - readable-stream "^3.0.0" +split2@^4.1.0: + version "4.1.0" + resolved "https://registry.yarnpkg.com/split2/-/split2-4.1.0.tgz#101907a24370f85bb782f08adaabe4e281ecf809" + integrity sha512-VBiJxFkxiXRlUIeyMQi8s4hgvKCSjtknJv/LVYbrgALPwf5zSKmEwV9Lst25AkvMDnvxODugjdl6KZgwKM1WYQ== sprintf-js@~1.0.2: version "1.0.3"