Update dependency lint-staged to v12.1.1

This commit is contained in:
Renovate Bot 2021-11-21 16:07:57 +00:00 committed by renovate[bot]
parent 764c69c09d
commit de5910202f
2 changed files with 13 additions and 7 deletions

View file

@ -69,7 +69,7 @@
"eslint-plugin-react": "7.27.1", "eslint-plugin-react": "7.27.1",
"gatsby-plugin-eslint": "4.0.2", "gatsby-plugin-eslint": "4.0.2",
"husky": "7.0.4", "husky": "7.0.4",
"lint-staged": "12.0.3", "lint-staged": "12.1.1",
"prettier": "2.4.1" "prettier": "2.4.1"
}, },
"lint-staged": { "lint-staged": {

View file

@ -4193,7 +4193,7 @@ cosmiconfig@^6.0.0:
path-type "^4.0.0" path-type "^4.0.0"
yaml "^1.7.2" yaml "^1.7.2"
cosmiconfig@^7.0.0, cosmiconfig@^7.0.1: cosmiconfig@^7.0.0:
version "7.0.1" version "7.0.1"
resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-7.0.1.tgz#714d756522cace867867ccb4474c5d01bbae5d6d" resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-7.0.1.tgz#714d756522cace867867ccb4474c5d01bbae5d6d"
integrity sha512-a1YWNUV2HwGimB7dU2s1wUMurNKjpx60HxBB6xUM8Re+2s1g1IIfJvFR0/iCF+XHdE0GMTKTuLR32UQff4TEyQ== integrity sha512-a1YWNUV2HwGimB7dU2s1wUMurNKjpx60HxBB6xUM8Re+2s1g1IIfJvFR0/iCF+XHdE0GMTKTuLR32UQff4TEyQ==
@ -8212,6 +8212,11 @@ levn@^0.4.1:
prelude-ls "^1.2.1" prelude-ls "^1.2.1"
type-check "~0.4.0" type-check "~0.4.0"
lilconfig@2.0.4:
version "2.0.4"
resolved "https://registry.yarnpkg.com/lilconfig/-/lilconfig-2.0.4.tgz#f4507d043d7058b380b6a8f5cb7bcd4b34cee082"
integrity sha512-bfTIN7lEsiooCocSISTWXkiWJkRqtL9wYtYy+8EK3Y41qh3mpwPU0ycTOgjdY9ErwXCc8QyrQp82bdL0Xkm9yA==
lilconfig@^2.0.3: lilconfig@^2.0.3:
version "2.0.3" version "2.0.3"
resolved "https://registry.yarnpkg.com/lilconfig/-/lilconfig-2.0.3.tgz#68f3005e921dafbd2a2afb48379986aa6d2579fd" resolved "https://registry.yarnpkg.com/lilconfig/-/lilconfig-2.0.3.tgz#68f3005e921dafbd2a2afb48379986aa6d2579fd"
@ -8222,24 +8227,25 @@ lines-and-columns@^1.1.6:
resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.1.6.tgz#1c00c743b433cd0a4e80758f7b64a57440d9ff00" resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.1.6.tgz#1c00c743b433cd0a4e80758f7b64a57440d9ff00"
integrity sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA= integrity sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA=
lint-staged@12.0.3: lint-staged@12.1.1:
version "12.0.3" version "12.1.1"
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-12.0.3.tgz#ad4fb2f857e08b5814abe9e9fbbbcceebfdd8484" resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-12.1.1.tgz#d50efc88a0108d0f82158b3477bdce049bebfba8"
integrity sha512-/NwNQjrhqz+AjV+e0URbtphvpHNcNdR/W6p9GxO+qIg7cxCxy0uKYO0xORQhZamp1BPjIhRUWsjbLnwEIiPHgQ== integrity sha512-zOmteWgJwTfZXcj6vXSnjeDDI/fvkKI2KOqRdc84ZFc2ZMDKXEeiTITtaskE3HiNrHraFmYVBpnMSZHngLoogA==
dependencies: dependencies:
cli-truncate "^3.1.0" cli-truncate "^3.1.0"
colorette "^2.0.16" colorette "^2.0.16"
commander "^8.3.0" commander "^8.3.0"
cosmiconfig "^7.0.1"
debug "^4.3.2" debug "^4.3.2"
enquirer "^2.3.6" enquirer "^2.3.6"
execa "^5.1.1" execa "^5.1.1"
lilconfig "2.0.4"
listr2 "^3.13.3" listr2 "^3.13.3"
micromatch "^4.0.4" micromatch "^4.0.4"
normalize-path "^3.0.0" normalize-path "^3.0.0"
object-inspect "^1.11.0" object-inspect "^1.11.0"
string-argv "^0.3.1" string-argv "^0.3.1"
supports-color "^9.0.2" supports-color "^9.0.2"
yaml "^1.10.2"
listr2@^3.13.3: listr2@^3.13.3:
version "3.13.3" version "3.13.3"