Skip to content

Commit 0ea70e5

Browse files
dependabot-supportdependabot[bot]
authored andcommitted
build(deps-dev): bump vue-eslint-parser from 5.0.0 to 6.0.0
Bumps [vue-eslint-parser](https://github.com/mysticatea/vue-eslint-parser) from 5.0.0 to 6.0.0. - [Release notes](https://github.com/mysticatea/vue-eslint-parser/releases) - [Commits](vuejs/vue-eslint-parser@v5.0.0...v6.0.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
1 parent 5f18729 commit 0ea70e5

File tree

2 files changed

+9
-17
lines changed

2 files changed

+9
-17
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"eslint-plugin-self": "^1.1.0",
4545
"mocha": "^5.2.0",
4646
"prettier": "^1.15.3",
47-
"vue-eslint-parser": "^5.0.0"
47+
"vue-eslint-parser": "^6.0.0"
4848
},
4949
"engines": {
5050
"node": ">=6.0.0"

yarn.lock

+8-16
Original file line numberDiff line numberDiff line change
@@ -153,9 +153,9 @@ debug@3.1.0:
153153
dependencies:
154154
ms "2.0.0"
155155

156-
debug@^4.0.1, debug@^4.1.0:
157-
version "4.1.0"
158-
resolved "https://registry.yarnpkg.com/debug/-/debug-4.1.0.tgz#373687bffa678b38b1cd91f861b63850035ddc87"
156+
debug@^4.0.1, debug@^4.1.1:
157+
version "4.1.1"
158+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.1.1.tgz#3b72260255109c6b589cee050f1d516139664791"
159159
dependencies:
160160
ms "^2.1.1"
161161

@@ -281,14 +281,6 @@ eslint@^5.6.0:
281281
table "^5.0.2"
282282
text-table "^0.2.0"
283283

284-
espree@^4.1.0:
285-
version "4.1.0"
286-
resolved "https://registry.yarnpkg.com/espree/-/espree-4.1.0.tgz#728d5451e0fd156c04384a7ad89ed51ff54eb25f"
287-
dependencies:
288-
acorn "^6.0.2"
289-
acorn-jsx "^5.0.0"
290-
eslint-visitor-keys "^1.0.0"
291-
292284
espree@^5.0.0:
293285
version "5.0.0"
294286
resolved "https://registry.yarnpkg.com/espree/-/espree-5.0.0.tgz#fc7f984b62b36a0f543b13fb9cd7b9f4a7f5b65c"
@@ -832,14 +824,14 @@ uri-js@^4.2.2:
832824
dependencies:
833825
punycode "^2.1.0"
834826

835-
vue-eslint-parser@^5.0.0:
836-
version "5.0.0"
837-
resolved "https://registry.yarnpkg.com/vue-eslint-parser/-/vue-eslint-parser-5.0.0.tgz#00f4e4da94ec974b821a26ff0ed0f7a78402b8a1"
827+
vue-eslint-parser@^6.0.0:
828+
version "6.0.0"
829+
resolved "https://registry.yarnpkg.com/vue-eslint-parser/-/vue-eslint-parser-6.0.0.tgz#05928d34868d27969242cc614e250c99ce5c0a0d"
838830
dependencies:
839-
debug "^4.1.0"
831+
debug "^4.1.1"
840832
eslint-scope "^4.0.0"
841833
eslint-visitor-keys "^1.0.0"
842-
espree "^4.1.0"
834+
espree "^5.0.0"
843835
esquery "^1.0.1"
844836
lodash "^4.17.11"
845837

0 commit comments

Comments
 (0)