diff --git a/package-lock.json b/package-lock.json index e9dfe93..a6e575c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -545,6 +545,16 @@ "remark-stringify": "^10.0.0", "split2": "^3.2.2", "strip-ansi": "^6.0.0" + }, + "dependencies": { + "split2": { + "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" + } + } } }, "character-entities": { @@ -4104,12 +4114,9 @@ "dev": true }, "split2": { - "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" - } + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/split2/-/split2-4.0.0.tgz", + "integrity": "sha512-gjmavJzvQCAZzaEHWoJBOwqIUAiEvUOlguQ6uO0+0LTS1tlLa2YetTLWCrm049ouvLOa1l6SOGm3XaiRiCg9SQ==" }, "sprintf-js": { "version": "1.0.3", diff --git a/package.json b/package.json index f4ef4b3..8f811e5 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "map-async": "^0.1.1", "minimist": "^1.2.5", "pkg-to-id": "0.0.3", - "split2": "^3.2.2", + "split2": "^4.0.0", "strip-ansi": "^6.0.0", "through2": "^4.0.2" },