Skip to content

Commit 848f0f7

Browse files
chore(deps): update devdependency @nuxtjs/eslint-config-typescript to v12
1 parent 906e704 commit 848f0f7

File tree

2 files changed

+100
-80
lines changed

2 files changed

+100
-80
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"devDependencies": {
4949
"@nuxt/module-builder": "latest",
5050
"@nuxt/test-utils": "3.2.0",
51-
"@nuxtjs/eslint-config-typescript": "11.0.0",
51+
"@nuxtjs/eslint-config-typescript": "12.0.0",
5252
"@release-it/conventional-changelog": "5.1.1",
5353
"c8": "^7.13.0",
5454
"eslint": "8.35.0",

yarn.lock

+99-79
Original file line numberDiff line numberDiff line change
@@ -409,6 +409,18 @@
409409
resolved "https://registry.yarnpkg.com/@esbuild/win32-x64/-/win32-x64-0.16.17.tgz#c5a1a4bfe1b57f0c3e61b29883525c6da3e5c091"
410410
integrity sha512-y+EHuSchhL7FjHgvQL/0fnnFmO4T1bhvWANX6gcnqTjtnKWbTvUMCpGnv2+t+31d7RzyEAYAd4u2fnIhHL6N/Q==
411411

412+
"@eslint-community/eslint-utils@^4.2.0":
413+
version "4.3.0"
414+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.3.0.tgz#a556790523a351b4e47e9d385f47265eaaf9780a"
415+
integrity sha512-v3oplH6FYCULtFuCeqyuTd9D2WKO937Dxdq+GmHOLL72TTRriLxz2VLlNfkZRsvj6PKnOPAtuT6dwrs/pA5DvA==
416+
dependencies:
417+
eslint-visitor-keys "^3.3.0"
418+
419+
"@eslint-community/regexpp@^4.4.0":
420+
version "4.4.0"
421+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.4.0.tgz#3e61c564fcd6b921cb789838631c5ee44df09403"
422+
integrity sha512-A9983Q0LnDGdLPjxyXQ00sbV+K+O+ko2Dr+CZigbHWtX9pNfxlaBkMR8X1CztI73zuEyEBXTVjx7CE+/VSwDiQ==
423+
412424
"@eslint/eslintrc@^2.0.0":
413425
version "2.0.0"
414426
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.0.0.tgz#943309d8697c52fc82c076e90c1c74fbbe69dbff"
@@ -794,29 +806,31 @@
794806
vite-plugin-checker "^0.5.1"
795807
vue-bundle-renderer "^0.4.4"
796808

797-
"@nuxtjs/eslint-config-typescript@11.0.0":
798-
version "11.0.0"
799-
resolved "https://registry.yarnpkg.com/@nuxtjs/eslint-config-typescript/-/eslint-config-typescript-11.0.0.tgz#748a0cc063a5cf93ec52dc2d5a2ed94309cacb5b"
800-
integrity sha512-hmFjGtXT524ql8eTbK8BaRkamcXB6Z8YOW8nSQhosTP6oBw9WtOFUeWr7holyE278UhOmx+wDFG90BnyM9D+UA==
809+
"@nuxtjs/eslint-config-typescript@12.0.0":
810+
version "12.0.0"
811+
resolved "https://registry.yarnpkg.com/@nuxtjs/eslint-config-typescript/-/eslint-config-typescript-12.0.0.tgz#eaa36d8a8eb1c35a918f606e32613e0726b98c0b"
812+
integrity sha512-HJR0ho5MYuOCFjkL+eMX/VXbUwy36J12DUMVy+dj3Qz1GYHwX92Saxap3urFzr8oPkzzFiuOknDivfCeRBWakg==
801813
dependencies:
802-
"@nuxtjs/eslint-config" "^11.0.0"
803-
"@typescript-eslint/eslint-plugin" "^5.36.1"
804-
"@typescript-eslint/parser" "^5.36.1"
805-
eslint-import-resolver-typescript "^3.5.0"
814+
"@nuxtjs/eslint-config" "^12.0.0"
815+
"@typescript-eslint/eslint-plugin" "^5.42.1"
816+
"@typescript-eslint/parser" "^5.42.1"
817+
eslint-import-resolver-typescript "^3.5.2"
806818
eslint-plugin-import "^2.26.0"
819+
eslint-plugin-vue "^9.7.0"
807820

808-
"@nuxtjs/eslint-config@^11.0.0":
809-
version "11.0.0"
810-
resolved "https://registry.yarnpkg.com/@nuxtjs/eslint-config/-/eslint-config-11.0.0.tgz#92f5d927ef39099de4f52ab73e01bb28be3ff8c2"
811-
integrity sha512-o4zFOpU8gJgwrC/gLE7c2E0XEjkv2fEixCGG1y+dZYzBPyzTorkQmfxskSF3WRXcZkpkS9uUYlRkeOSdYB7z0w==
821+
"@nuxtjs/eslint-config@^12.0.0":
822+
version "12.0.0"
823+
resolved "https://registry.yarnpkg.com/@nuxtjs/eslint-config/-/eslint-config-12.0.0.tgz#36ac450efd20e3efb8f8a961e094b267c49adac4"
824+
integrity sha512-ewenelo75x0eYEUK+9EBXjc/OopQCvdkmYmlZuoHq5kub/vtiRpyZ/autppwokpHUq8tiVyl2ejMakoiHiDTrg==
812825
dependencies:
813826
eslint-config-standard "^17.0.0"
814827
eslint-plugin-import "^2.26.0"
815-
eslint-plugin-n "^15.2.5"
828+
eslint-plugin-n "^15.5.1"
816829
eslint-plugin-node "^11.1.0"
817-
eslint-plugin-promise "^6.0.1"
818-
eslint-plugin-unicorn "^43.0.2"
819-
eslint-plugin-vue "^9.4.0"
830+
eslint-plugin-promise "^6.1.1"
831+
eslint-plugin-unicorn "^44.0.2"
832+
eslint-plugin-vue "^9.7.0"
833+
local-pkg "^0.4.2"
820834

821835
"@octokit/auth-token@^3.0.0":
822836
version "3.0.3"
@@ -1136,87 +1150,88 @@
11361150
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.3.13.tgz#da4bfd73f49bd541d28920ab0e2bf0ee80f71c91"
11371151
integrity sha512-21cFJr9z3g5dW8B0CVI9g2O9beqaThGQ6ZFBqHfwhzLDKUxaqTIy3vnfah/UPkfOiF2pLq+tGz+W8RyCskuslw==
11381152

1139-
"@typescript-eslint/eslint-plugin@^5.36.1":
1140-
version "5.48.2"
1141-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.48.2.tgz#112e6ae1e23a1dc8333ce82bb9c65c2608b4d8a3"
1142-
integrity sha512-sR0Gja9Ky1teIq4qJOl0nC+Tk64/uYdX+mi+5iB//MH8gwyx8e3SOyhEzeLZEFEEfCaLf8KJq+Bd/6je1t+CAg==
1153+
"@typescript-eslint/eslint-plugin@^5.42.1":
1154+
version "5.55.0"
1155+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.55.0.tgz#bc2400c3a23305e8c9a9c04aa40933868aaaeb47"
1156+
integrity sha512-IZGc50rtbjk+xp5YQoJvmMPmJEYoC53SiKPXyqWfv15XoD2Y5Kju6zN0DwlmaGJp1Iw33JsWJcQ7nw0lGCGjVg==
11431157
dependencies:
1144-
"@typescript-eslint/scope-manager" "5.48.2"
1145-
"@typescript-eslint/type-utils" "5.48.2"
1146-
"@typescript-eslint/utils" "5.48.2"
1158+
"@eslint-community/regexpp" "^4.4.0"
1159+
"@typescript-eslint/scope-manager" "5.55.0"
1160+
"@typescript-eslint/type-utils" "5.55.0"
1161+
"@typescript-eslint/utils" "5.55.0"
11471162
debug "^4.3.4"
1163+
grapheme-splitter "^1.0.4"
11481164
ignore "^5.2.0"
11491165
natural-compare-lite "^1.4.0"
1150-
regexpp "^3.2.0"
11511166
semver "^7.3.7"
11521167
tsutils "^3.21.0"
11531168

1154-
"@typescript-eslint/parser@^5.36.1":
1155-
version "5.48.2"
1156-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.48.2.tgz#c9edef2a0922d26a37dba03be20c5fff378313b3"
1157-
integrity sha512-38zMsKsG2sIuM5Oi/olurGwYJXzmtdsHhn5mI/pQogP+BjYVkK5iRazCQ8RGS0V+YLk282uWElN70zAAUmaYHw==
1169+
"@typescript-eslint/parser@^5.42.1":
1170+
version "5.55.0"
1171+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.55.0.tgz#8c96a0b6529708ace1dcfa60f5e6aec0f5ed2262"
1172+
integrity sha512-ppvmeF7hvdhUUZWSd2EEWfzcFkjJzgNQzVST22nzg958CR+sphy8A6K7LXQZd6V75m1VKjp+J4g/PCEfSCmzhw==
11581173
dependencies:
1159-
"@typescript-eslint/scope-manager" "5.48.2"
1160-
"@typescript-eslint/types" "5.48.2"
1161-
"@typescript-eslint/typescript-estree" "5.48.2"
1174+
"@typescript-eslint/scope-manager" "5.55.0"
1175+
"@typescript-eslint/types" "5.55.0"
1176+
"@typescript-eslint/typescript-estree" "5.55.0"
11621177
debug "^4.3.4"
11631178

1164-
"@typescript-eslint/scope-manager@5.48.2":
1165-
version "5.48.2"
1166-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.48.2.tgz#bb7676cb78f1e94921eaab637a4b5d596f838abc"
1167-
integrity sha512-zEUFfonQid5KRDKoI3O+uP1GnrFd4tIHlvs+sTJXiWuypUWMuDaottkJuR612wQfOkjYbsaskSIURV9xo4f+Fw==
1179+
"@typescript-eslint/scope-manager@5.55.0":
1180+
version "5.55.0"
1181+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.55.0.tgz#e863bab4d4183ddce79967fe10ceb6c829791210"
1182+
integrity sha512-OK+cIO1ZGhJYNCL//a3ROpsd83psf4dUJ4j7pdNVzd5DmIk+ffkuUIX2vcZQbEW/IR41DYsfJTB19tpCboxQuw==
11681183
dependencies:
1169-
"@typescript-eslint/types" "5.48.2"
1170-
"@typescript-eslint/visitor-keys" "5.48.2"
1184+
"@typescript-eslint/types" "5.55.0"
1185+
"@typescript-eslint/visitor-keys" "5.55.0"
11711186

1172-
"@typescript-eslint/type-utils@5.48.2":
1173-
version "5.48.2"
1174-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.48.2.tgz#7d3aeca9fa37a7ab7e3d9056a99b42f342c48ad7"
1175-
integrity sha512-QVWx7J5sPMRiOMJp5dYshPxABRoZV1xbRirqSk8yuIIsu0nvMTZesKErEA3Oix1k+uvsk8Cs8TGJ6kQ0ndAcew==
1187+
"@typescript-eslint/type-utils@5.55.0":
1188+
version "5.55.0"
1189+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.55.0.tgz#74bf0233523f874738677bb73cb58094210e01e9"
1190+
integrity sha512-ObqxBgHIXj8rBNm0yh8oORFrICcJuZPZTqtAFh0oZQyr5DnAHZWfyw54RwpEEH+fD8suZaI0YxvWu5tYE/WswA==
11761191
dependencies:
1177-
"@typescript-eslint/typescript-estree" "5.48.2"
1178-
"@typescript-eslint/utils" "5.48.2"
1192+
"@typescript-eslint/typescript-estree" "5.55.0"
1193+
"@typescript-eslint/utils" "5.55.0"
11791194
debug "^4.3.4"
11801195
tsutils "^3.21.0"
11811196

1182-
"@typescript-eslint/types@5.48.2":
1183-
version "5.48.2"
1184-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.48.2.tgz#635706abb1ec164137f92148f06f794438c97b8e"
1185-
integrity sha512-hE7dA77xxu7ByBc6KCzikgfRyBCTst6dZQpwaTy25iMYOnbNljDT4hjhrGEJJ0QoMjrfqrx+j1l1B9/LtKeuqA==
1197+
"@typescript-eslint/types@5.55.0":
1198+
version "5.55.0"
1199+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.55.0.tgz#9830f8d3bcbecf59d12f821e5bc6960baaed41fd"
1200+
integrity sha512-M4iRh4AG1ChrOL6Y+mETEKGeDnT7Sparn6fhZ5LtVJF1909D5O4uqK+C5NPbLmpfZ0XIIxCdwzKiijpZUOvOug==
11861201

1187-
"@typescript-eslint/typescript-estree@5.48.2":
1188-
version "5.48.2"
1189-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.48.2.tgz#6e206b462942b32383582a6c9251c05021cc21b0"
1190-
integrity sha512-bibvD3z6ilnoVxUBFEgkO0k0aFvUc4Cttt0dAreEr+nrAHhWzkO83PEVVuieK3DqcgL6VAK5dkzK8XUVja5Zcg==
1202+
"@typescript-eslint/typescript-estree@5.55.0":
1203+
version "5.55.0"
1204+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.55.0.tgz#8db7c8e47ecc03d49b05362b8db6f1345ee7b575"
1205+
integrity sha512-I7X4A9ovA8gdpWMpr7b1BN9eEbvlEtWhQvpxp/yogt48fy9Lj3iE3ild/1H3jKBBIYj5YYJmS2+9ystVhC7eaQ==
11911206
dependencies:
1192-
"@typescript-eslint/types" "5.48.2"
1193-
"@typescript-eslint/visitor-keys" "5.48.2"
1207+
"@typescript-eslint/types" "5.55.0"
1208+
"@typescript-eslint/visitor-keys" "5.55.0"
11941209
debug "^4.3.4"
11951210
globby "^11.1.0"
11961211
is-glob "^4.0.3"
11971212
semver "^7.3.7"
11981213
tsutils "^3.21.0"
11991214

1200-
"@typescript-eslint/utils@5.48.2":
1201-
version "5.48.2"
1202-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.48.2.tgz#3777a91dcb22b8499a25519e06eef2e9569295a3"
1203-
integrity sha512-2h18c0d7jgkw6tdKTlNaM7wyopbLRBiit8oAxoP89YnuBOzCZ8g8aBCaCqq7h208qUTroL7Whgzam7UY3HVLow==
1215+
"@typescript-eslint/utils@5.55.0":
1216+
version "5.55.0"
1217+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.55.0.tgz#34e97322e7ae5b901e7a870aabb01dad90023341"
1218+
integrity sha512-FkW+i2pQKcpDC3AY6DU54yl8Lfl14FVGYDgBTyGKB75cCwV3KpkpTMFi9d9j2WAJ4271LR2HeC5SEWF/CZmmfw==
12041219
dependencies:
1220+
"@eslint-community/eslint-utils" "^4.2.0"
12051221
"@types/json-schema" "^7.0.9"
12061222
"@types/semver" "^7.3.12"
1207-
"@typescript-eslint/scope-manager" "5.48.2"
1208-
"@typescript-eslint/types" "5.48.2"
1209-
"@typescript-eslint/typescript-estree" "5.48.2"
1223+
"@typescript-eslint/scope-manager" "5.55.0"
1224+
"@typescript-eslint/types" "5.55.0"
1225+
"@typescript-eslint/typescript-estree" "5.55.0"
12101226
eslint-scope "^5.1.1"
1211-
eslint-utils "^3.0.0"
12121227
semver "^7.3.7"
12131228

1214-
"@typescript-eslint/visitor-keys@5.48.2":
1215-
version "5.48.2"
1216-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.48.2.tgz#c247582a0bcce467461d7b696513bf9455000060"
1217-
integrity sha512-z9njZLSkwmjFWUelGEwEbdf4NwKvfHxvGC0OcGN1Hp/XNDIcJ7D5DpPNPv6x6/mFvc1tQHsaWmpD/a4gOvvCJQ==
1229+
"@typescript-eslint/visitor-keys@5.55.0":
1230+
version "5.55.0"
1231+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.55.0.tgz#01ad414fca8367706d76cdb94adf788dc5b664a2"
1232+
integrity sha512-q2dlHHwWgirKh1D3acnuApXG+VNXpEY5/AwRxDVuEQpxWaB0jCDe0jFMVMALJ3ebSfuOVE8/rMS+9ZOYGg1GWw==
12181233
dependencies:
1219-
"@typescript-eslint/types" "5.48.2"
1234+
"@typescript-eslint/types" "5.55.0"
12201235
eslint-visitor-keys "^3.3.0"
12211236

12221237
"@unhead/dom@^1.0.18":
@@ -2063,11 +2078,16 @@ chownr@^2.0.0:
20632078
resolved "https://registry.yarnpkg.com/chownr/-/chownr-2.0.0.tgz#15bfbe53d2eab4cf70f18a8cd68ebe5b3cb1dece"
20642079
integrity sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==
20652080

2066-
ci-info@^3.2.0, ci-info@^3.3.2, ci-info@^3.7.1:
2081+
ci-info@^3.2.0, ci-info@^3.7.1:
20672082
version "3.7.1"
20682083
resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-3.7.1.tgz#708a6cdae38915d597afdf3b145f2f8e1ff55f3f"
20692084
integrity sha512-4jYS4MOAaCIStSRwiuxc4B8MYhIe676yO1sYGzARnjXkWpmzZMMYxY6zu8WYWDhSuth5zhrQ1rhNSibyyvv4/w==
20702085

2086+
ci-info@^3.4.0:
2087+
version "3.8.0"
2088+
resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-3.8.0.tgz#81408265a5380c929f0bc665d62256628ce9ef91"
2089+
integrity sha512-eXTggHWSooYhq49F2opQhuHWgzucfF2YgODK4e1566GQs5BIfP30B0oenwBJHfWxAs2fyPB1s7Mg949zLf61Yw==
2090+
20712091
clean-regexp@^1.0.0:
20722092
version "1.0.0"
20732093
resolved "https://registry.yarnpkg.com/clean-regexp/-/clean-regexp-1.0.0.tgz#8df7c7aae51fd36874e8f8d05b9180bc11a3fed7"
@@ -3243,7 +3263,7 @@ eslint-import-resolver-node@^0.3.7:
32433263
is-core-module "^2.11.0"
32443264
resolve "^1.22.1"
32453265

3246-
eslint-import-resolver-typescript@^3.5.0:
3266+
eslint-import-resolver-typescript@^3.5.2:
32473267
version "3.5.3"
32483268
resolved "https://registry.yarnpkg.com/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-3.5.3.tgz#db5ed9e906651b7a59dd84870aaef0e78c663a05"
32493269
integrity sha512-njRcKYBc3isE42LaTcJNVANR3R99H9bAxBDMNDr2W7yq5gYPxbU3MkdhsQukxZ/Xg9C2vcyLlDsbKfRDg0QvCQ==
@@ -3300,7 +3320,7 @@ eslint-plugin-import@^2.26.0:
33003320
semver "^6.3.0"
33013321
tsconfig-paths "^3.14.1"
33023322

3303-
eslint-plugin-n@^15.2.5:
3323+
eslint-plugin-n@^15.5.1:
33043324
version "15.6.1"
33053325
resolved "https://registry.yarnpkg.com/eslint-plugin-n/-/eslint-plugin-n-15.6.1.tgz#f7e77f24abb92a550115cf11e29695da122c398c"
33063326
integrity sha512-R9xw9OtCRxxaxaszTQmQAlPgM+RdGjaL1akWuY/Fv9fRAi8Wj4CUKc6iYVG8QNRjRuo8/BqVYIpfqberJUEacA==
@@ -3326,23 +3346,23 @@ eslint-plugin-node@^11.1.0:
33263346
resolve "^1.10.1"
33273347
semver "^6.1.0"
33283348

3329-
eslint-plugin-promise@^6.0.1:
3349+
eslint-plugin-promise@^6.1.1:
33303350
version "6.1.1"
33313351
resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-6.1.1.tgz#269a3e2772f62875661220631bd4dafcb4083816"
33323352
integrity sha512-tjqWDwVZQo7UIPMeDReOpUgHCmCiH+ePnVT+5zVapL0uuHnegBUs2smM13CzOs2Xb5+MHMRFTs9v24yjba4Oig==
33333353

3334-
eslint-plugin-unicorn@^43.0.2:
3335-
version "43.0.2"
3336-
resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-43.0.2.tgz#b189d58494c8a0985a4b89dba5dbfde3ad7575a5"
3337-
integrity sha512-DtqZ5mf/GMlfWoz1abIjq5jZfaFuHzGBZYIeuJfEoKKGWRHr2JiJR+ea+BF7Wx2N1PPRoT/2fwgiK1NnmNE3Hg==
3354+
eslint-plugin-unicorn@^44.0.2:
3355+
version "44.0.2"
3356+
resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-44.0.2.tgz#6324a001c0a5e2ac00fb51b30db27d14c6c36ab3"
3357+
integrity sha512-GLIDX1wmeEqpGaKcnMcqRvMVsoabeF0Ton0EX4Th5u6Kmf7RM9WBl705AXFEsns56ESkEs0uyelLuUTvz9Tr0w==
33383358
dependencies:
3339-
"@babel/helper-validator-identifier" "^7.18.6"
3340-
ci-info "^3.3.2"
3359+
"@babel/helper-validator-identifier" "^7.19.1"
3360+
ci-info "^3.4.0"
33413361
clean-regexp "^1.0.0"
33423362
eslint-utils "^3.0.0"
33433363
esquery "^1.4.0"
33443364
indent-string "^4.0.0"
3345-
is-builtin-module "^3.1.0"
3365+
is-builtin-module "^3.2.0"
33463366
lodash "^4.17.21"
33473367
pluralize "^8.0.0"
33483368
read-pkg-up "^7.0.1"
@@ -3351,7 +3371,7 @@ eslint-plugin-unicorn@^43.0.2:
33513371
semver "^7.3.7"
33523372
strip-indent "^3.0.0"
33533373

3354-
eslint-plugin-vue@^9.4.0:
3374+
eslint-plugin-vue@^9.7.0:
33553375
version "9.9.0"
33563376
resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-9.9.0.tgz#ac788ebccd2eb94d846a507df55da50693b80c91"
33573377
integrity sha512-YbubS7eK0J7DCf0U2LxvVP7LMfs6rC6UltihIgval3azO3gyDwEGVgsCMe1TmDiEkl6GdMKfRpaME6QxIYtzDQ==
@@ -4509,7 +4529,7 @@ is-boolean-object@^1.1.0:
45094529
call-bind "^1.0.2"
45104530
has-tostringtag "^1.0.0"
45114531

4512-
is-builtin-module@^3.1.0, is-builtin-module@^3.2.0:
4532+
is-builtin-module@^3.2.0:
45134533
version "3.2.0"
45144534
resolved "https://registry.yarnpkg.com/is-builtin-module/-/is-builtin-module-3.2.0.tgz#bb0310dfe881f144ca83f30100ceb10cf58835e0"
45154535
integrity sha512-phDA4oSGt7vl1n5tJvTWooWWAsXLY+2xCnxNqvKhGEzujg+A43wPlPOyDg3C8XQHN+6k/JTQWJ/j0dQh/qr+Hw==

0 commit comments

Comments
 (0)