-
-
Notifications
You must be signed in to change notification settings - Fork 483
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update dependency @nuxtjs/eslint-config-typescript to v6 (…
…#1091) Co-authored-by: Renovate Bot <[email protected]>
- Loading branch information
1 parent
7180412
commit 91e30bf
Showing
2 changed files
with
104 additions
and
76 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1612,28 +1612,28 @@ | |
ufo "^0.6.7" | ||
upath "^2.0.1" | ||
|
||
"@nuxtjs/eslint-config-typescript@5.0.0": | ||
version "5.0.0" | ||
resolved "https://registry.yarnpkg.com/@nuxtjs/eslint-config-typescript/-/eslint-config-typescript-5.0.0.tgz#060c1402e559b1df78c8c19b2f5a873eac53cab2" | ||
integrity sha512-jw6h/WsdPc5i5l+a3DmEdpoAbFE4Tt7X6DBdXY7gfAsZ6bfzjoMzoHYaAmUk2tWkRDZmYvP6YANkbvi3X3pPAg== | ||
"@nuxtjs/eslint-config-typescript@6.0.0": | ||
version "6.0.0" | ||
resolved "https://registry.yarnpkg.com/@nuxtjs/eslint-config-typescript/-/eslint-config-typescript-6.0.0.tgz#e3ea273edf2dfcb176a9f28ca1a95870a6c21cd8" | ||
integrity sha512-oQm0ZmWdHNf8TKWbSUhwniarCX590oHnxuArvwApLDaaNaw0m4TL5+rpARMCVtlS33YhJ/Le+GaeyS5HeVt19A== | ||
dependencies: | ||
"@nuxtjs/eslint-config" "5.0.0" | ||
"@typescript-eslint/eslint-plugin" "^4.7.0" | ||
"@typescript-eslint/parser" "^4.7.0" | ||
"@nuxtjs/eslint-config" "6.0.0" | ||
"@typescript-eslint/eslint-plugin" "^4.16.1" | ||
"@typescript-eslint/parser" "^4.16.1" | ||
|
||
"@nuxtjs/eslint-config@5.0.0": | ||
version "5.0.0" | ||
resolved "https://registry.yarnpkg.com/@nuxtjs/eslint-config/-/eslint-config-5.0.0.tgz#d66143ee4ada9d944de0bfbe2d7e4693a2e20d60" | ||
integrity sha512-xoi0CPpFj4hOTz5xMiqGK314276gOmI+8W+3tgybqsKiKQBFXe1IOUjHzsuGqkS44iGy+GmmrwA387ojvKnhkQ== | ||
"@nuxtjs/eslint-config@6.0.0": | ||
version "6.0.0" | ||
resolved "https://registry.yarnpkg.com/@nuxtjs/eslint-config/-/eslint-config-6.0.0.tgz#bf8b7b1f72fc9080ba2a6c71f2447d4166d374e3" | ||
integrity sha512-DQLyMS+A1lPeo3ajMEISz8rPzCU4DTIKQtv9HRy1A3w5583dXcbHMQzNg3qGHoTPJ/FzM1+WhV8Ak3+gQ+9uoQ== | ||
dependencies: | ||
eslint-config-standard "^16.0.1" | ||
eslint-config-standard "^16.0.2" | ||
eslint-plugin-import "^2.22.1" | ||
eslint-plugin-jest "^24.1.3" | ||
eslint-plugin-jest "^24.1.7" | ||
eslint-plugin-node "^11.1.0" | ||
eslint-plugin-promise "^4.2.1" | ||
eslint-plugin-promise "^4.3.1" | ||
eslint-plugin-standard "^4.1.0" | ||
eslint-plugin-unicorn "^23.0.0" | ||
eslint-plugin-vue "^7.1.0" | ||
eslint-plugin-unicorn "^28.0.2" | ||
eslint-plugin-vue "^7.7.0" | ||
|
||
"@nuxtjs/[email protected]": | ||
version "1.6.3" | ||
|
@@ -2269,21 +2269,33 @@ | |
dependencies: | ||
"@types/node" "*" | ||
|
||
"@typescript-eslint/eslint-plugin@^4.7.0": | ||
version "4.15.2" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.15.2.tgz#981b26b4076c62a5a55873fbef3fe98f83360c61" | ||
integrity sha512-uiQQeu9tWl3f1+oK0yoAv9lt/KXO24iafxgQTkIYO/kitruILGx3uH+QtIAHqxFV+yIsdnJH+alel9KuE3J15Q== | ||
"@typescript-eslint/eslint-plugin@^4.16.1": | ||
version "4.16.1" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.16.1.tgz#2caf6a79dd19c3853b8d39769a27fccb24e4e651" | ||
integrity sha512-SK777klBdlkUZpZLC1mPvyOWk9yAFCWmug13eAjVQ4/Q1LATE/NbcQL1xDHkptQkZOLnPmLUA1Y54m8dqYwnoQ== | ||
dependencies: | ||
"@typescript-eslint/experimental-utils" "4.15.2" | ||
"@typescript-eslint/scope-manager" "4.15.2" | ||
"@typescript-eslint/experimental-utils" "4.16.1" | ||
"@typescript-eslint/scope-manager" "4.16.1" | ||
debug "^4.1.1" | ||
functional-red-black-tree "^1.0.1" | ||
lodash "^4.17.15" | ||
regexpp "^3.0.0" | ||
semver "^7.3.2" | ||
tsutils "^3.17.1" | ||
|
||
"@typescript-eslint/[email protected]", "@typescript-eslint/experimental-utils@^4.0.1": | ||
"@typescript-eslint/[email protected]": | ||
version "4.16.1" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.16.1.tgz#da7a396dc7d0e01922acf102b76efff17320b328" | ||
integrity sha512-0Hm3LSlMYFK17jO4iY3un1Ve9x1zLNn4EM50Lia+0EV99NdbK+cn0er7HC7IvBA23mBg3P+8dUkMXy4leL33UQ== | ||
dependencies: | ||
"@types/json-schema" "^7.0.3" | ||
"@typescript-eslint/scope-manager" "4.16.1" | ||
"@typescript-eslint/types" "4.16.1" | ||
"@typescript-eslint/typescript-estree" "4.16.1" | ||
eslint-scope "^5.0.0" | ||
eslint-utils "^2.0.0" | ||
|
||
"@typescript-eslint/experimental-utils@^4.0.1": | ||
version "4.15.2" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.15.2.tgz#5efd12355bd5b535e1831282e6cf465b9a71cf36" | ||
integrity sha512-Fxoshw8+R5X3/Vmqwsjc8nRO/7iTysRtDqx6rlfLZ7HbT8TZhPeQqbPjTyk2RheH3L8afumecTQnUc9EeXxohQ== | ||
|
@@ -2295,14 +2307,14 @@ | |
eslint-scope "^5.0.0" | ||
eslint-utils "^2.0.0" | ||
|
||
"@typescript-eslint/parser@^4.7.0": | ||
version "4.15.2" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.15.2.tgz#c804474321ef76a3955aec03664808f0d6e7872e" | ||
integrity sha512-SHeF8xbsC6z2FKXsaTb1tBCf0QZsjJ94H6Bo51Y1aVEZ4XAefaw5ZAilMoDPlGghe+qtq7XdTiDlGfVTOmvA+Q== | ||
"@typescript-eslint/parser@^4.16.1": | ||
version "4.16.1" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.16.1.tgz#3bbd3234dd3c5b882b2bcd9899bc30e1e1586d2a" | ||
integrity sha512-/c0LEZcDL5y8RyI1zLcmZMvJrsR6SM1uetskFkoh3dvqDKVXPsXI+wFB/CbVw7WkEyyTKobC1mUNp/5y6gRvXg== | ||
dependencies: | ||
"@typescript-eslint/scope-manager" "4.15.2" | ||
"@typescript-eslint/types" "4.15.2" | ||
"@typescript-eslint/typescript-estree" "4.15.2" | ||
"@typescript-eslint/scope-manager" "4.16.1" | ||
"@typescript-eslint/types" "4.16.1" | ||
"@typescript-eslint/typescript-estree" "4.16.1" | ||
debug "^4.1.1" | ||
|
||
"@typescript-eslint/[email protected]": | ||
|
@@ -2313,11 +2325,24 @@ | |
"@typescript-eslint/types" "4.15.2" | ||
"@typescript-eslint/visitor-keys" "4.15.2" | ||
|
||
"@typescript-eslint/[email protected]": | ||
version "4.16.1" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.16.1.tgz#244e2006bc60cfe46987e9987f4ff49c9e3f00d5" | ||
integrity sha512-6IlZv9JaurqV0jkEg923cV49aAn8V6+1H1DRfhRcvZUrptQ+UtSKHb5kwTayzOYTJJ/RsYZdcvhOEKiBLyc0Cw== | ||
dependencies: | ||
"@typescript-eslint/types" "4.16.1" | ||
"@typescript-eslint/visitor-keys" "4.16.1" | ||
|
||
"@typescript-eslint/[email protected]": | ||
version "4.15.2" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.15.2.tgz#04acf3a2dc8001a88985291744241e732ef22c60" | ||
integrity sha512-r7lW7HFkAarfUylJ2tKndyO9njwSyoy6cpfDKWPX6/ctZA+QyaYscAHXVAfJqtnY6aaTwDYrOhp+ginlbc7HfQ== | ||
|
||
"@typescript-eslint/[email protected]": | ||
version "4.16.1" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.16.1.tgz#5ba2d3e38b1a67420d2487519e193163054d9c15" | ||
integrity sha512-nnKqBwMgRlhzmJQF8tnFDZWfunXmJyuXj55xc8Kbfup4PbkzdoDXZvzN8//EiKR27J6vUSU8j4t37yUuYPiLqA== | ||
|
||
"@typescript-eslint/[email protected]": | ||
version "4.15.2" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.15.2.tgz#c2f7a1e94f3428d229d5ecff3ead6581ee9b62fa" | ||
|
@@ -2331,6 +2356,19 @@ | |
semver "^7.3.2" | ||
tsutils "^3.17.1" | ||
|
||
"@typescript-eslint/[email protected]": | ||
version "4.16.1" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.16.1.tgz#c2fc46b05a48fbf8bbe8b66a63f0a9ba04b356f1" | ||
integrity sha512-m8I/DKHa8YbeHt31T+UGd/l8Kwr0XCTCZL3H4HMvvLCT7HU9V7yYdinTOv1gf/zfqNeDcCgaFH2BMsS8x6NvJg== | ||
dependencies: | ||
"@typescript-eslint/types" "4.16.1" | ||
"@typescript-eslint/visitor-keys" "4.16.1" | ||
debug "^4.1.1" | ||
globby "^11.0.1" | ||
is-glob "^4.0.1" | ||
semver "^7.3.2" | ||
tsutils "^3.17.1" | ||
|
||
"@typescript-eslint/[email protected]": | ||
version "4.15.2" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.15.2.tgz#3d1c7979ce75bf6acf9691109bd0d6b5706192b9" | ||
|
@@ -2339,6 +2377,14 @@ | |
"@typescript-eslint/types" "4.15.2" | ||
eslint-visitor-keys "^2.0.0" | ||
|
||
"@typescript-eslint/[email protected]": | ||
version "4.16.1" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.16.1.tgz#d7571fb580749fae621520deeb134370bbfc7293" | ||
integrity sha512-s/aIP1XcMkEqCNcPQtl60ogUYjSM8FU2mq1O7y5cFf3Xcob1z1iXWNB6cC43Op+NGRTFgGolri6s8z/efA9i1w== | ||
dependencies: | ||
"@typescript-eslint/types" "4.16.1" | ||
eslint-visitor-keys "^2.0.0" | ||
|
||
"@vue/babel-helper-vue-jsx-merge-props@^1.2.1": | ||
version "1.2.1" | ||
resolved "https://registry.yarnpkg.com/@vue/babel-helper-vue-jsx-merge-props/-/babel-helper-vue-jsx-merge-props-1.2.1.tgz#31624a7a505fb14da1d58023725a4c5f270e6a81" | ||
|
@@ -5070,15 +5116,7 @@ escodegen@^1.14.1: | |
optionalDependencies: | ||
source-map "~0.6.1" | ||
|
||
eslint-ast-utils@^1.1.0: | ||
version "1.1.0" | ||
resolved "https://registry.yarnpkg.com/eslint-ast-utils/-/eslint-ast-utils-1.1.0.tgz#3d58ba557801cfb1c941d68131ee9f8c34bd1586" | ||
integrity sha512-otzzTim2/1+lVrlH19EfQQJEhVJSu0zOb9ygb3iapN6UlyaDtyRq4b5U1FuW0v1lRa9Fp/GJyHkSwm6NqABgCA== | ||
dependencies: | ||
lodash.get "^4.4.2" | ||
lodash.zip "^4.2.0" | ||
|
||
eslint-config-standard@^16.0.1: | ||
eslint-config-standard@^16.0.2: | ||
version "16.0.2" | ||
resolved "https://registry.yarnpkg.com/eslint-config-standard/-/eslint-config-standard-16.0.2.tgz#71e91727ac7a203782d0a5ca4d1c462d14e234f6" | ||
integrity sha512-fx3f1rJDsl9bY7qzyX8SAtP8GBSk6MfXFaTfaGgk12aAYW4gJSyRm7dM790L6cbXv63fvjY4XeSzXnb4WM+SKw== | ||
|
@@ -5126,10 +5164,10 @@ eslint-plugin-import@^2.22.1: | |
resolve "^1.17.0" | ||
tsconfig-paths "^3.9.0" | ||
|
||
eslint-plugin-jest@^24.1.3: | ||
version "24.1.5" | ||
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-24.1.5.tgz#1e866a9f0deac587d0a3d5d7cefe99815a580de2" | ||
integrity sha512-FIP3lwC8EzEG+rOs1y96cOJmMVpdFNreoDJv29B5vIupVssRi8zrSY3QadogT0K3h1Y8TMxJ6ZSAzYUmFCp2hg== | ||
eslint-plugin-jest@^24.1.7: | ||
version "24.1.7" | ||
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-24.1.7.tgz#77cb4e88ec2559721aa083a5905ef9e27fa12059" | ||
integrity sha512-p5Dk/Rgiv+ThxguYl96dj7Hqkow09dwSH1G5ALKdREM4pHO1V1xP0N6/myzoquD3z4h+1YPYHzM+g7Fd0xyaXg== | ||
dependencies: | ||
"@typescript-eslint/experimental-utils" "^4.0.1" | ||
|
||
|
@@ -5145,7 +5183,7 @@ eslint-plugin-node@^11.1.0: | |
resolve "^1.10.1" | ||
semver "^6.1.0" | ||
|
||
eslint-plugin-promise@^4.2.1: | ||
eslint-plugin-promise@^4.3.1: | ||
version "4.3.1" | ||
resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-4.3.1.tgz#61485df2a359e03149fdafc0a68b0e030ad2ac45" | ||
integrity sha512-bY2sGqyptzFBDLh/GMbAxfdJC+b0f23ME63FOE4+Jao0oZ3E1LEwFtWJX/1pGMJLiTtrSSern2CRM/g+dfc0eQ== | ||
|
@@ -5155,34 +5193,34 @@ eslint-plugin-standard@^4.1.0: | |
resolved "https://registry.yarnpkg.com/eslint-plugin-standard/-/eslint-plugin-standard-4.1.0.tgz#0c3bf3a67e853f8bbbc580fb4945fbf16f41b7c5" | ||
integrity sha512-ZL7+QRixjTR6/528YNGyDotyffm5OQst/sGxKDwGb9Uqs4In5Egi4+jbobhqJoyoCM6/7v/1A5fhQ7ScMtDjaQ== | ||
|
||
eslint-plugin-unicorn@^23.0.0: | ||
version "23.0.0" | ||
resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-23.0.0.tgz#b2820212874735f9d91ecc8678b263ecfa6cf5f6" | ||
integrity sha512-Vabo3cjl6cjyhcf+76CdQEY6suOFzK0Xh3xo0uL9VDYrDJP5+B6PjV0tHTYm82WZmFWniugFJM3ywHSNYTi/ZQ== | ||
eslint-plugin-unicorn@^28.0.2: | ||
version "28.0.2" | ||
resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-28.0.2.tgz#ab9884ebae04590ecd9c1c294330d889a74b7c37" | ||
integrity sha512-k4AoFP7n8/oq6lBXkdc9Flid6vw2B8j7aXFCxgzJCyKvmaKrCUFb1TFPhG9eSJQFZowqmymMPRtl8oo9NKLUbw== | ||
dependencies: | ||
ci-info "^2.0.0" | ||
clean-regexp "^1.0.0" | ||
eslint-ast-utils "^1.1.0" | ||
eslint-template-visitor "^2.2.1" | ||
eslint-template-visitor "^2.2.2" | ||
eslint-utils "^2.1.0" | ||
import-modules "^2.0.0" | ||
eslint-visitor-keys "^2.0.0" | ||
import-modules "^2.1.0" | ||
lodash "^4.17.20" | ||
pluralize "^8.0.0" | ||
read-pkg-up "^7.0.1" | ||
regexp-tree "^0.1.21" | ||
regexp-tree "^0.1.22" | ||
reserved-words "^0.1.2" | ||
safe-regex "^2.1.1" | ||
semver "^7.3.2" | ||
semver "^7.3.4" | ||
|
||
eslint-plugin-vue@^7.1.0: | ||
version "7.6.0" | ||
resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-7.6.0.tgz#ea616e6dfd45d545adb16cba628c5a992cc31f0b" | ||
integrity sha512-qYpKwAvpcQXyUXVcG8Zd+fxHDx9iSgTQuO7dql7Ug/2BCvNNDr6s3I9p8MoUo23JJdO7ZAjW3vSwY/EBf4uBcw== | ||
eslint-plugin-vue@^7.7.0: | ||
version "7.7.0" | ||
resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-7.7.0.tgz#a90df4595e670821bf243bd2750ededdb74948b8" | ||
integrity sha512-mYz4bpLGv5jx6YG/GvKkqbGSfV7uma2u1P3mLA41Q5vQl8W1MeuTneB8tfsLq6xxxesFubcrOC0BZBJ5R+eaCQ== | ||
dependencies: | ||
eslint-utils "^2.1.0" | ||
natural-compare "^1.4.0" | ||
semver "^7.3.2" | ||
vue-eslint-parser "^7.5.0" | ||
vue-eslint-parser "^7.6.0" | ||
|
||
[email protected]: | ||
version "5.1.0" | ||
|
@@ -5208,7 +5246,7 @@ eslint-scope@^5.0.0, eslint-scope@^5.1.1: | |
esrecurse "^4.3.0" | ||
estraverse "^4.1.1" | ||
|
||
eslint-template-visitor@^2.2.1: | ||
eslint-template-visitor@^2.2.2: | ||
version "2.3.2" | ||
resolved "https://registry.yarnpkg.com/eslint-template-visitor/-/eslint-template-visitor-2.3.2.tgz#b52f96ff311e773a345d79053ccc78275bbc463d" | ||
integrity sha512-3ydhqFpuV7x1M9EK52BPNj6V0Kwu0KKkcIAfpUhwHbR8ocRln/oUHgfxQupY8O1h4Qv/POHDumb/BwwNfxbtnA== | ||
|
@@ -6584,7 +6622,7 @@ import-local@^3.0.2: | |
pkg-dir "^4.2.0" | ||
resolve-cwd "^3.0.0" | ||
|
||
import-modules@^2.0.0: | ||
import-modules@^2.1.0: | ||
version "2.1.0" | ||
resolved "https://registry.yarnpkg.com/import-modules/-/import-modules-2.1.0.tgz#abe7df297cb6c1f19b57246eb8b8bd9664b6d8c2" | ||
integrity sha512-8HEWcnkbGpovH9yInoisxaSoIg9Brbul+Ju3Kqe2UsYDUBJD/iQjSgEj0zPcTDPKfPp2fs5xlv1i+JSye/m1/A== | ||
|
@@ -7864,11 +7902,6 @@ lodash.debounce@^4.0.8: | |
resolved "https://registry.yarnpkg.com/lodash.debounce/-/lodash.debounce-4.0.8.tgz#82d79bff30a67c4005ffd5e2515300ad9ca4d7af" | ||
integrity sha1-gteb/zCmfEAF/9XiUVMArZyk168= | ||
|
||
lodash.get@^4.4.2: | ||
version "4.4.2" | ||
resolved "https://registry.yarnpkg.com/lodash.get/-/lodash.get-4.4.2.tgz#2d177f652fa31e939b4438d5341499dfa3825e99" | ||
integrity sha1-LRd/ZS+jHpObRDjVNBSZ36OCXpk= | ||
|
||
lodash.ismatch@^4.4.0: | ||
version "4.4.0" | ||
resolved "https://registry.yarnpkg.com/lodash.ismatch/-/lodash.ismatch-4.4.0.tgz#756cb5150ca3ba6f11085a78849645f188f85f37" | ||
|
@@ -7909,11 +7942,6 @@ lodash.uniq@^4.5.0: | |
resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773" | ||
integrity sha1-0CJTc662Uq3BvILklFM5qEJ1R3M= | ||
|
||
lodash.zip@^4.2.0: | ||
version "4.2.0" | ||
resolved "https://registry.yarnpkg.com/lodash.zip/-/lodash.zip-4.2.0.tgz#ec6662e4896408ed4ab6c542a3990b72cc080020" | ||
integrity sha1-7GZi5IlkCO1KtsVCo5kLcswIACA= | ||
|
||
[email protected]: | ||
version "4.17.20" | ||
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.20.tgz#b44a9b6297bcb698f1c51a3545a2b3b368d59c52" | ||
|
@@ -10375,7 +10403,7 @@ regex-not@^1.0.0, regex-not@^1.0.2: | |
extend-shallow "^3.0.2" | ||
safe-regex "^1.1.0" | ||
|
||
regexp-tree@^0.1.21, regexp-tree@~0.1.1: | ||
regexp-tree@^0.1.22, regexp-tree@~0.1.1: | ||
version "0.1.23" | ||
resolved "https://registry.yarnpkg.com/regexp-tree/-/regexp-tree-0.1.23.tgz#8a8ce1cc5e971acef62213a7ecdb1f6e18a1f1b2" | ||
integrity sha512-+7HWfb4Bvu8Rs2eQTUIpX9I/PlQkYOuTNbRpKLJlQpSgwSkzFYh+pUj0gtvglnOZLKB6YgnIgRuJ2/IlpL48qw== | ||
|
@@ -12251,10 +12279,10 @@ vue-client-only@^2.0.0: | |
resolved "https://registry.yarnpkg.com/vue-client-only/-/vue-client-only-2.0.0.tgz#ddad8d675ee02c761a14229f0e440e219de1da1c" | ||
integrity sha512-arhk1wtWAfLsJyxGMoEYhoBowM87/i6HLSG2LH/03Yog6i2d9JEN1peMP0Ceis+/n9DxdenGYZZTxbPPJyHciA== | ||
|
||
vue-eslint-parser@^7.5.0: | ||
version "7.5.0" | ||
resolved "https://registry.yarnpkg.com/vue-eslint-parser/-/vue-eslint-parser-7.5.0.tgz#b68221c55fee061899afcfb4441ec74c1495285e" | ||
integrity sha512-6EHzl00hIpy4yWZo3qSbtvtVw1A1cTKOv1w95QSuAqGgk4113XtRjvNIiEGo49r0YWOPYsrmI4Dl64axL5Agrw== | ||
vue-eslint-parser@^7.6.0: | ||
version "7.6.0" | ||
resolved "https://registry.yarnpkg.com/vue-eslint-parser/-/vue-eslint-parser-7.6.0.tgz#01ea1a2932f581ff244336565d712801f8f72561" | ||
integrity sha512-QXxqH8ZevBrtiZMZK0LpwaMfevQi9UL7lY6Kcp+ogWHC88AuwUPwwCIzkOUc1LR4XsYAt/F9yHXAB/QoD17QXA== | ||
dependencies: | ||
debug "^4.1.1" | ||
eslint-scope "^5.0.0" | ||
|