Skip to content

Commit bd50dcd

Browse files
chore(deps-dev): bump eslint-plugin-vue from 7.12.1 to 7.14.0 (#270)
1 parent dbbb6bc commit bd50dcd

File tree

2 files changed

+15
-14
lines changed

2 files changed

+15
-14
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"eslint-plugin-jest": "^24.3.6",
3838
"eslint-plugin-node": "^11.0.0",
3939
"eslint-plugin-promise": "^5.1.0",
40-
"eslint-plugin-vue": "^7.12.1",
40+
"eslint-plugin-vue": "^7.14.0",
4141
"husky": "^6.0.0",
4242
"jest": "^26.0.1",
4343
"jest-transform-stub": "^2.0.0",

yarn.lock

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2582,15 +2582,15 @@ eslint-plugin-promise@^5.1.0:
25822582
resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-5.1.0.tgz#fb2188fb734e4557993733b41aa1a688f46c6f24"
25832583
integrity sha512-NGmI6BH5L12pl7ScQHbg7tvtk4wPxxj8yPHH47NvSmMtFneC077PSeY3huFj06ZWZvtbfxSPt3RuOQD5XcR4ng==
25842584

2585-
eslint-plugin-vue@^7.12.1:
2586-
version "7.12.1"
2587-
resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-7.12.1.tgz#ef6499ce4fe0566659c8e12c71713f5308630a76"
2588-
integrity sha512-xHf/wCt88qmzqQerjaSteUFGASj7fPreglKD4ijnvoKRkoSJ3/H3kuJE8QFFtc+2wjw6hRDs834HH7vpuTJQzg==
2585+
eslint-plugin-vue@^7.14.0:
2586+
version "7.14.0"
2587+
resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-7.14.0.tgz#8c00f211064bd2708fc1aa4abd0592538fbb2cb1"
2588+
integrity sha512-IW5A2Td0wEWjFGaGVEO24JNXa8cVFzAQTXrYv/Vu3zyDVS9sjwOpZY0iqub7FOkT2AK3Imtw4U4wg48pP9oWww==
25892589
dependencies:
25902590
eslint-utils "^2.1.0"
25912591
natural-compare "^1.4.0"
2592-
semver "^7.3.2"
2593-
vue-eslint-parser "^7.6.0"
2592+
semver "^6.3.0"
2593+
vue-eslint-parser "^7.9.0"
25942594

25952595
eslint-scope@^5.0.0, eslint-scope@^5.1.1:
25962596
version "5.1.1"
@@ -4324,7 +4324,7 @@ lodash.truncate@^4.4.2:
43244324
resolved "https://registry.yarnpkg.com/lodash.truncate/-/lodash.truncate-4.4.2.tgz#5a350da0b1113b837ecfffd5812cbe58d6eae193"
43254325
integrity sha1-WjUNoLERO4N+z//VgSy+WNbq4ZM=
43264326

4327-
lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.4:
4327+
lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.21, lodash@^4.17.4:
43284328
version "4.17.21"
43294329
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
43304330
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
@@ -5973,17 +5973,18 @@ verror@1.10.0:
59735973
core-util-is "1.0.2"
59745974
extsprintf "^1.2.0"
59755975

5976-
vue-eslint-parser@^7.6.0:
5977-
version "7.6.0"
5978-
resolved "https://registry.yarnpkg.com/vue-eslint-parser/-/vue-eslint-parser-7.6.0.tgz#01ea1a2932f581ff244336565d712801f8f72561"
5979-
integrity sha512-QXxqH8ZevBrtiZMZK0LpwaMfevQi9UL7lY6Kcp+ogWHC88AuwUPwwCIzkOUc1LR4XsYAt/F9yHXAB/QoD17QXA==
5976+
vue-eslint-parser@^7.9.0:
5977+
version "7.9.0"
5978+
resolved "https://registry.yarnpkg.com/vue-eslint-parser/-/vue-eslint-parser-7.9.0.tgz#5eeedc71f22ebc7b18b957d1ab171acf29a41e64"
5979+
integrity sha512-QBlhZ5LteDRVy2dISfQhNEmmcqph+GTaD4SH41bYzXcVHFPJ9p34zCG6QAqOZVa8PKaVgbomFnoZpGJRZi14vg==
59805980
dependencies:
59815981
debug "^4.1.1"
5982-
eslint-scope "^5.0.0"
5982+
eslint-scope "^5.1.1"
59835983
eslint-visitor-keys "^1.1.0"
59845984
espree "^6.2.1"
59855985
esquery "^1.4.0"
5986-
lodash "^4.17.15"
5986+
lodash "^4.17.21"
5987+
semver "^6.3.0"
59875988

59885989
vue-jest@^3.0.5:
59895990
version "3.0.7"

0 commit comments

Comments
 (0)