|
2 | 2 | # yarn lockfile v1
|
3 | 3 |
|
4 | 4 |
|
5 |
| -"@babel/[email protected]-beta.44": |
6 |
| - version "7.0.0-beta.44" |
7 |
| - resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.0.0-beta.44.tgz#2a02643368de80916162be70865c97774f3adbd9" |
| 5 | +"@babel/code-frame@^7.0.0": |
| 6 | + version "7.0.0" |
| 7 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.0.0.tgz#06e2ab19bdb535385559aabb5ba59729482800f8" |
8 | 8 | dependencies:
|
9 |
| - "@babel/highlight" "7.0.0-beta.44" |
| 9 | + "@babel/highlight" "^7.0.0" |
10 | 10 |
|
11 |
| -"@babel/[email protected]-beta.44": |
12 |
| - version "7.0.0-beta.44" |
13 |
| - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.0.0-beta.44.tgz#c7e67b9b5284afcf69b309b50d7d37f3e5033d42" |
| 11 | +"@babel/generator@^7.0.0": |
| 12 | + version "7.0.0" |
| 13 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.0.0.tgz#1efd58bffa951dc846449e58ce3a1d7f02d393aa" |
14 | 14 | dependencies:
|
15 |
| - "@babel/types" "7.0.0-beta.44" |
| 15 | + "@babel/types" "^7.0.0" |
16 | 16 | jsesc "^2.5.1"
|
17 |
| - lodash "^4.2.0" |
| 17 | + lodash "^4.17.10" |
18 | 18 | source-map "^0.5.0"
|
19 | 19 | trim-right "^1.0.1"
|
20 | 20 |
|
21 |
| -"@babel/helper-function-name@7.0.0-beta.44": |
22 |
| - version "7.0.0-beta.44" |
23 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.0.0-beta.44.tgz#e18552aaae2231100a6e485e03854bc3532d44dd" |
| 21 | +"@babel/helper-function-name@^7.1.0": |
| 22 | + version "7.1.0" |
| 23 | + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.1.0.tgz#a0ceb01685f73355d4360c1247f582bfafc8ff53" |
24 | 24 | dependencies:
|
25 |
| - "@babel/helper-get-function-arity" "7.0.0-beta.44" |
26 |
| - "@babel/template" "7.0.0-beta.44" |
27 |
| - "@babel/types" "7.0.0-beta.44" |
| 25 | + "@babel/helper-get-function-arity" "^7.0.0" |
| 26 | + "@babel/template" "^7.1.0" |
| 27 | + "@babel/types" "^7.0.0" |
28 | 28 |
|
29 |
| -"@babel/[email protected]-beta.44": |
30 |
| - version "7.0.0-beta.44" |
31 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0-beta.44.tgz#d03ca6dd2b9f7b0b1e6b32c56c72836140db3a15" |
| 29 | +"@babel/helper-get-function-arity@^7.0.0": |
| 30 | + version "7.0.0" |
| 31 | + resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0.tgz#83572d4320e2a4657263734113c42868b64e49c3" |
32 | 32 | dependencies:
|
33 |
| - "@babel/types" "7.0.0-beta.44" |
| 33 | + "@babel/types" "^7.0.0" |
34 | 34 |
|
35 |
| -"@babel/[email protected]-beta.44": |
36 |
| - version "7.0.0-beta.44" |
37 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.0.0-beta.44.tgz#c0b351735e0fbcb3822c8ad8db4e583b05ebd9dc" |
| 35 | +"@babel/helper-split-export-declaration@^7.0.0": |
| 36 | + version "7.0.0" |
| 37 | + resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.0.0.tgz#3aae285c0311c2ab095d997b8c9a94cad547d813" |
38 | 38 | dependencies:
|
39 |
| - "@babel/types" "7.0.0-beta.44" |
| 39 | + "@babel/types" "^7.0.0" |
40 | 40 |
|
41 |
| -"@babel/[email protected]-beta.44": |
42 |
| - version "7.0.0-beta.44" |
43 |
| - resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.0.0-beta.44.tgz#18c94ce543916a80553edcdcf681890b200747d5" |
| 41 | +"@babel/highlight@^7.0.0": |
| 42 | + version "7.0.0" |
| 43 | + resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.0.0.tgz#f710c38c8d458e6dd9a201afb637fcb781ce99e4" |
44 | 44 | dependencies:
|
45 | 45 | chalk "^2.0.0"
|
46 | 46 | esutils "^2.0.2"
|
47 |
| - js-tokens "^3.0.0" |
| 47 | + js-tokens "^4.0.0" |
| 48 | + |
| 49 | +"@babel/parser@^7.0.0", "@babel/parser@^7.1.0": |
| 50 | + version "7.1.0" |
| 51 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.1.0.tgz#a7cd42cb3c12aec52e24375189a47b39759b783e" |
| 52 | + |
| 53 | +"@babel/template@^7.1.0": |
| 54 | + version "7.1.0" |
| 55 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.1.0.tgz#58cc9572e1bfe24fe1537fdf99d839d53e517e22" |
| 56 | + dependencies: |
| 57 | + "@babel/code-frame" "^7.0.0" |
| 58 | + "@babel/parser" "^7.1.0" |
| 59 | + "@babel/types" "^7.0.0" |
48 | 60 |
|
49 |
| - |
50 |
| - version "7.0.0-beta.44" |
51 |
| - resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.0.0-beta.44.tgz#f8832f4fdcee5d59bf515e595fc5106c529b394f" |
52 |
| - dependencies: |
53 |
| - "@babel/code-frame" "7.0.0-beta.44" |
54 |
| - "@babel/types" "7.0.0-beta.44" |
55 |
| - babylon "7.0.0-beta.44" |
56 |
| - lodash "^4.2.0" |
57 |
| - |
58 |
| - |
59 |
| - version "7.0.0-beta.44" |
60 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.0.0-beta.44.tgz#a970a2c45477ad18017e2e465a0606feee0d2966" |
61 |
| - dependencies: |
62 |
| - "@babel/code-frame" "7.0.0-beta.44" |
63 |
| - "@babel/generator" "7.0.0-beta.44" |
64 |
| - "@babel/helper-function-name" "7.0.0-beta.44" |
65 |
| - "@babel/helper-split-export-declaration" "7.0.0-beta.44" |
66 |
| - "@babel/types" "7.0.0-beta.44" |
67 |
| - babylon "7.0.0-beta.44" |
| 61 | +"@babel/traverse@^7.0.0": |
| 62 | + version "7.1.0" |
| 63 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.1.0.tgz#503ec6669387efd182c3888c4eec07bcc45d91b2" |
| 64 | + dependencies: |
| 65 | + "@babel/code-frame" "^7.0.0" |
| 66 | + "@babel/generator" "^7.0.0" |
| 67 | + "@babel/helper-function-name" "^7.1.0" |
| 68 | + "@babel/helper-split-export-declaration" "^7.0.0" |
| 69 | + "@babel/parser" "^7.1.0" |
| 70 | + "@babel/types" "^7.0.0" |
68 | 71 | debug "^3.1.0"
|
69 | 72 | globals "^11.1.0"
|
70 |
| - invariant "^2.2.0" |
71 |
| - lodash "^4.2.0" |
| 73 | + lodash "^4.17.10" |
72 | 74 |
|
73 |
| -"@babel/[email protected]-beta.44": |
74 |
| - version "7.0.0-beta.44" |
75 |
| - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.0.0-beta.44.tgz#6b1b164591f77dec0a0342aca995f2d046b3a757" |
| 75 | +"@babel/types@^7.0.0": |
| 76 | + version "7.0.0" |
| 77 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.0.0.tgz#6e191793d3c854d19c6749989e3bc55f0e962118" |
76 | 78 | dependencies:
|
77 | 79 | esutils "^2.0.2"
|
78 |
| - lodash "^4.2.0" |
| 80 | + lodash "^4.17.10" |
79 | 81 | to-fast-properties "^2.0.0"
|
80 | 82 |
|
81 | 83 | "@nuxtjs/youch@^4.2.3":
|
@@ -451,15 +453,15 @@ babel-core@^6.0.0, babel-core@^6.22.1, babel-core@^6.26.0:
|
451 | 453 | slash "^1.0.0"
|
452 | 454 | source-map "^0.5.7"
|
453 | 455 |
|
454 |
| -babel-eslint@8.2.3: |
455 |
| - version "8.2.3" |
456 |
| - resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-8.2.3.tgz#1a2e6681cc9bc4473c32899e59915e19cd6733cf" |
| 456 | +babel-eslint@10.0.1: |
| 457 | + version "10.0.1" |
| 458 | + resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-10.0.1.tgz#919681dc099614cd7d31d45c8908695092a1faed" |
457 | 459 | dependencies:
|
458 |
| - "@babel/code-frame" "7.0.0-beta.44" |
459 |
| - "@babel/traverse" "7.0.0-beta.44" |
460 |
| - "@babel/types" "7.0.0-beta.44" |
461 |
| - babylon "7.0.0-beta.44" |
462 |
| - eslint-scope "~3.7.1" |
| 460 | + "@babel/code-frame" "^7.0.0" |
| 461 | + "@babel/parser" "^7.0.0" |
| 462 | + "@babel/traverse" "^7.0.0" |
| 463 | + "@babel/types" "^7.0.0" |
| 464 | + eslint-scope "3.7.1" |
463 | 465 | eslint-visitor-keys "^1.0.0"
|
464 | 466 |
|
465 | 467 | babel-generator@^6.26.0:
|
@@ -1093,10 +1095,6 @@ babel-types@^6.19.0, babel-types@^6.24.1, babel-types@^6.26.0:
|
1093 | 1095 | lodash "^4.17.4"
|
1094 | 1096 | to-fast-properties "^1.0.3"
|
1095 | 1097 |
|
1096 |
| - |
1097 |
| - version "7.0.0-beta.44" |
1098 |
| - resolved "https://registry.yarnpkg.com/babylon/-/babylon-7.0.0-beta.44.tgz#89159e15e6e30c5096e22d738d8c0af8a0e8ca1d" |
1099 |
| - |
1100 | 1098 | babylon@^6.18.0:
|
1101 | 1099 | version "6.18.0"
|
1102 | 1100 | resolved "https://registry.yarnpkg.com/babylon/-/babylon-6.18.0.tgz#af2f3b88fa6f5c1e4c634d1a0f8eac4f55b395e3"
|
|
2559 | 2557 | fast-diff "^1.1.1"
|
2560 | 2558 | jest-docblock "^21.0.0"
|
2561 | 2559 |
|
2562 |
| -eslint-scope@^3.7.1, eslint-scope@~3.7.1: |
| 2560 | +[email protected], eslint-scope@^3.7.1: |
2563 | 2561 | version "3.7.1"
|
2564 | 2562 | resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-3.7.1.tgz#3d63c3edfda02e06e01a452ad88caacc7cdcb6e8"
|
2565 | 2563 | dependencies:
|
@@ -3638,12 +3636,6 @@ interpret@^1.0.0:
|
3638 | 3636 | version "1.1.0"
|
3639 | 3637 | resolved "https://registry.yarnpkg.com/interpret/-/interpret-1.1.0.tgz#7ed1b1410c6a0e0f78cf95d3b8440c63f78b8614"
|
3640 | 3638 |
|
3641 |
| -invariant@^2.2.0: |
3642 |
| - version "2.2.2" |
3643 |
| - resolved "https://registry.yarnpkg.com/invariant/-/invariant-2.2.2.tgz#9e1f56ac0acdb6bf303306f338be3b204ae60360" |
3644 |
| - dependencies: |
3645 |
| - loose-envify "^1.0.0" |
3646 |
| - |
3647 | 3639 | invariant@^2.2.2:
|
3648 | 3640 | version "2.2.4"
|
3649 | 3641 | resolved "https://registry.yarnpkg.com/invariant/-/invariant-2.2.4.tgz#610f3c92c9359ce1db616e538008d23ff35158e6"
|
@@ -3944,6 +3936,10 @@ js-tokens@^3.0.0, js-tokens@^3.0.2:
|
3944 | 3936 | version "3.0.2"
|
3945 | 3937 | resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-3.0.2.tgz#9866df395102130e38f7f996bceb65443209c25b"
|
3946 | 3938 |
|
| 3939 | +js-tokens@^4.0.0: |
| 3940 | + version "4.0.0" |
| 3941 | + resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499" |
| 3942 | + |
3947 | 3943 | js-yaml@^3.4.3, js-yaml@^3.9.0:
|
3948 | 3944 | version "3.12.0"
|
3949 | 3945 | resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.12.0.tgz#eaed656ec8344f10f527c6bfa1b6e2244de167d1"
|
@@ -4205,7 +4201,7 @@ lodash@^4.0.0, lodash@^4.17.10, lodash@^4.17.2, lodash@^4.17.3, lodash@^4.17.5,
|
4205 | 4201 | version "4.17.10"
|
4206 | 4202 | resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.10.tgz#1b7793cf7259ea38fb3661d4d38b3260af8ae4e7"
|
4207 | 4203 |
|
4208 |
| -lodash@^4.17.4, lodash@^4.2.0, lodash@^4.3.0: |
| 4204 | +lodash@^4.17.4, lodash@^4.3.0: |
4209 | 4205 | version "4.17.5"
|
4210 | 4206 | resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.5.tgz#99a92d65c0272debe8c96b6057bc8fbfa3bed511"
|
4211 | 4207 |
|
|
0 commit comments