diff --git a/package-lock.json b/package-lock.json index f0632599d..a4cc6cee1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9664,9 +9664,9 @@ "integrity": "sha1-tAPQuRvlDDMd/EuC7s6yLD3hbSA=" }, "trim-off-newlines": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/trim-off-newlines/-/trim-off-newlines-1.0.1.tgz", - "integrity": "sha1-n5up2e+odkw4dpi8v+sshI8RrbM=" + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/trim-off-newlines/-/trim-off-newlines-1.0.3.tgz", + "integrity": "sha512-kh6Tu6GbeSNMGfrrZh6Bb/4ZEHV1QlB4xNDBeog8Y9/QwFlKTRyWvY3Fs9tRDAMZliVUwieMgEdIeL/FtqjkJg==" }, "trim-right": { "version": "1.0.1", diff --git a/package.json b/package.json index d0576670b..3f5e9a2db 100644 --- a/package.json +++ b/package.json @@ -125,7 +125,7 @@ "strip-bom-buf": "^2.0.0", "supertap": "^1.0.0", "supports-color": "^7.0.0", - "trim-off-newlines": "^1.0.1", + "trim-off-newlines": "^1.0.3", "trim-right": "^1.0.1", "unique-temp-dir": "^1.0.0", "update-notifier": "^3.0.1",