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