From 891b171249317db2d7070c478aecf41fab94c6fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jan 2022 16:19:08 +0000 Subject: [PATCH] chore: bump lint-staged from 12.1.3 to 12.1.5 Bumps [lint-staged](https://github.com/okonet/lint-staged) from 12.1.3 to 12.1.5. - [Release notes](https://github.com/okonet/lint-staged/releases) - [Commits](https://github.com/okonet/lint-staged/compare/v12.1.3...v12.1.5) --- 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 c59e17e14..faa9b5cef 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.3", + "lint-staged": "^12.1.5", "markdownlint-cli": "^0.30.0", "minimist": "^1.2.5", "prettier": "2.5.1", diff --git a/yarn.lock b/yarn.lock index a6295e2bc..a68fd6690 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.5: + version "12.1.5" + resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-12.1.5.tgz#e05582fc39aed5cb13b9dd1dfb8330407246d809" + integrity sha512-WyKb+0sNKDTd1LwwAfTBPp0XmdaKkAOEbg4oHE4Kq2+oQVchg/VAcjVQtSqZih1izNsTURjc2EkhG/syRQUXdA== dependencies: cli-truncate "^3.1.0" colorette "^2.0.16"