Skip to content
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

chore(deps-dev): bump lint-staged from 15.0.2 to 15.1.0 #532

Merged
merged 1 commit into from
Nov 13, 2023
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"husky": "8.0.3",
"jest": "29.7.0",
"leasot": "13.3.0",
"lint-staged": "15.0.2",
"lint-staged": "15.1.0",
"mock-argv": "2.0.8",
"prettier": "3.0.3",
"semantic-release": "22.0.7",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2304,7 +2304,7 @@ __metadata:
husky: 8.0.3
jest: 29.7.0
leasot: 13.3.0
lint-staged: 15.0.2
lint-staged: 15.1.0
mock-argv: 2.0.8
prettier: 3.0.3
semantic-release: 22.0.7
Expand Down Expand Up @@ -5489,9 +5489,9 @@ __metadata:
languageName: node
linkType: hard

"lint-staged@npm:15.0.2":
version: 15.0.2
resolution: "lint-staged@npm:15.0.2"
"lint-staged@npm:15.1.0":
version: 15.1.0
resolution: "lint-staged@npm:15.1.0"
dependencies:
chalk: 5.3.0
commander: 11.1.0
Expand All @@ -5502,10 +5502,10 @@ __metadata:
micromatch: 4.0.5
pidtree: 0.6.0
string-argv: 0.3.2
yaml: 2.3.3
yaml: 2.3.4
bin:
lint-staged: bin/lint-staged.js
checksum: 437bc006a103eda779584b0beccef03732d1e79fe3c5d66004fee0ba641b2defe81ed8f7b4909fd1b4c59a7b7e2587d811dcc3a2e171f95573976af4294da9fc
checksum: e99bdedb32d20fa22c0d0798ecf014fd00ac9cce1158373d7caf47855c0b9b4c20d228417677a05ea81f6941f957ae9347dccb3846a48bc1fdd0cdeed2ccf0ef
languageName: node
linkType: hard

Expand Down Expand Up @@ -9066,10 +9066,10 @@ __metadata:
languageName: node
linkType: hard

"yaml@npm:2.3.3":
version: 2.3.3
resolution: "yaml@npm:2.3.3"
checksum: cdfd132e7e0259f948929efe8835923df05c013c273c02bb7a2de9b46ac3af53c2778a35b32c7c0f877cc355dc9340ed564018c0242bfbb1278c2a3e53a0e99e
"yaml@npm:2.3.4":
version: 2.3.4
resolution: "yaml@npm:2.3.4"
checksum: e6d1dae1c6383bcc8ba11796eef3b8c02d5082911c6723efeeb5ba50fc8e881df18d645e64de68e421b577296000bea9c75d6d9097c2f6699da3ae0406c030d8
languageName: node
linkType: hard

Expand Down
Loading