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

build(deps-dev): Bump lint-staged from 13.2.1 to 13.2.2 #117

Merged
merged 2 commits into from
Apr 26, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
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 @@ -140,7 +140,7 @@
"husky": "8.0.3",
"is-ci": "3.0.1",
"jsonc-eslint-parser": "2.2.0",
"lint-staged": "13.2.1",
"lint-staged": "13.2.2",
"memfs": "3.5.1",
"mri": "1.2.0",
"node-notifier": "10.0.1",
Expand Down
21 changes: 14 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1279,7 +1279,7 @@ __metadata:
husky: "npm:8.0.3"
is-ci: "npm:3.0.1"
jsonc-eslint-parser: "npm:2.2.0"
lint-staged: "npm:13.2.1"
lint-staged: "npm:13.2.2"
memfs: "npm:3.5.1"
mri: "npm:1.2.0"
node-notifier: "npm:10.0.1"
Expand Down Expand Up @@ -5881,9 +5881,9 @@ __metadata:
languageName: node
linkType: hard

"lint-staged@npm:13.2.1":
version: 13.2.1
resolution: "lint-staged@npm:13.2.1"
"lint-staged@npm:13.2.2":
version: 13.2.2
resolution: "lint-staged@npm:13.2.2"
dependencies:
chalk: "npm:5.2.0"
cli-truncate: "npm:^3.1.0"
Expand All @@ -5897,10 +5897,10 @@ __metadata:
object-inspect: "npm:^1.12.3"
pidtree: "npm:^0.6.0"
string-argv: "npm:^0.3.1"
yaml: "npm:^2.2.1"
yaml: "npm:^2.2.2"
bin:
lint-staged: bin/lint-staged.js
checksum: 973a3ef29dbe145a2b3c1a2c3b94d689e610d954a5d5c57c41d539f7dabe4634b4b15a3f1fae2a7a87608f3bea097b67fe2bc40d55c8bae25b03bfca35ade3c5
checksum: 3806845ef891482c8458868d7463e99165bf46891b45ccdd9a72124c69f6da98e18b931c38ae038f472659cabbf63351cc429d8090110d840f98290dd76b16b4
languageName: node
linkType: hard

Expand Down Expand Up @@ -9214,13 +9214,20 @@ __metadata:
languageName: node
linkType: hard

"yaml@npm:^2.0.0, yaml@npm:^2.2.1":
"yaml@npm:^2.0.0":
version: 2.2.1
resolution: "yaml@npm:2.2.1"
checksum: 6a9e540d14030184df84ea8b79adbfe5c40fad79d10cb9fef28625cd6cfcfa3f28e09eda1b9f0d6f2f8354878f71ed3e6bf972d8d787bea1e8c6bf468f2c9cca
languageName: node
linkType: hard

"yaml@npm:^2.2.2":
version: 2.2.2
resolution: "yaml@npm:2.2.2"
checksum: afa383e3cb2fcd195f99eab4942c08aaa6fbb87a2cced34a5bd0c850224d4b98684706a7564455aedf2dfce0accd7e45417d9f2942e01eba2cfb83f689b8ceff
languageName: node
linkType: hard

"yargs-parser@npm:^20.2.2, yargs-parser@npm:^20.2.3, yargs-parser@npm:^20.2.9":
version: 20.2.9
resolution: "yargs-parser@npm:20.2.9"
Expand Down
Loading