Skip to content

Commit

Permalink
chore(deps): update dependency lint-staged to v12.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 15, 2022
1 parent 360a0e3 commit 08a832a
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 21 deletions.
46 changes: 33 additions & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"jest": "27.5.1",
"jest-image-snapshot": "4.5.1",
"jest-puppeteer": "6.1.0",
"lint-staged": "12.3.3",
"lint-staged": "12.4.1",
"mini-css-extract-plugin": "2.5.3",
"node-sass": "7.0.1",
"postcss": "8.4.6",
Expand Down
20 changes: 13 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8161,10 +8161,10 @@ lines-and-columns@^1.1.6:
resolved "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz"
integrity sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==

lint-staged@12.3.3:
version "12.3.3"
resolved "https://registry.npmjs.org/lint-staged/-/lint-staged-12.3.3.tgz"
integrity sha512-OqcLsqcPOqzvsfkxjeBpZylgJ3SRG1RYqc9LxC6tkt6tNsq1bNVkAixBwX09f6CobcHswzqVOCBpFR1Fck0+ag==
lint-staged@12.4.1:
version "12.4.1"
resolved "https://registry.npmjs.org/lint-staged/-/lint-staged-12.4.1.tgz"
integrity sha512-PTXgzpflrQ+pODQTG116QNB+Q6uUTDg5B5HqGvNhoQSGt8Qy+MA/6zSnR8n38+sxP5TapzeQGTvoKni0KRS8Vg==
dependencies:
cli-truncate "^3.1.0"
colorette "^2.0.16"
Expand All @@ -8176,6 +8176,7 @@ lint-staged@12.3.3:
micromatch "^4.0.4"
normalize-path "^3.0.0"
object-inspect "^1.12.0"
pidtree "^0.5.0"
string-argv "^0.3.1"
supports-color "^9.2.1"
yaml "^1.10.2"
Expand Down Expand Up @@ -9582,6 +9583,11 @@ picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.3:
resolved "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz"
integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==

pidtree@^0.5.0:
version "0.5.0"
resolved "https://registry.npmjs.org/pidtree/-/pidtree-0.5.0.tgz"
integrity sha512-9nxspIM7OpZuhBxPg73Zvyq7j1QMPMPsGKTqRc2XOaFQauDvoNz9fM1Wdkjmeo7l9GXOZiRs97sPkuayl39wjA==

pify@^2.0.0, pify@^2.2.0, pify@^2.3.0:
version "2.3.0"
resolved "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz"
Expand Down Expand Up @@ -11752,9 +11758,9 @@ supports-color@^8.0.0:
has-flag "^4.0.0"

supports-color@^9.2.1:
version "9.2.1"
resolved "https://registry.npmjs.org/supports-color/-/supports-color-9.2.1.tgz"
integrity sha512-Obv7ycoCTG51N7y175StI9BlAXrmgZrFhZOb0/PyjHBher/NmsdBgbbQ1Inhq+gIhz6+7Gb+jWF2Vqi7Mf1xnQ==
version "9.2.2"
resolved "https://registry.npmjs.org/supports-color/-/supports-color-9.2.2.tgz"
integrity sha512-XC6g/Kgux+rJXmwokjm9ECpD6k/smUoS5LKlUCcsYr4IY3rW0XyAympon2RmxGrlnZURMpg5T18gWDP9CsHXFA==

supports-hyperlinks@^2.0.0:
version "2.2.0"
Expand Down

0 comments on commit 08a832a

Please sign in to comment.