Skip to content
This repository was archived by the owner on Feb 20, 2025. It is now read-only.

Commit 51aa40e

Browse files
chore(deps): update all lint dependencies
1 parent 1fd500e commit 51aa40e

File tree

2 files changed

+40
-3
lines changed

2 files changed

+40
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@
6161
"eslint-plugin-import": "^2.29.1",
6262
"eslint-plugin-jest": "^27.9.0",
6363
"eslint-plugin-n": "^14.0.0",
64-
"eslint-plugin-promise": "^6.1.1",
64+
"eslint-plugin-promise": "^6.6.0",
6565
"eslint-plugin-standard": "^5.0.0",
66-
"eslint-plugin-vue": "^9.24.1",
66+
"eslint-plugin-vue": "^9.28.0",
6767
"jest": "29.7.0",
6868
"npm-run-all2": "^5.0.2",
6969
"nuxt": "2.17.3",

yarn.lock

Lines changed: 38 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5957,6 +5957,11 @@ eslint-plugin-promise@^6.1.1:
59575957
resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-6.1.1.tgz#269a3e2772f62875661220631bd4dafcb4083816"
59585958
integrity sha512-tjqWDwVZQo7UIPMeDReOpUgHCmCiH+ePnVT+5zVapL0uuHnegBUs2smM13CzOs2Xb5+MHMRFTs9v24yjba4Oig==
59595959

5960+
eslint-plugin-promise@^6.6.0:
5961+
version "6.6.0"
5962+
resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-6.6.0.tgz#acd3fd7d55cead7a10f92cf698f36c0aafcd717a"
5963+
integrity sha512-57Zzfw8G6+Gq7axm2Pdo3gW/Rx3h9Yywgn61uE/3elTCOePEHVrn2i5CdfBwA1BLK0Q0WqctICIUSqXZW/VprQ==
5964+
59605965
eslint-plugin-standard@^5.0.0:
59615966
version "5.0.0"
59625967
resolved "https://registry.yarnpkg.com/eslint-plugin-standard/-/eslint-plugin-standard-5.0.0.tgz#c43f6925d669f177db46f095ea30be95476b1ee4"
@@ -5982,7 +5987,21 @@ eslint-plugin-unicorn@^44.0.2:
59825987
semver "^7.3.7"
59835988
strip-indent "^3.0.0"
59845989

5985-
eslint-plugin-vue@^9.24.1, eslint-plugin-vue@^9.7.0:
5990+
eslint-plugin-vue@^9.28.0:
5991+
version "9.28.0"
5992+
resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-9.28.0.tgz#e4412f0c1024bafd15ffeaa6f76f4c99152e2765"
5993+
integrity sha512-ShrihdjIhOTxs+MfWun6oJWuk+g/LAhN+CiuOl/jjkG3l0F2AuK5NMTaWqyvBgkFtpYmyks6P4603mLmhNJW8g==
5994+
dependencies:
5995+
"@eslint-community/eslint-utils" "^4.4.0"
5996+
globals "^13.24.0"
5997+
natural-compare "^1.4.0"
5998+
nth-check "^2.1.1"
5999+
postcss-selector-parser "^6.0.15"
6000+
semver "^7.6.3"
6001+
vue-eslint-parser "^9.4.3"
6002+
xml-name-validator "^4.0.0"
6003+
6004+
eslint-plugin-vue@^9.7.0:
59866005
version "9.24.1"
59876006
resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-9.24.1.tgz#0d90330c939f9dd2f4c759da5a2ad91dc1c8bac4"
59886007
integrity sha512-wk3SuwmS1pZdcuJlokGYEi/buDOwD6KltvhIZyOnpJ/378dcQ4zchu9PAMbbLAaydCz1iYc5AozszcOOgZIIOg==
@@ -11638,6 +11657,11 @@ semver@^6.0.0, semver@^6.1.0, semver@^6.3.0, semver@^6.3.1:
1163811657
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4"
1163911658
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
1164011659

11660+
semver@^7.6.3:
11661+
version "7.6.3"
11662+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.3.tgz#980f7b5550bc175fb4dc09403085627f9eb33143"
11663+
integrity sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==
11664+
1164111665
1164211666
version "0.18.0"
1164311667
resolved "https://registry.yarnpkg.com/send/-/send-0.18.0.tgz#670167cc654b05f5aa4a767f9113bb371bc706be"
@@ -13121,6 +13145,19 @@ vue-eslint-parser@^9.4.2:
1312113145
lodash "^4.17.21"
1312213146
semver "^7.3.6"
1312313147

13148+
vue-eslint-parser@^9.4.3:
13149+
version "9.4.3"
13150+
resolved "https://registry.yarnpkg.com/vue-eslint-parser/-/vue-eslint-parser-9.4.3.tgz#9b04b22c71401f1e8bca9be7c3e3416a4bde76a8"
13151+
integrity sha512-2rYRLWlIpaiN8xbPiDyXZXRgLGOtWxERV7ND5fFAv5qo1D2N9Fu9MNajBNc6o13lZ+24DAWCkQCvj4klgmcITg==
13152+
dependencies:
13153+
debug "^4.3.4"
13154+
eslint-scope "^7.1.1"
13155+
eslint-visitor-keys "^3.3.0"
13156+
espree "^9.3.1"
13157+
esquery "^1.4.0"
13158+
lodash "^4.17.21"
13159+
semver "^7.3.6"
13160+
1312413161
vue-hot-reload-api@^2.3.0:
1312513162
version "2.3.4"
1312613163
resolved "https://registry.yarnpkg.com/vue-hot-reload-api/-/vue-hot-reload-api-2.3.4.tgz#532955cc1eb208a3d990b3a9f9a70574657e08f2"

0 commit comments

Comments
 (0)