From fe3383a3fa47033873e4c5eea2a2541be783210b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2019 11:00:53 +0000 Subject: [PATCH] Bump lint-staged from 9.3.0 to 9.4.0 Bumps [lint-staged](https://github.com/okonet/lint-staged) from 9.3.0 to 9.4.0. - [Release notes](https://github.com/okonet/lint-staged/releases) - [Commits](https://github.com/okonet/lint-staged/compare/v9.3.0...v9.4.0) Signed-off-by: dependabot-preview[bot] --- 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 4c9dbd2cfa..ad25d0cb60 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7163,9 +7163,9 @@ } }, "lint-staged": { - "version": "9.3.0", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-9.3.0.tgz", - "integrity": "sha512-OuL3xo6XpBErl16+3W9PdnFmgeGp12lM8I1Ii/B56S8Edy1kyrf4W8VD4IBn9v17QlutRQEWUJ54YF/VVQ7J2A==", + "version": "9.4.0", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-9.4.0.tgz", + "integrity": "sha512-jTu1KoGiGTSffM539wK+3igVqDGVsby3KwDBaXL471YndahkjnavLX+R5Nsk49JwklyMo0ZAXay1BaoyA6d2Jw==", "dev": true, "requires": { "chalk": "^2.4.2", diff --git a/package.json b/package.json index 6a3f0f2699..502ae7acea 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "jasmine": "3.5.0", "jsdoc": "3.6.3", "jsdoc-babel": "0.5.0", - "lint-staged": "9.3.0", + "lint-staged": "9.4.0", "mongodb-runner": "4.7.2", "node-fetch": "2.6.0", "nyc": "14.1.1",