diff --git a/package-lock.json b/package-lock.json index a5e4e41..b005fd3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1323,7 +1323,7 @@ "is-text-path": "1.0.1", "lodash": "4.17.4", "meow": "3.7.0", - "split2": "2.1.1", + "split2": "2.2.0", "through2": "2.0.3", "trim-off-newlines": "1.0.1" }, @@ -2423,7 +2423,7 @@ "dargs": "4.1.0", "lodash.template": "4.4.0", "meow": "3.7.0", - "split2": "2.1.1", + "split2": "2.2.0", "through2": "2.0.3" } }, @@ -3474,9 +3474,9 @@ "dev": true }, "koa-send": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/koa-send/-/koa-send-4.1.0.tgz", - "integrity": "sha1-B9Wk6qshJnn+mZFqrmsRCcCMI2E=", + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/koa-send/-/koa-send-4.1.1.tgz", + "integrity": "sha512-Cqm4wRs+4FXJl7YNxYQccIy6Is5zaU99Tfy3hUBSWARqzgCsU/OdJy/W4VhdPQGip9qilDwB3C6kGkquTzXkIg==", "requires": { "debug": "2.6.9", "http-errors": "1.6.2", @@ -6935,9 +6935,9 @@ } }, "split2": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/split2/-/split2-2.1.1.tgz", - "integrity": "sha1-eh9VHhdqkOzTNF9yRqDP4XXvT9A=", + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/split2/-/split2-2.2.0.tgz", + "integrity": "sha512-RAb22TG39LhI31MbreBgIuKiIKhVsawfTgEGqKHTK87aG+ul/PB8Sqoi3I7kVdRWiCfrKxK3uo4/YUkpNvhPbw==", "dev": true, "requires": { "through2": "2.0.3" diff --git a/package.json b/package.json index 95ff3b4..2ecbbaf 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ ], "dependencies": { "kind-of": "5.0.2", - "koa-send": "4.1.0" + "koa-send": "4.1.1" }, "devDependencies": { "chokidar-cli": "1.2.0",