From b3fcf4420268850bdb22282b7c9519fbea6656d0 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2020 12:34:44 +0300 Subject: [PATCH] Bump lint-staged from 10.0.8 to 10.0.10 (#1133) Bumps [lint-staged](https://github.com/okonet/lint-staged) from 10.0.8 to 10.0.10. - [Release notes](https://github.com/okonet/lint-staged/releases) - [Commits](https://github.com/okonet/lint-staged/compare/v10.0.8...v10.0.10) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[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 8d900257..0b462bac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9076,9 +9076,9 @@ "integrity": "sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA=" }, "lint-staged": { - "version": "10.0.8", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-10.0.8.tgz", - "integrity": "sha512-Oa9eS4DJqvQMVdywXfEor6F4vP+21fPHF8LUXgBbVWUSWBddjqsvO6Bv1LwMChmgQZZqwUvgJSHlu8HFHAPZmA==", + "version": "10.0.10", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-10.0.10.tgz", + "integrity": "sha512-91vNy3eYStExElLWw1Idva5lghKpFaXh9AJqjcyrJXf7AYZrThi4EhQ+GpmiHdPmJJauKhZMMSzQR1bMB90MtA==", "dev": true, "requires": { "chalk": "^3.0.0", diff --git a/package.json b/package.json index 7ae39f30..4bc9014c 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "eslint-plugin-prettier": "3.1.2", "husky": "4.2.3", "jest-canvas-mock": "2.2.0", - "lint-staged": "10.0.8", + "lint-staged": "10.0.10", "node-sass": "4.13.1", "pepjs": "0.5.2", "prettier": "2.0.2",