From 6f2e14e52b1d2b25e2ae83c278d02a51deb870f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Dec 2021 12:22:27 +0000 Subject: [PATCH] chore: bump lint-staged from 12.1.3 to 12.1.4 Bumps [lint-staged](https://github.com/okonet/lint-staged) from 12.1.3 to 12.1.4. - [Release notes](https://github.com/okonet/lint-staged/releases) - [Commits](https://github.com/okonet/lint-staged/compare/v12.1.3...v12.1.4) --- updated-dependencies: - dependency-name: lint-staged dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index aa6d7fc58..e219b24fe 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.1", - "lint-staged": "^12.1.3", + "lint-staged": "^12.1.4", "markdownlint-cli": "^0.30.0", "minimist": "^1.2.5", "prettier": "2.5.1", diff --git a/yarn.lock b/yarn.lock index 51c0eda66..95ef99afd 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.3: - version "12.1.3" - resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-12.1.3.tgz#a16e885c0a5e77de9cf559724d29a10348670e68" - integrity sha512-ajapdkaFxx+MVhvq6xQRg9zCnCLz49iQLJZP7+w8XaA3U4B35Z9xJJGq9vxmWo73QTvJLG+N2NxhjWiSexbAWQ== +lint-staged@^12.1.4: + version "12.1.4" + resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-12.1.4.tgz#a92ec8509f13018caaafade61d515c2d5873316e" + integrity sha512-RgDz9nsFsE0/5eL9Vat0AvCuk0+j5mEuzBIVfrRH5FRtt5wibYe8zTjZs2nuqLFrLAGQGYnj8+HJxolcj08i/A== dependencies: cli-truncate "^3.1.0" colorette "^2.0.16"