From 63a3fea218f53d65be4532db225e5b71fc2afba2 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2020 16:29:45 +0000 Subject: [PATCH] =?UTF-8?q?Update=20lint-staged=20to=20the=20latest=20vers?= =?UTF-8?q?ion=20=F0=9F=9A=80=20(#6547)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore(package): update lint-staged to version 10.1.0 * chore(package): update lockfile package-lock.json Co-authored-by: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com> --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index d7790fa5..68e03de2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8291,9 +8291,9 @@ } }, "lint-staged": { - "version": "10.0.9", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-10.0.9.tgz", - "integrity": "sha512-NKJHYgRa8oI9c4Ic42ZtF2XA6Ps7lFbXwg3q0ZEP0r55Tw3YWykCW1RzW6vu+QIGqbsy7DxndvKu93Wtr5vPQw==", + "version": "10.1.0", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-10.1.0.tgz", + "integrity": "sha512-WzZ/T+O/aEaaT679sMgI4JqK5mnG69V5KQSouzVsShzZ8wGWte39HT3z61LsxjVNeCf8m/ChhvWJa2wTiQLy5A==", "dev": true, "requires": { "chalk": "^3.0.0", diff --git a/package.json b/package.json index 58b063e7..35132830 100644 --- a/package.json +++ b/package.json @@ -85,7 +85,7 @@ "jasmine": "3.5.0", "jsdoc": "3.6.3", "jsdoc-babel": "0.5.0", - "lint-staged": "10.0.9", + "lint-staged": "10.1.0", "mongodb-runner": "4.8.0", "node-fetch": "2.6.0", "nyc": "15.0.0",