From 68957458316fc9b97cf39e970748904d3c94f52f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 26 Feb 2020 02:19:54 +0000 Subject: [PATCH] deps: bump lint-staged from 10.0.7 to 10.0.8 Bumps [lint-staged](https://github.com/okonet/lint-staged) from 10.0.7 to 10.0.8. - [Release notes](https://github.com/okonet/lint-staged/releases) - [Commits](https://github.com/okonet/lint-staged/compare/v10.0.7...v10.0.8) 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 7289f5089..2cc31b573 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4598,9 +4598,9 @@ "dev": true }, "lint-staged": { - "version": "10.0.7", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-10.0.7.tgz", - "integrity": "sha512-Byj0F4l7GYUpYYHEqyFH69NiI6ICTg0CeCKbhRorL+ickbzILKUlZLiyCkljZV02wnoh7yH7PmFyYm9PRNwk9g==", + "version": "10.0.8", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-10.0.8.tgz", + "integrity": "sha512-Oa9eS4DJqvQMVdywXfEor6F4vP+21fPHF8LUXgBbVWUSWBddjqsvO6Bv1LwMChmgQZZqwUvgJSHlu8HFHAPZmA==", "dev": true, "requires": { "chalk": "^3.0.0", diff --git a/package.json b/package.json index e12fe0445..036b404be 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "husky": "^4.2.3", "jest": "^25.1.0", "jest-circus": "^25.1.0", - "lint-staged": "^10.0.7", + "lint-staged": "^10.0.8", "prettier": "1.19.1", "standard-version": "^7.1.0", "ts-jest": "^25.2.1",