From 7ccd6ce0d4f1793cbde9cc70cbed553a4da950d4 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2020 14:46:51 +0000 Subject: [PATCH] =?UTF-8?q?Update=20lint-staged=20to=20the=20latest=20vers?= =?UTF-8?q?ion=20=F0=9F=9A=80=20(#6621)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore(package): update lint-staged to version 10.1.4 * 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 e1f7fde5..087ba025 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8318,9 +8318,9 @@ } }, "lint-staged": { - "version": "10.1.3", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-10.1.3.tgz", - "integrity": "sha512-o2OkLxgVns5RwSC5QF7waeAjJA5nz5gnUfqL311LkZcFipKV7TztrSlhNUK5nQX9H0E5NELAdduMQ+M/JPT7RQ==", + "version": "10.1.4", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-10.1.4.tgz", + "integrity": "sha512-bFfQE6U8LASGKANl+JSN8nfL9Id6vq2YmWMgkynvmicMVQFR11OFU8lqcnI1y0fsPr3PwHa6xeMCh+SWB8TPkg==", "dev": true, "requires": { "chalk": "^3.0.0", diff --git a/package.json b/package.json index a0fc0134..4961db49 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.1.3", + "lint-staged": "10.1.4", "mongodb-runner": "4.8.0", "node-fetch": "2.6.0", "nyc": "15.0.1",