Skip to content

Commit 6bfe7eb

Browse files
chore(deps): update dependency lint-staged to v11.2.4 (#704)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 010f0e4 commit 6bfe7eb

File tree

2 files changed

+12
-17
lines changed

2 files changed

+12
-17
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.3",
49+
"lint-staged": "11.2.4",
5050
"patch-package": "6.4.7",
5151
"prettier": "2.4.1",
5252
"rimraf": "3.0.2",

yarn.lock

Lines changed: 11 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2919,17 +2919,6 @@ [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-
29332922
create-require@^1.1.0:
29342923
version "1.1.1"
29352924
resolved "https://registry.yarnpkg.com/create-require/-/create-require-1.1.1.tgz#c1d7e8f1e5f6cfc9ff65f9cd352d37348756c333"
@@ -5036,23 +5025,29 @@ levn@~0.3.0:
50365025
prelude-ls "~1.1.2"
50375026
type-check "~0.3.2"
50385027

5028+
lilconfig@^2.0.3:
5029+
version "2.0.3"
5030+
resolved "https://registry.yarnpkg.com/lilconfig/-/lilconfig-2.0.3.tgz#68f3005e921dafbd2a2afb48379986aa6d2579fd"
5031+
integrity sha512-EHKqr/+ZvdKCifpNrJCKxBTgk5XupZA3y/aCPY9mxfgBzmgh93Mt/WqjjQ38oMxXuvDokaKiM3lAgvSH2sjtHg==
5032+
50395033
lines-and-columns@^1.1.6:
50405034
version "1.1.6"
50415035
resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.1.6.tgz#1c00c743b433cd0a4e80758f7b64a57440d9ff00"
50425036
integrity sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA=
50435037

5044-
5045-
version "11.2.3"
5046-
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-11.2.3.tgz#fc3f4569cc4f46553309dfc1447b8aef69f744fb"
5047-
integrity sha512-Tfmhk8O2XFMD25EswHPv+OYhUjsijy5D7liTdxeXvhG2rsadmOLFtyj8lmlfoFFXY8oXWAIOKpoI+lJe1DB1mw==
5038+
5039+
version "11.2.4"
5040+
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-11.2.4.tgz#29bc84e0318e6e9d4a7a043513236d066e39ee1d"
5041+
integrity sha512-aTUqcPDSV05EyKlMT4N5h7tmnevKfAxI3xZkRb+DHfmcFaoCxfxVvpqlLMCVGy3EYle9JYER2nA5zc4eNTkZVQ==
50485042
dependencies:
50495043
cli-truncate "2.1.0"
50505044
colorette "^1.4.0"
50515045
commander "^8.2.0"
5052-
cosmiconfig "^7.0.1"
50535046
debug "^4.3.2"
50545047
enquirer "^2.3.6"
50555048
execa "^5.1.1"
5049+
js-yaml "^4.1.0"
5050+
lilconfig "^2.0.3"
50565051
listr2 "^3.12.2"
50575052
micromatch "^4.0.4"
50585053
normalize-path "^3.0.0"

0 commit comments

Comments
 (0)