From 47d1a74ac06a9be66296e7116773a537405d74dd Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Sat, 17 Aug 2019 17:54:39 +0000 Subject: [PATCH] =?UTF-8?q?Update=20lint-staged=20to=20the=20latest=20vers?= =?UTF-8?q?ion=20=F0=9F=9A=80=20(#5934)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore(package): update lint-staged to version 9.2.3 * chore(package): update lockfile package-lock.json --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 51e8ffaa..d24fc0a3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7016,9 +7016,9 @@ } }, "lint-staged": { - "version": "9.2.2", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-9.2.2.tgz", - "integrity": "sha512-6VFRfqk8RgZmmd52bvCCEH7cBLfQ97ynZd/uATIGM/Rh4EluZbQdY/HXj9kcx7LhX2Zc4+m+4Z6zS74owovLyA==", + "version": "9.2.3", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-9.2.3.tgz", + "integrity": "sha512-ovDmF0c0VJDTP0VmwLetJQ+lVGyNqOkTniwO9S0MOJxGxIExpSRTL56/ZmvXZ1tHNA53GBbXQbfS8RnNGRXFjg==", "dev": true, "requires": { "chalk": "^2.4.2", @@ -7031,6 +7031,7 @@ "listr": "^0.14.3", "log-symbols": "^3.0.0", "micromatch": "^4.0.2", + "normalize-path": "^3.0.0", "please-upgrade-node": "^3.1.1", "string-argv": "^0.3.0", "stringify-object": "^3.3.0" @@ -8337,8 +8338,7 @@ "version": "3.0.0", "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", - "dev": true, - "optional": true + "dev": true }, "npm-bundled": { "version": "1.0.6", diff --git a/package.json b/package.json index a8133449..d8c4ff46 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "jasmine": "3.4.0", "jsdoc": "3.6.3", "jsdoc-babel": "0.5.0", - "lint-staged": "9.2.2", + "lint-staged": "9.2.3", "mongodb-runner": "4.7.2", "node-fetch": "2.6.0", "nyc": "14.1.1",