From e5063fa6dd73e5a0d63f79a29ce874029949af00 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2020 11:18:55 +0900 Subject: [PATCH] deps: bump lint-staged from 10.1.1 to 10.1.2 (#214) Bumps [lint-staged](https://github.com/okonet/lint-staged) from 10.1.1 to 10.1.2. - [Release notes](https://github.com/okonet/lint-staged/releases) - [Commits](https://github.com/okonet/lint-staged/compare/v10.1.1...v10.1.2) 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 3ab02920a..2df4e79e8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5506,9 +5506,9 @@ "dev": true }, "lint-staged": { - "version": "10.1.1", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-10.1.1.tgz", - "integrity": "sha512-wAeu/ePaBAOfwM2+cVbgPWDtn17B0Sxiv0NvNEqDAIvB8Yhvl60vafKFiK4grcYn87K1iK+a0zVoETvKbdT9/Q==", + "version": "10.1.2", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-10.1.2.tgz", + "integrity": "sha512-Vtbe8rhWbJxPNlnXk6jczRh6wvAVjGg+VhELAIjLakOjTACdB4qJOD4W2R8oUXLRCqL1t9WMUsXbSlVK34A8Lg==", "dev": true, "requires": { "chalk": "^3.0.0", @@ -5527,9 +5527,9 @@ }, "dependencies": { "cross-spawn": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.1.tgz", - "integrity": "sha512-u7v4o84SwFpD32Z8IIcPZ6z1/ie24O6RU3RbtL5Y316l3KuHVPx9ItBgWQ6VlfAFnRnTtMUrsQ9MUUTuEZjogg==", + "version": "7.0.2", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.2.tgz", + "integrity": "sha512-PD6G8QG3S4FK/XCGFbEQrDqO2AnMMsy0meR7lerlIOHAAbkuavGU/pOqprrlvfTNjvowivTeBsjebAL0NSoMxw==", "dev": true, "requires": { "path-key": "^3.1.0", diff --git a/package.json b/package.json index 5112a4018..d7dfb65f8 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "jest": "^25.2.7", "jest-circus": "^25.2.7", "js-yaml": "^3.13.1", - "lint-staged": "^10.1.1", + "lint-staged": "^10.1.2", "prettier": "2.0.2", "standard-version": "^7.1.0", "ts-jest": "^25.3.1",