@@ -3732,6 +3732,13 @@ debug@^3.1.1, debug@^3.2.6:
3732
3732
dependencies :
3733
3733
ms "^2.1.1"
3734
3734
3735
+ debug@^4.3.4 :
3736
+ version "4.3.4"
3737
+ resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865"
3738
+ integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==
3739
+ dependencies :
3740
+ ms "2.1.2"
3741
+
3735
3742
debug@~3.1.0 :
3736
3743
version "3.1.0"
3737
3744
resolved "https://registry.yarnpkg.com/debug/-/debug-3.1.0.tgz#5bb5a0672628b64149566ba16819e61518c67261"
@@ -4316,15 +4323,18 @@ eslint-plugin-vue@^5.1.0:
4316
4323
dependencies :
4317
4324
vue-eslint-parser "^5.0.0"
4318
4325
4319
- eslint-plugin-vue@^8 .0.0 :
4320
- version "8.1.1 "
4321
- resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-8.1.1 .tgz#8bb0a40520880cdd076b4a6faf8bc29110997a8c "
4322
- integrity sha512-rx64IrlhdfPya6u2V5ukOGiLCTgaCBdMSpczLVqyo8A0l+Vbo+lzvIfEUfAQ2auj+MF6y0TwxLorzdCIzHunnw ==
4326
+ eslint-plugin-vue@^9 .0.0 :
4327
+ version "9.0.0 "
4328
+ resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-9.0.0 .tgz#9251cc82e4a273734c05861f9762fa8f04a92689 "
4329
+ integrity sha512-UD1uQp8bzMi1b0/YS1ErmZY2/zJ7YVcVp40KniccN+yka0Agji/5X3SJ/gmrjFYXpEaXRebxa49uegZ4NamFHg ==
4323
4330
dependencies :
4324
4331
eslint-utils "^3.0.0"
4325
4332
natural-compare "^1.4.0"
4333
+ nth-check "^2.0.1"
4334
+ postcss-selector-parser "^6.0.9"
4326
4335
semver "^7.3.5"
4327
- vue-eslint-parser "^8.0.1"
4336
+ vue-eslint-parser "^9.0.1"
4337
+ xml-name-validator "^4.0.0"
4328
4338
4329
4339
eslint-scope@^4.0.0, eslint-scope@^4.0.3 :
4330
4340
version "4.0.3"
@@ -4350,6 +4360,14 @@ eslint-scope@^6.0.0:
4350
4360
esrecurse "^4.3.0"
4351
4361
estraverse "^5.2.0"
4352
4362
4363
+ eslint-scope@^7.1.1 :
4364
+ version "7.1.1"
4365
+ resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-7.1.1.tgz#fff34894c2f65e5226d3041ac480b4513a163642"
4366
+ integrity sha512-QKQM/UXpIiHcLqJ5AOyIW7XZmzjkzQXYE54n1++wb0u9V/abW3l9uQnxX8Z5Xd18xyKIMTUAyQ0k1e8pz6LUrw==
4367
+ dependencies :
4368
+ esrecurse "^4.3.0"
4369
+ estraverse "^5.2.0"
4370
+
4353
4371
eslint-utils@^2.1.0 :
4354
4372
version "2.1.0"
4355
4373
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-2.1.0.tgz#d2de5e03424e707dc10c74068ddedae708741b27"
@@ -7563,7 +7581,7 @@ nth-check@^1.0.2:
7563
7581
dependencies :
7564
7582
boolbase "~1.0.0"
7565
7583
7566
- nth-check@^2.0.0 :
7584
+ nth-check@^2.0.0, nth-check@^2.0.1 :
7567
7585
version "2.0.1"
7568
7586
resolved "https://registry.yarnpkg.com/nth-check/-/nth-check-2.0.1.tgz#2efe162f5c3da06a28959fbd3db75dbeea9f0fc2"
7569
7587
integrity sha512-it1vE95zF6dTT9lBsYbxvqh0Soy4SPowchj0UBGj/V6cTPnXXtQOPUbhZ6CmGzAD/rW22LQK6E96pcdJXk4A4w==
@@ -8478,6 +8496,14 @@ postcss-selector-parser@^6.0.0, postcss-selector-parser@^6.0.2:
8478
8496
cssesc "^3.0.0"
8479
8497
util-deprecate "^1.0.2"
8480
8498
8499
+ postcss-selector-parser@^6.0.9 :
8500
+ version "6.0.10"
8501
+ resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-6.0.10.tgz#79b61e2c0d1bfc2602d549e11d0876256f8df88d"
8502
+ integrity sha512-IQ7TZdoaqbT+LCpShg46jnZVlhWD2w6iQYAcYXfHARZ7X1t/UGhhceQDs5X0cGqKvYlHNOuv7Oa1xmb0oQuA3w==
8503
+ dependencies :
8504
+ cssesc "^3.0.0"
8505
+ util-deprecate "^1.0.2"
8506
+
8481
8507
postcss-svgo@^4.0.3 :
8482
8508
version "4.0.3"
8483
8509
resolved "https://registry.yarnpkg.com/postcss-svgo/-/postcss-svgo-4.0.3.tgz#343a2cdbac9505d416243d496f724f38894c941e"
@@ -9235,6 +9261,13 @@ semver@^7.2.1, semver@^7.3.4, semver@^7.3.5:
9235
9261
dependencies :
9236
9262
lru-cache "^6.0.0"
9237
9263
9264
+ semver@^7.3.6 :
9265
+ version "7.3.7"
9266
+ resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.7.tgz#12c5b649afdbf9049707796e22a4028814ce523f"
9267
+ integrity sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==
9268
+ dependencies :
9269
+ lru-cache "^6.0.0"
9270
+
9238
9271
send@0.17.1 :
9239
9272
version "0.17.1"
9240
9273
resolved "https://registry.yarnpkg.com/send/-/send-0.17.1.tgz#c1d8b059f7900f7466dd4938bdc44e11ddb376c8"
@@ -10666,7 +10699,7 @@ vue-eslint-parser@^5.0.0:
10666
10699
esquery "^1.0.1"
10667
10700
lodash "^4.17.11"
10668
10701
10669
- vue-eslint-parser@^8.0.0, vue-eslint-parser@^8.0.1 :
10702
+ vue-eslint-parser@^8.0.0 :
10670
10703
version "8.0.1"
10671
10704
resolved "https://registry.yarnpkg.com/vue-eslint-parser/-/vue-eslint-parser-8.0.1.tgz#25e08b20a414551531f3e19f999902e1ecf45f13"
10672
10705
integrity sha512-lhWjDXJhe3UZw2uu3ztX51SJAPGPey1Tff2RK3TyZURwbuI4vximQLzz4nQfCv8CZq4xx7uIiogHMMoSJPr33A==
@@ -10679,6 +10712,19 @@ vue-eslint-parser@^8.0.0, vue-eslint-parser@^8.0.1:
10679
10712
lodash "^4.17.21"
10680
10713
semver "^7.3.5"
10681
10714
10715
+ vue-eslint-parser@^9.0.1 :
10716
+ version "9.0.2"
10717
+ resolved "https://registry.yarnpkg.com/vue-eslint-parser/-/vue-eslint-parser-9.0.2.tgz#d2535516f3f55adb387939427fe741065eb7948a"
10718
+ integrity sha512-uCPQwTGjOtAYrwnU+76pYxalhjsh7iFBsHwBqDHiOPTxtICDaraO4Szw54WFTNZTAEsgHHzqFOu1mmnBOBRzDA==
10719
+ dependencies :
10720
+ debug "^4.3.4"
10721
+ eslint-scope "^7.1.1"
10722
+ eslint-visitor-keys "^3.3.0"
10723
+ espree "^9.3.1"
10724
+ esquery "^1.4.0"
10725
+ lodash "^4.17.21"
10726
+ semver "^7.3.6"
10727
+
10682
10728
vue-github-button@^1.2.0 :
10683
10729
version "1.3.0"
10684
10730
resolved "https://registry.yarnpkg.com/vue-github-button/-/vue-github-button-1.3.0.tgz#a4da317a3b93d05824768b3916a0d22fa91603be"
@@ -11096,6 +11142,11 @@ xdg-basedir@^4.0.0:
11096
11142
resolved "https://registry.yarnpkg.com/xdg-basedir/-/xdg-basedir-4.0.0.tgz#4bc8d9984403696225ef83a1573cbbcb4e79db13"
11097
11143
integrity sha512-PSNhEJDejZYV7h50BohL09Er9VaIefr2LMAf3OEmpCkjOi34eYyQYAXUTjEQtZJTKcF0E2UKTh+osDLsgNim9Q==
11098
11144
11145
+ xml-name-validator@^4.0.0 :
11146
+ version "4.0.0"
11147
+ resolved "https://registry.yarnpkg.com/xml-name-validator/-/xml-name-validator-4.0.0.tgz#79a006e2e63149a8600f15430f0a4725d1524835"
11148
+ integrity sha512-ICP2e+jsHvAj2E2lIHxa5tjXRlKDJo4IdvPvCXbXQGdzSfmSpNVyIKMvoZHjDY9DP0zV17iI85o90vRFXNccRw==
11149
+
11099
11150
xtend@^4.0.0, xtend@~4.0.1 :
11100
11151
version "4.0.2"
11101
11152
resolved "https://registry.yarnpkg.com/xtend/-/xtend-4.0.2.tgz#bb72779f5fa465186b1f438f674fa347fdb5db54"
0 commit comments