Skip to content

Commit da1597d

Browse files
renovate[bot]renovate-bot
authored andcommitted
fix(deps): update dependency vue-eslint-parser to v7 (#47)
Co-authored-by: WhiteSource Renovate <[email protected]>
1 parent 46dd847 commit da1597d

File tree

2 files changed

+10
-19
lines changed

2 files changed

+10
-19
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"jsondiffpatch": "^0.4.0",
3232
"lodash": "^4.17.11",
3333
"parse5": "^5.1.0",
34-
"vue-eslint-parser": "^6.0.3"
34+
"vue-eslint-parser": "^7.0.0"
3535
},
3636
"devDependencies": {
3737
"eslint": "^5.15.0 || ^6.0.0",

yarn.lock

Lines changed: 9 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1238,7 +1238,7 @@ acorn-jsx@^5.0.0, acorn-jsx@^5.1.0:
12381238
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.1.0.tgz#294adb71b57398b0680015f0a38c563ee1db5384"
12391239
integrity sha512-tMUqwBWfLFbJbizRmEcWSLw6HnFzfdJs2sOJEOwwtVPMoH/0Ay+E703oZz78VSXZiiDcZrQ5XKjPIUQixhmgVw==
12401240

1241-
acorn@^6.0.2, acorn@^6.0.7, acorn@^6.2.1:
1241+
acorn@^6.0.2, acorn@^6.2.1:
12421242
version "6.4.0"
12431243
resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.4.0.tgz#b659d2ffbafa24baf5db1cdbb2c94a983ecd2784"
12441244
integrity sha512-gac8OEcQ2Li1dxIEWGZzsp2BitJxwkwcOm0zHAJLcPJaVvm58FRnk6RkuLRpU1EujipU2ZFODv2P9DLMfnV8mw==
@@ -3650,15 +3650,6 @@ espree@^4.1.0:
36503650
acorn-jsx "^5.0.0"
36513651
eslint-visitor-keys "^1.0.0"
36523652

3653-
espree@^5.0.0:
3654-
version "5.0.1"
3655-
resolved "https://registry.yarnpkg.com/espree/-/espree-5.0.1.tgz#5d6526fa4fc7f0788a5cf75b15f30323e2f81f7a"
3656-
integrity sha512-qWAZcWh4XE/RwzLJejfcofscgMc9CamR6Tn1+XRXNzrvUSSbiAjGOI/fggztjIi7y9VLPqnICMIPiGyr8JaZ0A==
3657-
dependencies:
3658-
acorn "^6.0.7"
3659-
acorn-jsx "^5.0.0"
3660-
eslint-visitor-keys "^1.0.0"
3661-
36623653
espree@^6.1.2:
36633654
version "6.1.2"
36643655
resolved "https://registry.yarnpkg.com/espree/-/espree-6.1.2.tgz#6c272650932b4f91c3714e5e7b5f5e2ecf47262d"
@@ -9620,17 +9611,17 @@ vue-eslint-parser@^5.0.0:
96209611
esquery "^1.0.1"
96219612
lodash "^4.17.11"
96229613

9623-
vue-eslint-parser@^6.0.3:
9624-
version "6.0.5"
9625-
resolved "https://registry.yarnpkg.com/vue-eslint-parser/-/vue-eslint-parser-6.0.5.tgz#c1c067c2755748e28f3872cd42e8c1c4c1a8059f"
9626-
integrity sha512-Bvjlx7rH1Ulvus56KHeLXOjEi3JMOYTa1GAqZr9lBQhd8weK8mV7U7V2l85yokBZEWHJQjLn6X3nosY8TzkOKg==
9614+
vue-eslint-parser@^7.0.0:
9615+
version "7.0.0"
9616+
resolved "https://registry.yarnpkg.com/vue-eslint-parser/-/vue-eslint-parser-7.0.0.tgz#a4ed2669f87179dedd06afdd8736acbb3a3864d6"
9617+
integrity sha512-yR0dLxsTT7JfD2YQo9BhnQ6bUTLsZouuzt9SKRP7XNaZJV459gvlsJo4vT2nhZ/2dH9j3c53bIx9dnqU2prM9g==
96279618
dependencies:
96289619
debug "^4.1.1"
9629-
eslint-scope "^4.0.0"
9630-
eslint-visitor-keys "^1.0.0"
9631-
espree "^5.0.0"
9620+
eslint-scope "^5.0.0"
9621+
eslint-visitor-keys "^1.1.0"
9622+
espree "^6.1.2"
96329623
esquery "^1.0.1"
9633-
lodash "^4.17.11"
9624+
lodash "^4.17.15"
96349625

96359626
vue-hot-reload-api@^2.3.0:
96369627
version "2.3.4"

0 commit comments

Comments
 (0)