Skip to content

Commit

Permalink
chore(deps): update dependency lint-staged to v12.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 16, 2022
1 parent 360a0e3 commit 9ebd326
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 12 deletions.
34 changes: 27 additions & 7 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.3.6",
"mini-css-extract-plugin": "2.5.3",
"node-sass": "7.0.1",
"postcss": "8.4.6",
Expand Down
14 changes: 10 additions & 4 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.3.6:
version "12.3.6"
resolved "https://registry.npmjs.org/lint-staged/-/lint-staged-12.3.6.tgz"
integrity sha512-tVNyl/HsAnplKh4oaoRNzyZLm0PE/6VaBUXvd/gA9zhYCC/+ivZwiwpoT6jOxcLzuIOjP19wW+mfOi7/Bw4c1A==
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

0 comments on commit 9ebd326

Please sign in to comment.