Skip to content

chore(deps-dev): bump lint-staged from 16.0.0 to 16.1.2 #5715

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 18 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4723,13 +4723,20 @@ __metadata:
languageName: node
linkType: hard

"commander@npm:13.1.0, commander@npm:^13.1.0":
"commander@npm:13.1.0":
version: 13.1.0
resolution: "commander@npm:13.1.0"
checksum: 10c0/7b8c5544bba704fbe84b7cab2e043df8586d5c114a4c5b607f83ae5060708940ed0b5bd5838cf8ce27539cde265c1cbd59ce3c8c6b017ed3eec8943e3a415164
languageName: node
linkType: hard

"commander@npm:^14.0.0":
version: 14.0.0
resolution: "commander@npm:14.0.0"
checksum: 10c0/73c4babfa558077868d84522b11ef56834165d472b9e86a634cd4c3ae7fc72d59af6377d8878e06bd570fe8f3161eced3cbe383c38f7093272bb65bd242b595b
languageName: node
linkType: hard

"commander@npm:^2.20.0":
version: 2.20.3
resolution: "commander@npm:2.20.3"
Expand Down Expand Up @@ -4940,7 +4947,7 @@ __metadata:
languageName: node
linkType: hard

"debug@npm:4, debug@npm:4.4.0, debug@npm:^4.1.0, debug@npm:^4.1.1, debug@npm:^4.3.1, debug@npm:^4.3.2, debug@npm:^4.3.3, debug@npm:^4.3.4, debug@npm:^4.4.0":
"debug@npm:4, debug@npm:4.4.0, debug@npm:^4.1.0, debug@npm:^4.1.1, debug@npm:^4.3.1, debug@npm:^4.3.2, debug@npm:^4.3.3, debug@npm:^4.3.4":
version: 4.4.0
resolution: "debug@npm:4.4.0"
dependencies:
Expand Down Expand Up @@ -7853,22 +7860,22 @@ __metadata:
linkType: hard

"lint-staged@npm:^16.0.0":
version: 16.0.0
resolution: "lint-staged@npm:16.0.0"
version: 16.1.2
resolution: "lint-staged@npm:16.1.2"
dependencies:
chalk: "npm:^5.4.1"
commander: "npm:^13.1.0"
debug: "npm:^4.4.0"
commander: "npm:^14.0.0"
debug: "npm:^4.4.1"
lilconfig: "npm:^3.1.3"
listr2: "npm:^8.3.3"
micromatch: "npm:^4.0.8"
nano-spawn: "npm:^1.0.0"
nano-spawn: "npm:^1.0.2"
pidtree: "npm:^0.6.0"
string-argv: "npm:^0.3.2"
yaml: "npm:^2.7.1"
yaml: "npm:^2.8.0"
bin:
lint-staged: bin/lint-staged.js
checksum: 10c0/8778dbe7892bbf14e378d612d1649c1e3df38a8ddf14cf35962b6e8a962be72efb1ebb48a697e38366be97d25b8d2599cad3c26ac5afc0d0460452484e27924d
checksum: 10c0/2a299fc0d56e0a64ed0af8caf937e00eac47cb270df2917e2d4b939074eaa63ecd7f16d3b70b7e5e57bff75ffbbbf8aae5768dedf3dfd45e3ca1b9caaf7740cc
languageName: node
linkType: hard

Expand Down Expand Up @@ -8402,7 +8409,7 @@ __metadata:
languageName: node
linkType: hard

"nano-spawn@npm:^1.0.0":
"nano-spawn@npm:^1.0.2":
version: 1.0.2
resolution: "nano-spawn@npm:1.0.2"
checksum: 10c0/d8cec78f127a44aa5e38be01746b3d963a8dcf8b00b4a05bf259b5369af2225b8c7dc9d12517050b90234e5c3eeea4ece5d18a5f9c6c3462b56f9f595f07e632
Expand Down Expand Up @@ -11352,7 +11359,7 @@ __metadata:
languageName: node
linkType: hard

"yaml@npm:^2.7.1":
"yaml@npm:^2.8.0":
version: 2.8.0
resolution: "yaml@npm:2.8.0"
bin:
Expand Down
Loading