Skip to content

Commit ded7070

Browse files
chore: update dependency lint-staged to v12.3.6 (#3075)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 9128c3d commit ded7070

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
"husky": "^7.0.0",
9999
"jest": "27.5.1",
100100
"lerna": "^4.0.0",
101-
"lint-staged": "12.3.5",
101+
"lint-staged": "12.3.6",
102102
"prettier": "^2.0.5",
103103
"ts-jest": "^27.0.5",
104104
"typescript": "^4.4.3"

yarn.lock

+10-4
Original file line numberDiff line numberDiff line change
@@ -6465,10 +6465,10 @@ lines-and-columns@^1.1.6:
64656465
resolved "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.1.6.tgz#1c00c743b433cd0a4e80758f7b64a57440d9ff00"
64666466
integrity sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA=
64676467

6468-
6469-
version "12.3.5"
6470-
resolved "https://registry.npmjs.org/lint-staged/-/lint-staged-12.3.5.tgz#8048ce048c3cac12f57200a06344a54dc91c8fa9"
6471-
integrity sha512-oOH36RUs1It7b9U/C7Nl/a0sLfoIBcMB8ramiB3nuJ6brBqzsWiUAFSR5DQ3yyP/OR7XKMpijtgKl2DV1lQ3lA==
6468+
6469+
version "12.3.6"
6470+
resolved "https://registry.npmjs.org/lint-staged/-/lint-staged-12.3.6.tgz#7b999ebe041c07f241537a17c49969027b4d26f0"
6471+
integrity sha512-tVNyl/HsAnplKh4oaoRNzyZLm0PE/6VaBUXvd/gA9zhYCC/+ivZwiwpoT6jOxcLzuIOjP19wW+mfOi7/Bw4c1A==
64726472
dependencies:
64736473
cli-truncate "^3.1.0"
64746474
colorette "^2.0.16"
@@ -6480,6 +6480,7 @@ [email protected]:
64806480
micromatch "^4.0.4"
64816481
normalize-path "^3.0.0"
64826482
object-inspect "^1.12.0"
6483+
pidtree "^0.5.0"
64836484
string-argv "^0.3.1"
64846485
supports-color "^9.2.1"
64856486
yaml "^1.10.2"
@@ -7638,6 +7639,11 @@ picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.3:
76387639
resolved "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
76397640
integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==
76407641

7642+
pidtree@^0.5.0:
7643+
version "0.5.0"
7644+
resolved "https://registry.npmjs.org/pidtree/-/pidtree-0.5.0.tgz#ad5fbc1de78b8a5f99d6fbdd4f6e4eee21d1aca1"
7645+
integrity sha512-9nxspIM7OpZuhBxPg73Zvyq7j1QMPMPsGKTqRc2XOaFQauDvoNz9fM1Wdkjmeo7l9GXOZiRs97sPkuayl39wjA==
7646+
76417647
pify@^2.0.0, pify@^2.3.0:
76427648
version "2.3.0"
76437649
resolved "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c"

0 commit comments

Comments
 (0)