Skip to content

Commit 79af206

Browse files
chore: bump lint-staged from 12.3.5 to 12.3.6 (coder#898)
Bumps [lint-staged](https://github.com/okonet/lint-staged) from 12.3.5 to 12.3.6. - [Release notes](https://github.com/okonet/lint-staged/releases) - [Commits](lint-staged/lint-staged@v12.3.5...v12.3.6) --- updated-dependencies: - dependency-name: lint-staged dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6546576 commit 79af206

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@types/semver-compare": "^1.0.1",
2121
"all-contributors-cli": "^6.20.0",
2222
"husky": "^7.0.4",
23-
"lint-staged": "^12.3.5",
23+
"lint-staged": "^12.3.6",
2424
"markdownlint-cli": "^0.31.1",
2525
"minimist": "^1.2.5",
2626
"prettier": "2.6.0",

yarn.lock

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -517,10 +517,10 @@ linkify-it@^3.0.1:
517517
dependencies:
518518
uc.micro "^1.0.1"
519519

520-
lint-staged@^12.3.5:
521-
version "12.3.5"
522-
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-12.3.5.tgz#8048ce048c3cac12f57200a06344a54dc91c8fa9"
523-
integrity sha512-oOH36RUs1It7b9U/C7Nl/a0sLfoIBcMB8ramiB3nuJ6brBqzsWiUAFSR5DQ3yyP/OR7XKMpijtgKl2DV1lQ3lA==
520+
lint-staged@^12.3.6:
521+
version "12.3.6"
522+
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-12.3.6.tgz#7b999ebe041c07f241537a17c49969027b4d26f0"
523+
integrity sha512-tVNyl/HsAnplKh4oaoRNzyZLm0PE/6VaBUXvd/gA9zhYCC/+ivZwiwpoT6jOxcLzuIOjP19wW+mfOi7/Bw4c1A==
524524
dependencies:
525525
cli-truncate "^3.1.0"
526526
colorette "^2.0.16"
@@ -532,6 +532,7 @@ lint-staged@^12.3.5:
532532
micromatch "^4.0.4"
533533
normalize-path "^3.0.0"
534534
object-inspect "^1.12.0"
535+
pidtree "^0.5.0"
535536
string-argv "^0.3.1"
536537
supports-color "^9.2.1"
537538
yaml "^1.10.2"
@@ -755,6 +756,11 @@ picomatch@^2.2.3:
755756
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.2.3.tgz#465547f359ccc206d3c48e46a1bcb89bf7ee619d"
756757
integrity sha512-KpELjfwcCDUb9PeigTs2mBJzXUPzAuP2oPcA989He8Rte0+YUAjw1JVedDhuTKPkHjSYzMN3npC9luThGYEKdg==
757758

759+
pidtree@^0.5.0:
760+
version "0.5.0"
761+
resolved "https://registry.yarnpkg.com/pidtree/-/pidtree-0.5.0.tgz#ad5fbc1de78b8a5f99d6fbdd4f6e4eee21d1aca1"
762+
integrity sha512-9nxspIM7OpZuhBxPg73Zvyq7j1QMPMPsGKTqRc2XOaFQauDvoNz9fM1Wdkjmeo7l9GXOZiRs97sPkuayl39wjA==
763+
758764
pify@^5.0.0:
759765
version "5.0.0"
760766
resolved "https://registry.yarnpkg.com/pify/-/pify-5.0.0.tgz#1f5eca3f5e87ebec28cc6d54a0e4aaf00acc127f"

0 commit comments

Comments
 (0)