From fb8be3ba0f6679e3b96dda81f6cee6e833932fdb Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 28 Oct 2020 02:49:06 +0200 Subject: [PATCH] Bump lint-staged from 10.4.2 to 10.5.0 (#2297) Bumps [lint-staged](https://github.com/okonet/lint-staged) from 10.4.2 to 10.5.0. - [Release notes](https://github.com/okonet/lint-staged/releases) - [Commits](https://github.com/okonet/lint-staged/compare/v10.4.2...v10.5.0) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5a685855..9e92dc4e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11676,9 +11676,9 @@ "integrity": "sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA=" }, "lint-staged": { - "version": "10.4.2", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-10.4.2.tgz", - "integrity": "sha512-OLCA9K1hS+Sl179SO6kX0JtnsaKj/MZalEhUj5yAgXsb63qPI/Gfn6Ua1KuZdbfkZNEu3/n5C/obYCu70IMt9g==", + "version": "10.5.0", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-10.5.0.tgz", + "integrity": "sha512-gjC9+HGkBubOF+Yyoj9pd52Qfm/kYB+dRX1UOgWjHKvSDYl+VHkZXlBMlqSZa2cH3Kp5/uNL480sV6e2dTgXSg==", "dev": true, "requires": { "chalk": "^4.1.0", @@ -11742,9 +11742,9 @@ "dev": true }, "commander": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/commander/-/commander-6.1.0.tgz", - "integrity": "sha512-wl7PNrYWd2y5mp1OK/LhTlv8Ff4kQJQRXXAvF+uU/TPNiVJUxZLRYGj/B0y/lPGAVcSbJqH2Za/cvHmrPMC8mA==", + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-6.2.0.tgz", + "integrity": "sha512-zP4jEKbe8SHzKJYQmq8Y9gYjtO/POJLgIdKgV7B9qNmABVFVc+ctqSX6iXh4mCpJfRBOabiZ2YKPg8ciDw6C+Q==", "dev": true }, "cosmiconfig": { diff --git a/package.json b/package.json index 78b73328..950d2019 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "firebase-tools": "8.14.0", "husky": "4.3.0", "jest-canvas-mock": "2.3.0", - "lint-staged": "10.4.2", + "lint-staged": "10.5.0", "pepjs": "0.5.2", "prettier": "2.1.2", "rewire": "5.0.0"