Skip to content

Commit 436ec6e

Browse files
chore(deps-dev): bump eslint-plugin-vue from 9.22.0 to 9.26.0 (#566)
Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) from 9.22.0 to 9.26.0. - [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases) - [Commits](vuejs/eslint-plugin-vue@v9.22.0...v9.26.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 c89863b commit 436ec6e

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"eslint-plugin-jest": "^27.2.1",
4040
"eslint-plugin-node": "^11.0.0",
4141
"eslint-plugin-promise": "^5.2.0",
42-
"eslint-plugin-vue": "^9.22.0",
42+
"eslint-plugin-vue": "^9.26.0",
4343
"faker": "^5.5.3",
4444
"fetch-mock": "^9.11.0",
4545
"husky": "^9.0.11",

yarn.lock

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2639,12 +2639,13 @@ eslint-plugin-promise@^5.2.0:
26392639
resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-5.2.0.tgz#a596acc32981627eb36d9d75f9666ac1a4564971"
26402640
integrity sha512-SftLb1pUG01QYq2A/hGAWfDRXqYD82zE7j7TopDOyNdU+7SvvoXREls/+PRTY17vUXzXnZA/zfnyKgRH6x4JJw==
26412641

2642-
eslint-plugin-vue@^9.22.0:
2643-
version "9.22.0"
2644-
resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-9.22.0.tgz#e8a625adb0b6ce3b65635dd74fec8345146f8e26"
2645-
integrity sha512-7wCXv5zuVnBtZE/74z4yZ0CM8AjH6bk4MQGm7hZjUC2DBppKU5ioeOk5LGSg/s9a1ZJnIsdPLJpXnu1Rc+cVHg==
2642+
eslint-plugin-vue@^9.26.0:
2643+
version "9.26.0"
2644+
resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-9.26.0.tgz#bf7f5cce62c8f878059b91edae44d22974133af5"
2645+
integrity sha512-eTvlxXgd4ijE1cdur850G6KalZqk65k1JKoOI2d1kT3hr8sPD07j1q98FRFdNnpxBELGPWxZmInxeHGF/GxtqQ==
26462646
dependencies:
26472647
"@eslint-community/eslint-utils" "^4.4.0"
2648+
globals "^13.24.0"
26482649
natural-compare "^1.4.0"
26492650
nth-check "^2.1.1"
26502651
postcss-selector-parser "^6.0.15"
@@ -3057,10 +3058,10 @@ globals@^11.1.0:
30573058
resolved "https://registry.yarnpkg.com/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e"
30583059
integrity sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==
30593060

3060-
globals@^13.6.0, globals@^13.9.0:
3061-
version "13.9.0"
3062-
resolved "https://registry.yarnpkg.com/globals/-/globals-13.9.0.tgz#4bf2bf635b334a173fb1daf7c5e6b218ecdc06cb"
3063-
integrity sha512-74/FduwI/JaIrr1H8e71UbDE+5x7pIPs1C2rrwC52SszOo043CsWOZEMW7o2Y58xwm9b+0RBKDxY5n2sUpEFxA==
3061+
globals@^13.24.0, globals@^13.6.0, globals@^13.9.0:
3062+
version "13.24.0"
3063+
resolved "https://registry.yarnpkg.com/globals/-/globals-13.24.0.tgz#8432a19d78ce0c1e833949c36adb345400bb1171"
3064+
integrity sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==
30643065
dependencies:
30653066
type-fest "^0.20.2"
30663067

0 commit comments

Comments
 (0)