Skip to content

Commit 4b16e60

Browse files
chore(deps-dev): bump eslint-plugin-vue from 9.26.0 to 9.27.0 (#581)
Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) from 9.26.0 to 9.27.0. - [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases) - [Commits](vuejs/eslint-plugin-vue@v9.26.0...v9.27.0) --- updated-dependencies: - dependency-name: eslint-plugin-vue dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b9e3f25 commit 4b16e60

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"eslint-plugin-jest": "^27.2.1",
4141
"eslint-plugin-node": "^11.0.0",
4242
"eslint-plugin-promise": "^5.2.0",
43-
"eslint-plugin-vue": "^9.26.0",
43+
"eslint-plugin-vue": "^9.27.0",
4444
"fetch-mock": "^9.11.0",
4545
"husky": "^9.0.11",
4646
"jest": "^29.4.3",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2698,18 +2698,18 @@ eslint-plugin-promise@^5.2.0:
26982698
resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-5.2.0.tgz#a596acc32981627eb36d9d75f9666ac1a4564971"
26992699
integrity sha512-SftLb1pUG01QYq2A/hGAWfDRXqYD82zE7j7TopDOyNdU+7SvvoXREls/+PRTY17vUXzXnZA/zfnyKgRH6x4JJw==
27002700

2701-
eslint-plugin-vue@^9.26.0:
2702-
version "9.26.0"
2703-
resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-9.26.0.tgz#bf7f5cce62c8f878059b91edae44d22974133af5"
2704-
integrity sha512-eTvlxXgd4ijE1cdur850G6KalZqk65k1JKoOI2d1kT3hr8sPD07j1q98FRFdNnpxBELGPWxZmInxeHGF/GxtqQ==
2701+
eslint-plugin-vue@^9.27.0:
2702+
version "9.27.0"
2703+
resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-9.27.0.tgz#c22dae704a03d9ecefa81364ff89f60ce0481f94"
2704+
integrity sha512-5Dw3yxEyuBSXTzT5/Ge1X5kIkRTQ3nvBn/VwPwInNiZBSJOO/timWMUaflONnFBzU6NhB68lxnCda7ULV5N7LA==
27052705
dependencies:
27062706
"@eslint-community/eslint-utils" "^4.4.0"
27072707
globals "^13.24.0"
27082708
natural-compare "^1.4.0"
27092709
nth-check "^2.1.1"
27102710
postcss-selector-parser "^6.0.15"
27112711
semver "^7.6.0"
2712-
vue-eslint-parser "^9.4.2"
2712+
vue-eslint-parser "^9.4.3"
27132713
xml-name-validator "^4.0.0"
27142714

27152715
eslint-scope@^5.1.1:
@@ -5431,10 +5431,10 @@ v8-to-istanbul@^9.0.1:
54315431
"@types/istanbul-lib-coverage" "^2.0.1"
54325432
convert-source-map "^2.0.0"
54335433

5434-
vue-eslint-parser@^9.4.2:
5435-
version "9.4.2"
5436-
resolved "https://registry.yarnpkg.com/vue-eslint-parser/-/vue-eslint-parser-9.4.2.tgz#02ffcce82042b082292f2d1672514615f0d95b6d"
5437-
integrity sha512-Ry9oiGmCAK91HrKMtCrKFWmSFWvYkpGglCeFAIqDdr9zdXmMMpJOmUJS7WWsW7fX81h6mwHmUZCQQ1E0PkSwYQ==
5434+
vue-eslint-parser@^9.4.3:
5435+
version "9.4.3"
5436+
resolved "https://registry.yarnpkg.com/vue-eslint-parser/-/vue-eslint-parser-9.4.3.tgz#9b04b22c71401f1e8bca9be7c3e3416a4bde76a8"
5437+
integrity sha512-2rYRLWlIpaiN8xbPiDyXZXRgLGOtWxERV7ND5fFAv5qo1D2N9Fu9MNajBNc6o13lZ+24DAWCkQCvj4klgmcITg==
54385438
dependencies:
54395439
debug "^4.3.4"
54405440
eslint-scope "^7.1.1"

0 commit comments

Comments
 (0)