From ebeb3d376ce94b4e6d0278ed193b1f191a871e18 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 24 May 2024 23:07:42 +0000 Subject: [PATCH] fix: upgrade split2 from 4.1.0 to 4.2.0 Snyk has created this PR to upgrade split2 from 4.1.0 to 4.2.0. See this package in npm: split2 See this project in Snyk: https://app.snyk.io/org/quentin.rossetti/project/4a110654-4e24-406a-b103-7f248c722ded?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 15 ++++++++------- package.json | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index dec571e..17d7e4c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "lodash.isempty": "^4.4.0", "lodash.negate": "^3.0.2", "normalize-path": "^3.0.0", - "split2": "^4.1.0" + "split2": "^4.2.0" }, "devDependencies": { "c8": "^7.11.0", @@ -3288,9 +3288,10 @@ "dev": true }, "node_modules/split2": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/split2/-/split2-4.1.0.tgz", - "integrity": "sha512-VBiJxFkxiXRlUIeyMQi8s4hgvKCSjtknJv/LVYbrgALPwf5zSKmEwV9Lst25AkvMDnvxODugjdl6KZgwKM1WYQ==", + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/split2/-/split2-4.2.0.tgz", + "integrity": "sha512-UcjcJOWknrNkF6PLX83qcHM6KHgVKNkV62Y8a5uYDVv9ydGQVwAHMKqHdJje1VTWpljG0WYpCDhrCdAOYH4TWg==", + "license": "ISC", "engines": { "node": ">= 10.x" } @@ -6280,9 +6281,9 @@ "dev": true }, "split2": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/split2/-/split2-4.1.0.tgz", - "integrity": "sha512-VBiJxFkxiXRlUIeyMQi8s4hgvKCSjtknJv/LVYbrgALPwf5zSKmEwV9Lst25AkvMDnvxODugjdl6KZgwKM1WYQ==" + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/split2/-/split2-4.2.0.tgz", + "integrity": "sha512-UcjcJOWknrNkF6PLX83qcHM6KHgVKNkV62Y8a5uYDVv9ydGQVwAHMKqHdJje1VTWpljG0WYpCDhrCdAOYH4TWg==" }, "sprintf-js": { "version": "1.0.3", diff --git a/package.json b/package.json index eaa0bff..494c103 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "lodash.isempty": "^4.4.0", "lodash.negate": "^3.0.2", "normalize-path": "^3.0.0", - "split2": "^4.1.0" + "split2": "^4.2.0" }, "devDependencies": { "c8": "^7.11.0",