Skip to content

Commit 98df499

Browse files
chore(deps-dev): bump eslint-plugin-vue from 7.4.1 to 7.5.0 (#6348)
Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) from 7.4.1 to 7.5.0. - [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases) - [Commits](vuejs/eslint-plugin-vue@v7.4.1...v7.5.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jacob Müller <jacob.mueller.elz@gmail.com>
1 parent 5332970 commit 98df499

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
@@ -126,7 +126,7 @@
126126
"eslint-plugin-node": "^11.1.0",
127127
"eslint-plugin-prettier": "^3.3.1",
128128
"eslint-plugin-promise": "^4.2.1",
129-
"eslint-plugin-vue": "^7.4.1",
129+
"eslint-plugin-vue": "^7.5.0",
130130
"esm": "^3.2.25",
131131
"execa": "^5.0.0",
132132
"highlight.js": "^10.5.0",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5538,15 +5538,15 @@ eslint-plugin-promise@^4.2.1:
55385538
resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-4.2.1.tgz#845fd8b2260ad8f82564c1222fce44ad71d9418a"
55395539
integrity sha512-VoM09vT7bfA7D+upt+FjeBO5eHIJQBUWki1aPvB+vbNiHS3+oGIJGIeyBtKQTME6UPXXy3vV07OL1tHd3ANuDw==
55405540

5541-
eslint-plugin-vue@^7.4.1:
5542-
version "7.4.1"
5543-
resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-7.4.1.tgz#2526ef0c010c218824a89423dbe6ddbe76f04fd6"
5544-
integrity sha512-W/xPNHYIkGJphLUM2UIYYGKbRw3BcDoMIPY9lu1TTa2YLiZoxurddfnmOP+UOVywxb5vi438ejzwvKdZqydtIw==
5541+
eslint-plugin-vue@^7.5.0:
5542+
version "7.5.0"
5543+
resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-7.5.0.tgz#cc6d983eb22781fa2440a7573cf39af439bb5725"
5544+
integrity sha512-QnMMTcyV8PLxBz7QQNAwISSEs6LYk2LJvGlxalXvpCtfKnqo7qcY0aZTIxPe8QOnHd7WCwiMZLOJzg6A03T0Gw==
55455545
dependencies:
55465546
eslint-utils "^2.1.0"
55475547
natural-compare "^1.4.0"
55485548
semver "^7.3.2"
5549-
vue-eslint-parser "^7.3.0"
5549+
vue-eslint-parser "^7.4.1"
55505550

55515551
eslint-scope@^4.0.3:
55525552
version "4.0.3"
@@ -14105,10 +14105,10 @@ vue-client-only@^2.0.0:
1410514105
resolved "https://registry.yarnpkg.com/vue-client-only/-/vue-client-only-2.0.0.tgz#ddad8d675ee02c761a14229f0e440e219de1da1c"
1410614106
integrity sha512-arhk1wtWAfLsJyxGMoEYhoBowM87/i6HLSG2LH/03Yog6i2d9JEN1peMP0Ceis+/n9DxdenGYZZTxbPPJyHciA==
1410714107

14108-
vue-eslint-parser@^7.3.0:
14109-
version "7.3.0"
14110-
resolved "https://registry.yarnpkg.com/vue-eslint-parser/-/vue-eslint-parser-7.3.0.tgz#894085839d99d81296fa081d19643733f23d7559"
14111-
integrity sha512-n5PJKZbyspD0+8LnaZgpEvNCrjQx1DyDHw8JdWwoxhhC+yRip4TAvSDpXGf9SWX6b0umeB5aR61gwUo6NVvFxw==
14108+
vue-eslint-parser@^7.4.1:
14109+
version "7.4.1"
14110+
resolved "https://registry.yarnpkg.com/vue-eslint-parser/-/vue-eslint-parser-7.4.1.tgz#e4adcf7876a7379758d9056a72235af18a587f92"
14111+
integrity sha512-AFvhdxpFvliYq1xt/biNBslTHE/zbEvSnr1qfHA/KxRIpErmEDrQZlQnvEexednRHmLfDNOMuDYwZL5xkLzIXQ==
1411214112
dependencies:
1411314113
debug "^4.1.1"
1411414114
eslint-scope "^5.0.0"

0 commit comments

Comments
 (0)