Skip to content

Commit 967dd13

Browse files
chore(deps): update dependency lint-staged to v12.1.1 (#792)
Co-authored-by: Renovate Bot <[email protected]>
1 parent f8e846d commit 967dd13

File tree

2 files changed

+14
-8
lines changed

2 files changed

+14
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"jest": "27.3.1",
4848
"jest-snapshot-serializer-raw": "1.2.0",
4949
"json-schema-to-markdown": "1.1.1",
50-
"lint-staged": "12.0.3",
50+
"lint-staged": "12.1.1",
5151
"patch-package": "6.4.7",
5252
"prettier": "2.4.1",
5353
"rimraf": "3.0.2",

yarn.lock

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2942,7 +2942,7 @@ [email protected]:
29422942
path-type "^4.0.0"
29432943
yaml "^1.7.2"
29442944

2945-
[email protected], cosmiconfig@^7.0.1:
2945+
29462946
version "7.0.1"
29472947
resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-7.0.1.tgz#714d756522cace867867ccb4474c5d01bbae5d6d"
29482948
integrity sha512-a1YWNUV2HwGimB7dU2s1wUMurNKjpx60HxBB6xUM8Re+2s1g1IIfJvFR0/iCF+XHdE0GMTKTuLR32UQff4TEyQ==
@@ -5095,29 +5095,35 @@ levn@~0.3.0:
50955095
prelude-ls "~1.1.2"
50965096
type-check "~0.3.2"
50975097

5098+
5099+
version "2.0.4"
5100+
resolved "https://registry.yarnpkg.com/lilconfig/-/lilconfig-2.0.4.tgz#f4507d043d7058b380b6a8f5cb7bcd4b34cee082"
5101+
integrity sha512-bfTIN7lEsiooCocSISTWXkiWJkRqtL9wYtYy+8EK3Y41qh3mpwPU0ycTOgjdY9ErwXCc8QyrQp82bdL0Xkm9yA==
5102+
50985103
lines-and-columns@^1.1.6:
50995104
version "1.1.6"
51005105
resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.1.6.tgz#1c00c743b433cd0a4e80758f7b64a57440d9ff00"
51015106
integrity sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA=
51025107

5103-
lint-staged@12.0.3:
5104-
version "12.0.3"
5105-
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-12.0.3.tgz#ad4fb2f857e08b5814abe9e9fbbbcceebfdd8484"
5106-
integrity sha512-/NwNQjrhqz+AjV+e0URbtphvpHNcNdR/W6p9GxO+qIg7cxCxy0uKYO0xORQhZamp1BPjIhRUWsjbLnwEIiPHgQ==
5108+
lint-staged@12.1.1:
5109+
version "12.1.1"
5110+
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-12.1.1.tgz#d50efc88a0108d0f82158b3477bdce049bebfba8"
5111+
integrity sha512-zOmteWgJwTfZXcj6vXSnjeDDI/fvkKI2KOqRdc84ZFc2ZMDKXEeiTITtaskE3HiNrHraFmYVBpnMSZHngLoogA==
51075112
dependencies:
51085113
cli-truncate "^3.1.0"
51095114
colorette "^2.0.16"
51105115
commander "^8.3.0"
5111-
cosmiconfig "^7.0.1"
51125116
debug "^4.3.2"
51135117
enquirer "^2.3.6"
51145118
execa "^5.1.1"
5119+
lilconfig "2.0.4"
51155120
listr2 "^3.13.3"
51165121
micromatch "^4.0.4"
51175122
normalize-path "^3.0.0"
51185123
object-inspect "^1.11.0"
51195124
string-argv "^0.3.1"
51205125
supports-color "^9.0.2"
5126+
yaml "^1.10.2"
51215127

51225128
listr2@^3.13.3:
51235129
version "3.13.3"
@@ -7052,7 +7058,7 @@ yallist@^4.0.0:
70527058
resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72"
70537059
integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==
70547060

7055-
yaml@^1.10.0, yaml@^1.7.2:
7061+
yaml@^1.10.0, yaml@^1.10.2, yaml@^1.7.2:
70567062
version "1.10.2"
70577063
resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.10.2.tgz#2301c5ffbf12b467de8da2333a459e29e7920e4b"
70587064
integrity sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==

0 commit comments

Comments
 (0)