Skip to content

Commit a8bc30f

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

File tree

2 files changed

+38
-27
lines changed

2 files changed

+38
-27
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"esdoc-standard-plugin": "1.0.0",
8383
"fixpack": "4.0.0",
8484
"husky": "7.0.4",
85-
"lint-staged": "12.1.2",
85+
"lint-staged": "12.1.3",
8686
"microbundle": "0.14.2",
8787
"np": "7.6.0",
8888
"pinst": "2.1.6",

yarn.lock

Lines changed: 37 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -3590,11 +3590,6 @@ clone@^1.0.2:
35903590
resolved "https://registry.yarnpkg.com/clone/-/clone-1.0.4.tgz#da309cc263df15994c688ca902179ca3c7cd7c7e"
35913591
integrity sha1-2jCcwmPfFZlMaIypAheco8fNfH4=
35923592

3593-
clone@^2.1.2:
3594-
version "2.1.2"
3595-
resolved "https://registry.yarnpkg.com/clone/-/clone-2.1.2.tgz#1b7f4b9f591f1e8f83670401600345a02887435f"
3596-
integrity sha1-G39Ln1kfHo+DZwQBYANFoCiHQ18=
3597-
35983593
coa@^2.0.2:
35993594
version "2.0.2"
36003595
resolved "https://registry.yarnpkg.com/coa/-/coa-2.0.2.tgz#43f6c21151b4ef2bf57187db0d73de229e3e7ec3"
@@ -4087,13 +4082,20 @@ debug@^3.2.7:
40874082
dependencies:
40884083
ms "^2.1.1"
40894084

4090-
debug@^4.0.1, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2:
4085+
debug@^4.0.1, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1:
40914086
version "4.3.2"
40924087
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.2.tgz#f0a49c18ac8779e31d4a0c6029dfb76873c7428b"
40934088
integrity sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw==
40944089
dependencies:
40954090
ms "2.1.2"
40964091

4092+
debug@^4.3.3:
4093+
version "4.3.3"
4094+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.3.tgz#04266e0b70a98d4462e6e288e38259213332b664"
4095+
integrity sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q==
4096+
dependencies:
4097+
ms "2.1.2"
4098+
40974099
decamelize-keys@^1.1.0:
40984100
version "1.1.0"
40994101
resolved "https://registry.yarnpkg.com/decamelize-keys/-/decamelize-keys-1.1.0.tgz#d171a87933252807eb3cb61dc1c1445d078df2d9"
@@ -4478,7 +4480,7 @@ enhanced-resolve@^0.9.1:
44784480
memory-fs "^0.2.0"
44794481
tapable "^0.1.8"
44804482

4481-
enquirer@^2.3.5, enquirer@^2.3.6:
4483+
enquirer@^2.3.5:
44824484
version "2.3.6"
44834485
resolved "https://registry.yarnpkg.com/enquirer/-/enquirer-2.3.6.tgz#2a7fe5dd634a1e4125a975ec994ff5456dc3734d"
44844486
integrity sha512-yjNnPr315/FjS4zIsUxYguYUPP2e1NK4d7E7ZOLiyYCcbFBiTMyID+2wvm2w6+pZ/odMA7cRkjhsPbltwBOrLg==
@@ -6897,24 +6899,23 @@ lines-and-columns@^1.1.6:
68976899
resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.1.6.tgz#1c00c743b433cd0a4e80758f7b64a57440d9ff00"
68986900
integrity sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA=
68996901

6900-
6901-
version "12.1.2"
6902-
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-12.1.2.tgz#90c571927e1371fc133e720671dd7989eab53f74"
6903-
integrity sha512-bSMcQVqMW98HLLLR2c2tZ+vnDCnx4fd+0QJBQgN/4XkdspGRPc8DGp7UuOEBe1ApCfJ+wXXumYnJmU+wDo7j9A==
6902+
6903+
version "12.1.3"
6904+
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-12.1.3.tgz#a16e885c0a5e77de9cf559724d29a10348670e68"
6905+
integrity sha512-ajapdkaFxx+MVhvq6xQRg9zCnCLz49iQLJZP7+w8XaA3U4B35Z9xJJGq9vxmWo73QTvJLG+N2NxhjWiSexbAWQ==
69046906
dependencies:
69056907
cli-truncate "^3.1.0"
69066908
colorette "^2.0.16"
69076909
commander "^8.3.0"
6908-
debug "^4.3.2"
6909-
enquirer "^2.3.6"
6910+
debug "^4.3.3"
69106911
execa "^5.1.1"
69116912
lilconfig "2.0.4"
6912-
listr2 "^3.13.3"
6913+
listr2 "^3.13.5"
69136914
micromatch "^4.0.4"
69146915
normalize-path "^3.0.0"
6915-
object-inspect "^1.11.0"
6916+
object-inspect "^1.11.1"
69166917
string-argv "^0.3.1"
6917-
supports-color "^9.0.2"
6918+
supports-color "^9.2.1"
69186919
yaml "^1.10.2"
69196920

69206921
listr-input@^0.2.1:
@@ -6956,16 +6957,16 @@ listr-verbose-renderer@^0.5.0:
69566957
date-fns "^1.27.2"
69576958
figures "^2.0.0"
69586959

6959-
listr2@^3.13.3:
6960-
version "3.13.3"
6961-
resolved "https://registry.yarnpkg.com/listr2/-/listr2-3.13.3.tgz#d8f6095c9371b382c9b1c2bc33c5941d8e177f11"
6962-
integrity sha512-VqAgN+XVfyaEjSaFewGPcDs5/3hBbWVaX1VgWv2f52MF7US45JuARlArULctiB44IIcEk3JF7GtoFCLqEdeuPA==
6960+
listr2@^3.13.5:
6961+
version "3.13.5"
6962+
resolved "https://registry.yarnpkg.com/listr2/-/listr2-3.13.5.tgz#105a813f2eb2329c4aae27373a281d610ee4985f"
6963+
integrity sha512-3n8heFQDSk+NcwBn3CgxEibZGaRzx+pC64n3YjpMD1qguV4nWus3Al+Oo3KooqFKTQEJ1v7MmnbnyyNspgx3NA==
69636964
dependencies:
69646965
cli-truncate "^2.1.0"
6965-
clone "^2.1.2"
69666966
colorette "^2.0.16"
69676967
log-update "^4.0.0"
69686968
p-map "^4.0.0"
6969+
rfdc "^1.3.0"
69696970
rxjs "^7.4.0"
69706971
through "^2.3.8"
69716972
wrap-ansi "^7.0.0"
@@ -7773,11 +7774,16 @@ object-copy@^0.1.0:
77737774
define-property "^0.2.5"
77747775
kind-of "^3.0.3"
77757776

7776-
object-inspect@^1.10.3, object-inspect@^1.11.0:
7777+
object-inspect@^1.10.3:
77777778
version "1.11.0"
77787779
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.11.0.tgz#9dceb146cedd4148a0d9e51ab88d34cf509922b1"
77797780
integrity sha512-jp7ikS6Sd3GxQfZJPyH3cjcbJF6GZPClgdV+EFygjFLQ5FmW/dRUnTd9PQ9k0JhoNDabWFbpF1yCdSWCC6gexg==
77807781

7782+
object-inspect@^1.11.1:
7783+
version "1.12.0"
7784+
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.12.0.tgz#6e2c120e868fd1fd18cb4f18c31741d0d6e776f0"
7785+
integrity sha512-Ho2z80bVIvJloH+YzRmpZVQe87+qASmBUKZDWgx9cu+KDrX2ZDH/3tMy+gXbZETVGs2M8YdxObOh7XAtim9Y0g==
7786+
77817787
object-is@^1.0.1:
77827788
version "1.1.5"
77837789
resolved "https://registry.yarnpkg.com/object-is/-/object-is-1.1.5.tgz#b9deeaa5fc7f1846a0faecdceec138e5778f53ac"
@@ -9155,6 +9161,11 @@ reusify@^1.0.4:
91559161
resolved "https://registry.yarnpkg.com/reusify/-/reusify-1.0.4.tgz#90da382b1e126efc02146e90845a88db12925d76"
91569162
integrity sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==
91579163

9164+
rfdc@^1.3.0:
9165+
version "1.3.0"
9166+
resolved "https://registry.yarnpkg.com/rfdc/-/rfdc-1.3.0.tgz#d0b7c441ab2720d05dc4cf26e01c89631d9da08b"
9167+
integrity sha512-V2hovdzFbOi77/WajaSMXk2OLm+xNIeQdMMuB7icj7bk6zi2F8GGAxigcnDFpJHbNyNcgyJDiP+8nOrY5cZGrA==
9168+
91589169
rgb-regex@^1.0.1:
91599170
version "1.0.1"
91609171
resolved "https://registry.yarnpkg.com/rgb-regex/-/rgb-regex-1.0.1.tgz#c0e0d6882df0e23be254a475e8edd41915feaeb1"
@@ -9814,10 +9825,10 @@ supports-color@^7.0.0, supports-color@^7.1.0:
98149825
dependencies:
98159826
has-flag "^4.0.0"
98169827

9817-
supports-color@^9.0.2:
9818-
version "9.1.0"
9819-
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-9.1.0.tgz#558963681dafeff41ed68220488cbf438d29f351"
9820-
integrity sha512-lOCGOTmBSN54zKAoPWhHkjoqVQ0MqgzPE5iirtoSixhr0ZieR/6l7WZ32V53cvy9+1qghFnIk7k52p991lKd6g==
9828+
supports-color@^9.2.1:
9829+
version "9.2.1"
9830+
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-9.2.1.tgz#599dc9d45acf74c6176e0d880bab1d7d718fe891"
9831+
integrity sha512-Obv7ycoCTG51N7y175StI9BlAXrmgZrFhZOb0/PyjHBher/NmsdBgbbQ1Inhq+gIhz6+7Gb+jWF2Vqi7Mf1xnQ==
98219832

98229833
supports-hyperlinks@^2.0.0:
98239834
version "2.2.0"

0 commit comments

Comments
 (0)