Skip to content

Commit 0633c6a

Browse files
Merge pull request #97 from MekDrop/dependabot/npm_and_yarn/eslint-plugin-vue-9.30.0
Bump eslint-plugin-vue from 9.27.0 to 9.30.0
2 parents e9a8354 + 4248d5c commit 0633c6a

File tree

2 files changed

+10
-24
lines changed

2 files changed

+10
-24
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"eslint": "^8.57.0",
4545
"eslint-config-prettier": "^9.1.0",
4646
"eslint-plugin-cypress": "^3.6.0",
47-
"eslint-plugin-vue": "^9.27.0",
47+
"eslint-plugin-vue": "^9.30.0",
4848
"glob": "^10.3.10",
4949
"postcss": "^8.4.47",
5050
"prettier": "^3.3.3",

yarn.lock

Lines changed: 9 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -2988,17 +2988,17 @@ eslint-plugin-cypress@^3.6.0:
29882988
dependencies:
29892989
globals "^13.20.0"
29902990

2991-
eslint-plugin-vue@^9.27.0:
2992-
version "9.27.0"
2993-
resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-9.27.0.tgz#c22dae704a03d9ecefa81364ff89f60ce0481f94"
2994-
integrity sha512-5Dw3yxEyuBSXTzT5/Ge1X5kIkRTQ3nvBn/VwPwInNiZBSJOO/timWMUaflONnFBzU6NhB68lxnCda7ULV5N7LA==
2991+
eslint-plugin-vue@^9.30.0:
2992+
version "9.30.0"
2993+
resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-9.30.0.tgz#801a7d2d7d3bb878fcf71932a1e11fd07529e2c4"
2994+
integrity sha512-CyqlRgShvljFkOeYK8wN5frh/OGTvkj1S7wlr2Q2pUvwq+X5VYiLd6ZjujpgSgLnys2W8qrBLkXQ41SUYaoPIQ==
29952995
dependencies:
29962996
"@eslint-community/eslint-utils" "^4.4.0"
29972997
globals "^13.24.0"
29982998
natural-compare "^1.4.0"
29992999
nth-check "^2.1.1"
30003000
postcss-selector-parser "^6.0.15"
3001-
semver "^7.6.0"
3001+
semver "^7.6.3"
30023002
vue-eslint-parser "^9.4.3"
30033003
xml-name-validator "^4.0.0"
30043004

@@ -4746,13 +4746,6 @@ lru-cache@^5.1.1:
47464746
dependencies:
47474747
yallist "^3.0.2"
47484748

4749-
lru-cache@^6.0.0:
4750-
version "6.0.0"
4751-
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94"
4752-
integrity sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==
4753-
dependencies:
4754-
yallist "^4.0.0"
4755-
47564749
"lru-cache@^9.1.1 || ^10.0.0":
47574750
version "10.2.0"
47584751
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.2.0.tgz#0bd445ca57363465900f4d1f9bd8db343a4d95c3"
@@ -6178,12 +6171,10 @@ semver@^6.0.0, semver@^6.3.0, semver@^6.3.1:
61786171
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4"
61796172
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
61806173

6181-
semver@^7.3.5, semver@^7.3.6, semver@^7.3.7, semver@^7.5.3, semver@^7.5.4, semver@^7.6.0:
6182-
version "7.6.0"
6183-
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.0.tgz#1a46a4db4bffcccd97b743b5005c8325f23d4e2d"
6184-
integrity sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==
6185-
dependencies:
6186-
lru-cache "^6.0.0"
6174+
semver@^7.3.5, semver@^7.3.6, semver@^7.3.7, semver@^7.5.3, semver@^7.5.4, semver@^7.6.3:
6175+
version "7.6.3"
6176+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.3.tgz#980f7b5550bc175fb4dc09403085627f9eb33143"
6177+
integrity sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==
61876178

61886179
61896180
version "0.18.0"
@@ -7360,11 +7351,6 @@ yallist@^3.0.2:
73607351
resolved "https://registry.yarnpkg.com/yallist/-/yallist-3.1.1.tgz#dbb7daf9bfd8bac9ab45ebf602b8cbad0d5d08fd"
73617352
integrity sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==
73627353

7363-
yallist@^4.0.0:
7364-
version "4.0.0"
7365-
resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72"
7366-
integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==
7367-
73687354
yaml-eslint-parser@^0.3.2:
73697355
version "0.3.2"
73707356
resolved "https://registry.yarnpkg.com/yaml-eslint-parser/-/yaml-eslint-parser-0.3.2.tgz#c7f5f3904f1c06ad55dc7131a731b018426b4898"

0 commit comments

Comments
 (0)