Skip to content

Commit

Permalink
Upgrade: Bump vue-eslint-parser from 3.2.2 to 3.3.0
Browse files Browse the repository at this point in the history
Bumps [vue-eslint-parser](https://github.com/mysticatea/vue-eslint-parser) from 3.2.2 to 3.3.0.
- [Release notes](https://github.com/mysticatea/vue-eslint-parser/releases)
- [Commits](vuejs/vue-eslint-parser@v3.2.2...v3.3.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
  • Loading branch information
dependabot-support authored and dependabot[bot] committed Nov 26, 2018
1 parent 3ea0021 commit 2379e93
Showing 1 changed file with 23 additions and 13 deletions.
36 changes: 23 additions & 13 deletions yarn.lock
Expand Up @@ -29,10 +29,18 @@ acorn-jsx@^4.1.1:
dependencies:
acorn "^5.0.3"

acorn-jsx@^5.0.0:
version "5.0.1"
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.0.1.tgz#32a064fd925429216a09b141102bfdd185fae40e"

acorn@^5.0.3, acorn@^5.6.0:
version "5.7.3"
resolved "https://registry.yarnpkg.com/acorn/-/acorn-5.7.3.tgz#67aa231bf8812974b85235a96771eb6bd07ea279"

acorn@^6.0.2:
version "6.0.4"
resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.0.4.tgz#77377e7353b72ec5104550aa2d2097a2fd40b754"

ajv@^6.5.3:
version "6.5.4"
resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.5.4.tgz#247d5274110db653706b550fcc2b797ca28cfc59"
Expand Down Expand Up @@ -161,13 +169,7 @@ debug@3.1.0:
dependencies:
ms "2.0.0"

debug@^3.1.0:
version "3.2.5"
resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.5.tgz#c2418fbfd7a29f4d4f70ff4cea604d4b64c46407"
dependencies:
ms "^2.1.1"

debug@^4.0.1:
debug@^4.0.1, debug@^4.1.0:
version "4.1.0"
resolved "https://registry.yarnpkg.com/debug/-/debug-4.1.0.tgz#373687bffa678b38b1cd91f861b63850035ddc87"
dependencies:
Expand Down Expand Up @@ -304,6 +306,14 @@ espree@^4.0.0:
acorn "^5.6.0"
acorn-jsx "^4.1.1"

espree@^4.1.0:
version "4.1.0"
resolved "https://registry.yarnpkg.com/espree/-/espree-4.1.0.tgz#728d5451e0fd156c04384a7ad89ed51ff54eb25f"
dependencies:
acorn "^6.0.2"
acorn-jsx "^5.0.0"
eslint-visitor-keys "^1.0.0"

esprima@^4.0.0:
version "4.0.1"
resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71"
Expand Down Expand Up @@ -544,7 +554,7 @@ levn@^0.3.0, levn@~0.3.0:
prelude-ls "~1.1.2"
type-check "~0.3.2"

lodash@^4.17.10, lodash@^4.17.5:
lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.5:
version "4.17.11"
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.11.tgz#b39ea6229ef607ecd89e2c8df12536891cac9b8d"

Expand Down Expand Up @@ -846,15 +856,15 @@ uri-js@^4.2.2:
punycode "^2.1.0"

vue-eslint-parser@^3.2.2:
version "3.2.2"
resolved "https://registry.yarnpkg.com/vue-eslint-parser/-/vue-eslint-parser-3.2.2.tgz#47c971ee4c39b0ee7d7f5e154cb621beb22f7a34"
version "3.3.0"
resolved "https://registry.yarnpkg.com/vue-eslint-parser/-/vue-eslint-parser-3.3.0.tgz#06b195d18bb66ac72c6b7f2469b549109a61d72c"
dependencies:
debug "^3.1.0"
debug "^4.1.0"
eslint-scope "^4.0.0"
eslint-visitor-keys "^1.0.0"
espree "^4.0.0"
espree "^4.1.0"
esquery "^1.0.1"
lodash "^4.17.10"
lodash "^4.17.11"

which@^1.2.9:
version "1.3.1"
Expand Down

0 comments on commit 2379e93

Please sign in to comment.