From 6fb94a5d74086f62ffa6e64e3acf69f7e691966c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Mar 2022 11:24:49 +0000 Subject: [PATCH] chore: bump lint-staged from 12.3.6 to 12.3.7 Bumps [lint-staged](https://github.com/okonet/lint-staged) from 12.3.6 to 12.3.7. - [Release notes](https://github.com/okonet/lint-staged/releases) - [Commits](https://github.com/okonet/lint-staged/compare/v12.3.6...v12.3.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 772602558..c8866082c 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.3.6", + "lint-staged": "^12.3.7", "markdownlint-cli": "^0.31.1", "minimist": "^1.2.5", "prettier": "2.6.0", diff --git a/yarn.lock b/yarn.lock index 7f8886d0e..3d024ea31 100644 --- a/yarn.lock +++ b/yarn.lock @@ -517,10 +517,10 @@ linkify-it@^3.0.1: dependencies: uc.micro "^1.0.1" -lint-staged@^12.3.6: - version "12.3.6" - resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-12.3.6.tgz#7b999ebe041c07f241537a17c49969027b4d26f0" - integrity sha512-tVNyl/HsAnplKh4oaoRNzyZLm0PE/6VaBUXvd/gA9zhYCC/+ivZwiwpoT6jOxcLzuIOjP19wW+mfOi7/Bw4c1A== +lint-staged@^12.3.7: + version "12.3.7" + resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-12.3.7.tgz#ad0e2014302f704f9cf2c0ebdb97ac63d0f17be0" + integrity sha512-/S4D726e2GIsDVWIk1XGvheCaDm1SJRQp8efamZFWJxQMVEbOwSysp7xb49Oo73KYCdy97mIWinhlxcoNqIfIQ== dependencies: cli-truncate "^3.1.0" colorette "^2.0.16"