Skip to content

Commit 50aa8b8

Browse files
chore: bump lint-staged from 13.2.1 to 13.2.2 (coder#1263)
Bumps [lint-staged](https://github.com/okonet/lint-staged) from 13.2.1 to 13.2.2. - [Release notes](https://github.com/okonet/lint-staged/releases) - [Commits](lint-staged/lint-staged@v13.2.1...v13.2.2) --- 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 a555f7b commit 50aa8b8

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"husky": "^8.0.3",
2323
"lint-staged": "^13.0.3",
2424
"markdownlint-cli": "^0.33.0",
25-
"lint-staged": "^13.2.1",
25+
"lint-staged": "^13.2.2",
2626
"markdownlint-cli": "^0.33.0",
2727
"minimist": "^1.2.8",
2828
"prettier": "2.8.8",

yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -528,10 +528,10 @@ linkify-it@^4.0.1:
528528
dependencies:
529529
uc.micro "^1.0.1"
530530

531-
lint-staged@^13.2.1:
532-
version "13.2.1"
533-
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-13.2.1.tgz#9d30a14e3e42897ef417bc98556fb757f75cae87"
534-
integrity sha512-8gfzinVXoPfga5Dz/ZOn8I2GOhf81Wvs+KwbEXQn/oWZAvCVS2PivrXfVbFJc93zD16uC0neS47RXHIjXKYZQw==
531+
lint-staged@^13.2.2:
532+
version "13.2.2"
533+
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-13.2.2.tgz#5e711d3139c234f73402177be2f8dd312e6508ca"
534+
integrity sha512-71gSwXKy649VrSU09s10uAT0rWCcY3aewhMaHyl2N84oBk4Xs9HgxvUp3AYu+bNsK4NrOYYxvSgg7FyGJ+jGcA==
535535
dependencies:
536536
chalk "5.2.0"
537537
cli-truncate "^3.1.0"
@@ -545,7 +545,7 @@ lint-staged@^13.2.1:
545545
object-inspect "^1.12.3"
546546
pidtree "^0.6.0"
547547
string-argv "^0.3.1"
548-
yaml "^2.2.1"
548+
yaml "^2.2.2"
549549

550550
listr2@^5.0.7:
551551
version "5.0.8"
@@ -1100,10 +1100,10 @@ y18n@^4.0.0:
11001100
resolved "https://registry.yarnpkg.com/y18n/-/y18n-4.0.1.tgz#8db2b83c31c5d75099bb890b23f3094891e247d4"
11011101
integrity sha512-wNcy4NvjMYL8gogWWYAO7ZFWFfHcbdbE57tZO8e4cbpj8tfUcwrwqSl3ad8HxpYWCdXcJUCeKKZS62Av1affwQ==
11021102

1103-
yaml@^2.2.1:
1104-
version "2.2.1"
1105-
resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.2.1.tgz#3014bf0482dcd15147aa8e56109ce8632cd60ce4"
1106-
integrity sha512-e0WHiYql7+9wr4cWMx3TVQrNwejKaEe7/rHNmQmqRjazfOP5W8PB6Jpebb5o6fIapbz9o9+2ipcaTM2ZwDI6lw==
1103+
yaml@^2.2.2:
1104+
version "2.2.2"
1105+
resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.2.2.tgz#ec551ef37326e6d42872dad1970300f8eb83a073"
1106+
integrity sha512-CBKFWExMn46Foo4cldiChEzn7S7SRV+wqiluAb6xmueD/fGyRHIhX8m14vVGgeFWjN540nKCNVj6P21eQjgTuA==
11071107

11081108
yargs-parser@^18.1.2:
11091109
version "18.1.3"

0 commit comments

Comments
 (0)