From 13da70d14a3cfe1fe47bf4e4c2ea440b8054831a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Apr 2023 08:30:36 -0600 Subject: [PATCH] Bump split2 from 4.1.0 to 4.2.0 (#467) * Bump split2 from 4.1.0 to 4.2.0 Bumps [split2](https://github.com/mcollina/split2) from 4.1.0 to 4.2.0. - [Release notes](https://github.com/mcollina/split2/releases) - [Commits](https://github.com/mcollina/split2/compare/v4.1.0...v4.2.0) --- updated-dependencies: - dependency-name: split2 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * Update changelog Signed-off-by: dependabot[bot] --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] --- CHANGELOG.md | 1 + yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c0a3548f8..bb3acb456 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,6 +30,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - Bumps `@types/node` from 17.0.45 to 18.15.10 - Bumps `caniuse-lite` from 1.0.30001249 to 1.0.30001469 - Bumps `eslint-config-prettier` from 8.6.0 to 8.8.0 +- Bumps `split2` from 4.1.0 to 4.2.0 ### Changed diff --git a/yarn.lock b/yarn.lock index 755794eff..39f681e12 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3013,9 +3013,9 @@ spdx-satisfies@^4.0.0: spdx-ranges "^2.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== + version "4.2.0" + resolved "https://registry.yarnpkg.com/split2/-/split2-4.2.0.tgz#c9c5920904d148bab0b9f67145f245a86aadbfa4" + integrity sha512-UcjcJOWknrNkF6PLX83qcHM6KHgVKNkV62Y8a5uYDVv9ydGQVwAHMKqHdJje1VTWpljG0WYpCDhrCdAOYH4TWg== sprintf-js@~1.0.2: version "1.0.3"