Skip to content

Commit 122877a

Browse files
renovate-botrenovate[bot]
authored andcommitted
⬆️ deps: Upgrade dependency lint-staged to v12.1.3
1 parent 65b7fe5 commit 122877a

File tree

2 files changed

+37
-26
lines changed

2 files changed

+37
-26
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"esdoc-standard-plugin": "1.0.0",
8585
"fixpack": "4.0.0",
8686
"husky": "7.0.4",
87-
"lint-staged": "12.1.2",
87+
"lint-staged": "12.1.3",
8888
"microbundle": "0.14.2",
8989
"np": "7.6.0",
9090
"pinst": "2.1.6",

yarn.lock

Lines changed: 36 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -3529,11 +3529,6 @@ clone@^1.0.2:
35293529
resolved "https://registry.yarnpkg.com/clone/-/clone-1.0.4.tgz#da309cc263df15994c688ca902179ca3c7cd7c7e"
35303530
integrity sha1-2jCcwmPfFZlMaIypAheco8fNfH4=
35313531

3532-
clone@^2.1.2:
3533-
version "2.1.2"
3534-
resolved "https://registry.yarnpkg.com/clone/-/clone-2.1.2.tgz#1b7f4b9f591f1e8f83670401600345a02887435f"
3535-
integrity sha1-G39Ln1kfHo+DZwQBYANFoCiHQ18=
3536-
35373532
coa@^2.0.2:
35383533
version "2.0.2"
35393534
resolved "https://registry.yarnpkg.com/coa/-/coa-2.0.2.tgz#43f6c21151b4ef2bf57187db0d73de229e3e7ec3"
@@ -4026,13 +4021,20 @@ debug@^3.2.7:
40264021
dependencies:
40274022
ms "^2.1.1"
40284023

4029-
debug@^4.0.1, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2:
4024+
debug@^4.0.1, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1:
40304025
version "4.3.2"
40314026
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.2.tgz#f0a49c18ac8779e31d4a0c6029dfb76873c7428b"
40324027
integrity sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw==
40334028
dependencies:
40344029
ms "2.1.2"
40354030

4031+
debug@^4.3.3:
4032+
version "4.3.3"
4033+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.3.tgz#04266e0b70a98d4462e6e288e38259213332b664"
4034+
integrity sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q==
4035+
dependencies:
4036+
ms "2.1.2"
4037+
40364038
decamelize-keys@^1.1.0:
40374039
version "1.1.0"
40384040
resolved "https://registry.yarnpkg.com/decamelize-keys/-/decamelize-keys-1.1.0.tgz#d171a87933252807eb3cb61dc1c1445d078df2d9"
@@ -4417,7 +4419,7 @@ enhanced-resolve@^0.9.1:
44174419
memory-fs "^0.2.0"
44184420
tapable "^0.1.8"
44194421

4420-
enquirer@^2.3.5, enquirer@^2.3.6:
4422+
enquirer@^2.3.5:
44214423
version "2.3.6"
44224424
resolved "https://registry.yarnpkg.com/enquirer/-/enquirer-2.3.6.tgz#2a7fe5dd634a1e4125a975ec994ff5456dc3734d"
44234425
integrity sha512-yjNnPr315/FjS4zIsUxYguYUPP2e1NK4d7E7ZOLiyYCcbFBiTMyID+2wvm2w6+pZ/odMA7cRkjhsPbltwBOrLg==
@@ -6846,24 +6848,23 @@ lines-and-columns@^1.1.6:
68466848
resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.1.6.tgz#1c00c743b433cd0a4e80758f7b64a57440d9ff00"
68476849
integrity sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA=
68486850

6849-
6850-
version "12.1.2"
6851-
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-12.1.2.tgz#90c571927e1371fc133e720671dd7989eab53f74"
6852-
integrity sha512-bSMcQVqMW98HLLLR2c2tZ+vnDCnx4fd+0QJBQgN/4XkdspGRPc8DGp7UuOEBe1ApCfJ+wXXumYnJmU+wDo7j9A==
6851+
6852+
version "12.1.3"
6853+
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-12.1.3.tgz#a16e885c0a5e77de9cf559724d29a10348670e68"
6854+
integrity sha512-ajapdkaFxx+MVhvq6xQRg9zCnCLz49iQLJZP7+w8XaA3U4B35Z9xJJGq9vxmWo73QTvJLG+N2NxhjWiSexbAWQ==
68536855
dependencies:
68546856
cli-truncate "^3.1.0"
68556857
colorette "^2.0.16"
68566858
commander "^8.3.0"
6857-
debug "^4.3.2"
6858-
enquirer "^2.3.6"
6859+
debug "^4.3.3"
68596860
execa "^5.1.1"
68606861
lilconfig "2.0.4"
6861-
listr2 "^3.13.3"
6862+
listr2 "^3.13.5"
68626863
micromatch "^4.0.4"
68636864
normalize-path "^3.0.0"
6864-
object-inspect "^1.11.0"
6865+
object-inspect "^1.11.1"
68656866
string-argv "^0.3.1"
6866-
supports-color "^9.0.2"
6867+
supports-color "^9.2.1"
68676868
yaml "^1.10.2"
68686869

68696870
listr-input@^0.2.1:
@@ -6905,16 +6906,16 @@ listr-verbose-renderer@^0.5.0:
69056906
date-fns "^1.27.2"
69066907
figures "^2.0.0"
69076908

6908-
listr2@^3.13.3:
6909-
version "3.13.3"
6910-
resolved "https://registry.yarnpkg.com/listr2/-/listr2-3.13.3.tgz#d8f6095c9371b382c9b1c2bc33c5941d8e177f11"
6911-
integrity sha512-VqAgN+XVfyaEjSaFewGPcDs5/3hBbWVaX1VgWv2f52MF7US45JuARlArULctiB44IIcEk3JF7GtoFCLqEdeuPA==
6909+
listr2@^3.13.5:
6910+
version "3.13.5"
6911+
resolved "https://registry.yarnpkg.com/listr2/-/listr2-3.13.5.tgz#105a813f2eb2329c4aae27373a281d610ee4985f"
6912+
integrity sha512-3n8heFQDSk+NcwBn3CgxEibZGaRzx+pC64n3YjpMD1qguV4nWus3Al+Oo3KooqFKTQEJ1v7MmnbnyyNspgx3NA==
69126913
dependencies:
69136914
cli-truncate "^2.1.0"
6914-
clone "^2.1.2"
69156915
colorette "^2.0.16"
69166916
log-update "^4.0.0"
69176917
p-map "^4.0.0"
6918+
rfdc "^1.3.0"
69186919
rxjs "^7.4.0"
69196920
through "^2.3.8"
69206921
wrap-ansi "^7.0.0"
@@ -7727,6 +7728,11 @@ object-inspect@^1.11.0, object-inspect@^1.9.0:
77277728
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.11.0.tgz#9dceb146cedd4148a0d9e51ab88d34cf509922b1"
77287729
integrity sha512-jp7ikS6Sd3GxQfZJPyH3cjcbJF6GZPClgdV+EFygjFLQ5FmW/dRUnTd9PQ9k0JhoNDabWFbpF1yCdSWCC6gexg==
77297730

7731+
object-inspect@^1.11.1:
7732+
version "1.12.0"
7733+
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.12.0.tgz#6e2c120e868fd1fd18cb4f18c31741d0d6e776f0"
7734+
integrity sha512-Ho2z80bVIvJloH+YzRmpZVQe87+qASmBUKZDWgx9cu+KDrX2ZDH/3tMy+gXbZETVGs2M8YdxObOh7XAtim9Y0g==
7735+
77307736
object-is@^1.0.1:
77317737
version "1.1.5"
77327738
resolved "https://registry.yarnpkg.com/object-is/-/object-is-1.1.5.tgz#b9deeaa5fc7f1846a0faecdceec138e5778f53ac"
@@ -9104,6 +9110,11 @@ reusify@^1.0.4:
91049110
resolved "https://registry.yarnpkg.com/reusify/-/reusify-1.0.4.tgz#90da382b1e126efc02146e90845a88db12925d76"
91059111
integrity sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==
91069112

9113+
rfdc@^1.3.0:
9114+
version "1.3.0"
9115+
resolved "https://registry.yarnpkg.com/rfdc/-/rfdc-1.3.0.tgz#d0b7c441ab2720d05dc4cf26e01c89631d9da08b"
9116+
integrity sha512-V2hovdzFbOi77/WajaSMXk2OLm+xNIeQdMMuB7icj7bk6zi2F8GGAxigcnDFpJHbNyNcgyJDiP+8nOrY5cZGrA==
9117+
91079118
rgb-regex@^1.0.1:
91089119
version "1.0.1"
91099120
resolved "https://registry.yarnpkg.com/rgb-regex/-/rgb-regex-1.0.1.tgz#c0e0d6882df0e23be254a475e8edd41915feaeb1"
@@ -9772,10 +9783,10 @@ supports-color@^7.0.0, supports-color@^7.1.0:
97729783
dependencies:
97739784
has-flag "^4.0.0"
97749785

9775-
supports-color@^9.0.2:
9776-
version "9.1.0"
9777-
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-9.1.0.tgz#558963681dafeff41ed68220488cbf438d29f351"
9778-
integrity sha512-lOCGOTmBSN54zKAoPWhHkjoqVQ0MqgzPE5iirtoSixhr0ZieR/6l7WZ32V53cvy9+1qghFnIk7k52p991lKd6g==
9786+
supports-color@^9.2.1:
9787+
version "9.2.1"
9788+
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-9.2.1.tgz#599dc9d45acf74c6176e0d880bab1d7d718fe891"
9789+
integrity sha512-Obv7ycoCTG51N7y175StI9BlAXrmgZrFhZOb0/PyjHBher/NmsdBgbbQ1Inhq+gIhz6+7Gb+jWF2Vqi7Mf1xnQ==
97799790

97809791
supports-hyperlinks@^2.0.0:
97819792
version "2.2.0"

0 commit comments

Comments
 (0)