Skip to content

Commit c3aef6f

Browse files
chore: update dependency lint-staged to v12.1.1 (#2881)
Co-authored-by: Renovate Bot <[email protected]>
1 parent f33ba87 commit c3aef6f

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
"husky": "^7.0.0",
9999
"jest": "27.3.1",
100100
"lerna": "^4.0.0",
101-
"lint-staged": "12.0.3",
101+
"lint-staged": "12.1.1",
102102
"prettier": "^2.0.5",
103103
"ts-jest": "^27.0.5",
104104
"typescript": "^4.4.3"

Diff for: yarn.lock

+16-16
Original file line numberDiff line numberDiff line change
@@ -4163,17 +4163,6 @@ cosmiconfig@^7.0.0:
41634163
path-type "^4.0.0"
41644164
yaml "^1.10.0"
41654165

4166-
cosmiconfig@^7.0.1:
4167-
version "7.0.1"
4168-
resolved "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.0.1.tgz#714d756522cace867867ccb4474c5d01bbae5d6d"
4169-
integrity sha512-a1YWNUV2HwGimB7dU2s1wUMurNKjpx60HxBB6xUM8Re+2s1g1IIfJvFR0/iCF+XHdE0GMTKTuLR32UQff4TEyQ==
4170-
dependencies:
4171-
"@types/parse-json" "^4.0.0"
4172-
import-fresh "^3.2.1"
4173-
parse-json "^5.0.0"
4174-
path-type "^4.0.0"
4175-
yaml "^1.10.0"
4176-
41774166
cp-file@^7.0.0:
41784167
version "7.0.0"
41794168
resolved "https://registry.npmjs.org/cp-file/-/cp-file-7.0.0.tgz#b9454cfd07fe3b974ab9ea0e5f29655791a9b8cd"
@@ -7242,29 +7231,35 @@ libnpmpublish@^4.0.0:
72427231
semver "^7.1.3"
72437232
ssri "^8.0.0"
72447233

7234+
7235+
version "2.0.4"
7236+
resolved "https://registry.npmjs.org/lilconfig/-/lilconfig-2.0.4.tgz#f4507d043d7058b380b6a8f5cb7bcd4b34cee082"
7237+
integrity sha512-bfTIN7lEsiooCocSISTWXkiWJkRqtL9wYtYy+8EK3Y41qh3mpwPU0ycTOgjdY9ErwXCc8QyrQp82bdL0Xkm9yA==
7238+
72457239
lines-and-columns@^1.1.6:
72467240
version "1.1.6"
72477241
resolved "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.1.6.tgz#1c00c743b433cd0a4e80758f7b64a57440d9ff00"
72487242
integrity sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA=
72497243

7250-
lint-staged@12.0.3:
7251-
version "12.0.3"
7252-
resolved "https://registry.npmjs.org/lint-staged/-/lint-staged-12.0.3.tgz#ad4fb2f857e08b5814abe9e9fbbbcceebfdd8484"
7253-
integrity sha512-/NwNQjrhqz+AjV+e0URbtphvpHNcNdR/W6p9GxO+qIg7cxCxy0uKYO0xORQhZamp1BPjIhRUWsjbLnwEIiPHgQ==
7244+
lint-staged@12.1.1:
7245+
version "12.1.1"
7246+
resolved "https://registry.npmjs.org/lint-staged/-/lint-staged-12.1.1.tgz#d50efc88a0108d0f82158b3477bdce049bebfba8"
7247+
integrity sha512-zOmteWgJwTfZXcj6vXSnjeDDI/fvkKI2KOqRdc84ZFc2ZMDKXEeiTITtaskE3HiNrHraFmYVBpnMSZHngLoogA==
72547248
dependencies:
72557249
cli-truncate "^3.1.0"
72567250
colorette "^2.0.16"
72577251
commander "^8.3.0"
7258-
cosmiconfig "^7.0.1"
72597252
debug "^4.3.2"
72607253
enquirer "^2.3.6"
72617254
execa "^5.1.1"
7255+
lilconfig "2.0.4"
72627256
listr2 "^3.13.3"
72637257
micromatch "^4.0.4"
72647258
normalize-path "^3.0.0"
72657259
object-inspect "^1.11.0"
72667260
string-argv "^0.3.1"
72677261
supports-color "^9.0.2"
7262+
yaml "^1.10.2"
72687263

72697264
listr2@^3.13.3:
72707265
version "3.13.3"
@@ -10893,6 +10888,11 @@ yaml@^1.10.0:
1089310888
resolved "https://registry.npmjs.org/yaml/-/yaml-1.10.0.tgz#3b593add944876077d4d683fee01081bd9fff31e"
1089410889
integrity sha512-yr2icI4glYaNG+KWONODapy2/jDdMSDnrONSjblABjD9B4Z5LgiircSt8m8sRZFNi08kG9Sm0uSHtEmP3zaEGg==
1089510890

10891+
yaml@^1.10.2:
10892+
version "1.10.2"
10893+
resolved "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz#2301c5ffbf12b467de8da2333a459e29e7920e4b"
10894+
integrity sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==
10895+
1089610896
yargonaut@^1.1.2:
1089710897
version "1.1.4"
1089810898
resolved "https://registry.npmjs.org/yargonaut/-/yargonaut-1.1.4.tgz#c64f56432c7465271221f53f5cc517890c3d6e0c"

0 commit comments

Comments
 (0)