Skip to content

Commit 3de1830

Browse files
chore(deps): update dependency lint-staged to v11.2.6 (#715)
Co-authored-by: Renovate Bot <[email protected]>
1 parent e2fac79 commit 3de1830

File tree

2 files changed

+17
-12
lines changed

2 files changed

+17
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"husky": "7.0.4",
4747
"jest": "27.3.1",
4848
"json-schema-to-markdown": "1.1.1",
49-
"lint-staged": "11.2.5",
49+
"lint-staged": "11.2.6",
5050
"patch-package": "6.4.7",
5151
"prettier": "2.4.1",
5252
"rimraf": "3.0.2",

yarn.lock

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2919,6 +2919,17 @@ [email protected]:
29192919
path-type "^4.0.0"
29202920
yaml "^1.10.0"
29212921

2922+
cosmiconfig@^7.0.1:
2923+
version "7.0.1"
2924+
resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-7.0.1.tgz#714d756522cace867867ccb4474c5d01bbae5d6d"
2925+
integrity sha512-a1YWNUV2HwGimB7dU2s1wUMurNKjpx60HxBB6xUM8Re+2s1g1IIfJvFR0/iCF+XHdE0GMTKTuLR32UQff4TEyQ==
2926+
dependencies:
2927+
"@types/parse-json" "^4.0.0"
2928+
import-fresh "^3.2.1"
2929+
parse-json "^5.0.0"
2930+
path-type "^4.0.0"
2931+
yaml "^1.10.0"
2932+
29222933
create-require@^1.1.0:
29232934
version "1.1.1"
29242935
resolved "https://registry.yarnpkg.com/create-require/-/create-require-1.1.1.tgz#c1d7e8f1e5f6cfc9ff65f9cd352d37348756c333"
@@ -5026,29 +5037,23 @@ levn@~0.3.0:
50265037
prelude-ls "~1.1.2"
50275038
type-check "~0.3.2"
50285039

5029-
lilconfig@^2.0.3:
5030-
version "2.0.3"
5031-
resolved "https://registry.yarnpkg.com/lilconfig/-/lilconfig-2.0.3.tgz#68f3005e921dafbd2a2afb48379986aa6d2579fd"
5032-
integrity sha512-EHKqr/+ZvdKCifpNrJCKxBTgk5XupZA3y/aCPY9mxfgBzmgh93Mt/WqjjQ38oMxXuvDokaKiM3lAgvSH2sjtHg==
5033-
50345040
lines-and-columns@^1.1.6:
50355041
version "1.1.6"
50365042
resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.1.6.tgz#1c00c743b433cd0a4e80758f7b64a57440d9ff00"
50375043
integrity sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA=
50385044

5039-
5040-
version "11.2.5"
5041-
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-11.2.5.tgz#afa4c4740fbf874fab1531a846f14504e448e828"
5042-
integrity sha512-bD6FeKyRtMA3jXcNg/J0fuJmwDN8yaoTdqliFcEl8pFTHiP9NYwQCeZwBoZ8FEXx4lj/pli3oFehr86XYvMNEA==
5045+
5046+
version "11.2.6"
5047+
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-11.2.6.tgz#f477b1af0294db054e5937f171679df63baa4c43"
5048+
integrity sha512-Vti55pUnpvPE0J9936lKl0ngVeTdSZpEdTNhASbkaWX7J5R9OEifo1INBGQuGW4zmy6OG+TcWPJ3m5yuy5Q8Tg==
50435049
dependencies:
50445050
cli-truncate "2.1.0"
50455051
colorette "^1.4.0"
50465052
commander "^8.2.0"
5053+
cosmiconfig "^7.0.1"
50475054
debug "^4.3.2"
50485055
enquirer "^2.3.6"
50495056
execa "^5.1.1"
5050-
js-yaml "^4.1.0"
5051-
lilconfig "^2.0.3"
50525057
listr2 "^3.12.2"
50535058
micromatch "^4.0.4"
50545059
normalize-path "^3.0.0"

0 commit comments

Comments
 (0)