From aa7a00d2faa98c2d9d1eb4c807e8c3689ff440f8 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2019 01:20:37 +0000 Subject: [PATCH] build(deps-dev): update lint-staged requirement from 9.2.1 to 9.2.3 Updates the requirements on [lint-staged](https://github.com/okonet/lint-staged) to permit the latest version. - [Release notes](https://github.com/okonet/lint-staged/releases) - [Commits](https://github.com/okonet/lint-staged/compare/v9.2.1...v9.2.3) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1839798e..710d4b24 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "eslint": "6.1.0", "esm": "^3.2.25", "husky": "3.0.4", - "lint-staged": "9.2.1", + "lint-staged": "9.2.3", "markdownlint-cli": "0.18.0", "npm-run-all": "4.1.5", "nyc": "^14.1.1",