From 8d9f0a12902f101e9d7b045ac997441c0c71f20e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jan 2022 12:26:32 +0000 Subject: [PATCH] chore: bump lint-staged from 12.1.6 to 12.1.7 Bumps [lint-staged](https://github.com/okonet/lint-staged) from 12.1.6 to 12.1.7. - [Release notes](https://github.com/okonet/lint-staged/releases) - [Commits](https://github.com/okonet/lint-staged/compare/v12.1.6...v12.1.7) --- updated-dependencies: - dependency-name: lint-staged dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index ef7aacf08..9fac5919d 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@types/semver-compare": "^1.0.1", "all-contributors-cli": "^6.20.0", "husky": "^7.0.4", - "lint-staged": "^12.1.6", + "lint-staged": "^12.1.7", "markdownlint-cli": "^0.30.0", "minimist": "^1.2.5", "prettier": "2.5.1", diff --git a/yarn.lock b/yarn.lock index 1e89e5cb1..913d40e13 100644 --- a/yarn.lock +++ b/yarn.lock @@ -512,10 +512,10 @@ linkify-it@^3.0.1: dependencies: uc.micro "^1.0.1" -lint-staged@^12.1.6: - version "12.1.6" - resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-12.1.6.tgz#7d5b92ba9273fab51c902353db390f17957e74a7" - integrity sha512-Tn7tsxqVVdkR7wXgvZZxGntBEZ16/VFCXpc6EvsHBsTHSBmAOiUOGWmKTLH6wssqz1lUz+UpAQOo/xdhD41ixQ== +lint-staged@^12.1.7: + version "12.1.7" + resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-12.1.7.tgz#fe9137992ac18a456422bb8484dd30be0140629f" + integrity sha512-bltv/ejiLWtowExpjU+s5z8j1Byjg9AlmaAjMmqNbIicY69u6sYIwXGg0dCn0TlkrrY2CphtHIXAkbZ+1VoWQQ== dependencies: cli-truncate "^3.1.0" colorette "^2.0.16"