From e2ab038b7753cdac0cfe6558922cf4c1795bd8b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 May 2021 08:18:35 +0000 Subject: [PATCH] Bump split2 from 3.1.1 to 3.2.2 Bumps [split2](https://github.com/mcollina/split2) from 3.1.1 to 3.2.2. - [Release notes](https://github.com/mcollina/split2/releases) - [Commits](https://github.com/mcollina/split2/compare/v3.1.1...v3.2.2) Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index ab9c046..0ae4068 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5116,9 +5116,9 @@ } }, "split2": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/split2/-/split2-3.1.1.tgz", - "integrity": "sha512-emNzr1s7ruq4N+1993yht631/JH+jaj0NYBosuKmLcq+JkGQ9MmTw1RB1fGaTCzUuseRIClrlSLHRNYGwWQ58Q==", + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/split2/-/split2-3.2.2.tgz", + "integrity": "sha512-9NThjpgZnifTkJpzTZ7Eue85S49QwpNhZTq6GRJwObb6jnLFNGB7Qm73V5HewTROPyxD0C29xqmaI68bQtV+hg==", "requires": { "readable-stream": "^3.0.0" }