From bfdcba8d5c12f79145f3f2f84c13a343d9168e38 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2020 17:05:08 +0000 Subject: [PATCH] =?UTF-8?q?Update=20lint-staged=20to=20the=20latest=20vers?= =?UTF-8?q?ion=20=F0=9F=9A=80=20(#6566)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore(package): update lint-staged to version 10.1.2 * 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 a7106805..5193aa2a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8305,9 +8305,9 @@ } }, "lint-staged": { - "version": "10.1.1", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-10.1.1.tgz", - "integrity": "sha512-wAeu/ePaBAOfwM2+cVbgPWDtn17B0Sxiv0NvNEqDAIvB8Yhvl60vafKFiK4grcYn87K1iK+a0zVoETvKbdT9/Q==", + "version": "10.1.2", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-10.1.2.tgz", + "integrity": "sha512-Vtbe8rhWbJxPNlnXk6jczRh6wvAVjGg+VhELAIjLakOjTACdB4qJOD4W2R8oUXLRCqL1t9WMUsXbSlVK34A8Lg==", "dev": true, "requires": { "chalk": "^3.0.0", diff --git a/package.json b/package.json index b68ae2bb..5ec2acec 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.1", + "lint-staged": "10.1.2", "mongodb-runner": "4.8.0", "node-fetch": "2.6.0", "nyc": "15.0.1",