|
9 | 9 | dependencies:
|
10 | 10 | "@babel/highlight" "^7.0.0"
|
11 | 11 |
|
12 |
| -"@babel/core@^7.1.6": |
13 |
| - version "7.1.6" |
14 |
| - resolved "https://registry.npmjs.org/@babel/core/-/core-7.1.6.tgz#3733cbee4317429bc87c62b29cf8587dba7baeb3" |
15 |
| - integrity sha512-Hz6PJT6e44iUNpAn8AoyAs6B3bl60g7MJQaI0rZEar6ECzh6+srYO1xlIdssio34mPaUtAb1y+XlkkSJzok3yw== |
| 12 | +"@babel/code-frame@^7.5.5": |
| 13 | + version "7.5.5" |
| 14 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.5.5.tgz#bc0782f6d69f7b7d49531219699b988f669a8f9d" |
| 15 | + integrity sha512-27d4lZoomVyo51VegxI20xZPuSHusqbQag/ztrBC7wegWoQ1nLREPVSKSW8byhTlzTKyNE4ifaTA6lCp7JjpFw== |
16 | 16 | dependencies:
|
17 |
| - "@babel/code-frame" "^7.0.0" |
18 |
| - "@babel/generator" "^7.1.6" |
19 |
| - "@babel/helpers" "^7.1.5" |
20 |
| - "@babel/parser" "^7.1.6" |
21 |
| - "@babel/template" "^7.1.2" |
22 |
| - "@babel/traverse" "^7.1.6" |
23 |
| - "@babel/types" "^7.1.6" |
24 |
| - convert-source-map "^1.1.0" |
| 17 | + "@babel/highlight" "^7.0.0" |
| 18 | + |
| 19 | +"@babel/core@^7.7.7": |
| 20 | + version "7.7.7" |
| 21 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.7.7.tgz#ee155d2e12300bcc0cff6a8ad46f2af5063803e9" |
| 22 | + integrity sha512-jlSjuj/7z138NLZALxVgrx13AOtqip42ATZP7+kYl53GvDV6+4dCek1mVUo8z8c8Xnw/mx2q3d9HWh3griuesQ== |
| 23 | + dependencies: |
| 24 | + "@babel/code-frame" "^7.5.5" |
| 25 | + "@babel/generator" "^7.7.7" |
| 26 | + "@babel/helpers" "^7.7.4" |
| 27 | + "@babel/parser" "^7.7.7" |
| 28 | + "@babel/template" "^7.7.4" |
| 29 | + "@babel/traverse" "^7.7.4" |
| 30 | + "@babel/types" "^7.7.4" |
| 31 | + convert-source-map "^1.7.0" |
25 | 32 | debug "^4.1.0"
|
26 | 33 | json5 "^2.1.0"
|
27 |
| - lodash "^4.17.10" |
| 34 | + lodash "^4.17.13" |
28 | 35 | resolve "^1.3.2"
|
29 | 36 | semver "^5.4.1"
|
30 | 37 | source-map "^0.5.0"
|
|
40 | 47 | source-map "^0.5.0"
|
41 | 48 | trim-right "^1.0.1"
|
42 | 49 |
|
| 50 | +"@babel/generator@^7.7.4", "@babel/generator@^7.7.7": |
| 51 | + version "7.7.7" |
| 52 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.7.7.tgz#859ac733c44c74148e1a72980a64ec84b85f4f45" |
| 53 | + integrity sha512-/AOIBpHh/JU1l0ZFS4kiRCBnLi6OTHzh0RPk3h9isBxkkqELtQNFi1Vr/tiG9p1yfoUdKVwISuXWQR+hwwM4VQ== |
| 54 | + dependencies: |
| 55 | + "@babel/types" "^7.7.4" |
| 56 | + jsesc "^2.5.1" |
| 57 | + lodash "^4.17.13" |
| 58 | + source-map "^0.5.0" |
| 59 | + |
43 | 60 | "@babel/helper-function-name@^7.1.0":
|
44 | 61 | version "7.1.0"
|
45 | 62 | resolved "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.1.0.tgz#a0ceb01685f73355d4360c1247f582bfafc8ff53"
|
|
49 | 66 | "@babel/template" "^7.1.0"
|
50 | 67 | "@babel/types" "^7.0.0"
|
51 | 68 |
|
| 69 | +"@babel/helper-function-name@^7.7.4": |
| 70 | + version "7.7.4" |
| 71 | + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.7.4.tgz#ab6e041e7135d436d8f0a3eca15de5b67a341a2e" |
| 72 | + integrity sha512-AnkGIdiBhEuiwdoMnKm7jfPfqItZhgRaZfMg1XX3bS25INOnLPjPG1Ppnajh8eqgt5kPJnfqrRHqFqmjKDZLzQ== |
| 73 | + dependencies: |
| 74 | + "@babel/helper-get-function-arity" "^7.7.4" |
| 75 | + "@babel/template" "^7.7.4" |
| 76 | + "@babel/types" "^7.7.4" |
| 77 | + |
52 | 78 | "@babel/helper-get-function-arity@^7.0.0":
|
53 | 79 | version "7.0.0"
|
54 | 80 | resolved "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0.tgz#83572d4320e2a4657263734113c42868b64e49c3"
|
55 | 81 | integrity sha512-r2DbJeg4svYvt3HOS74U4eWKsUAMRH01Z1ds1zx8KNTPtpTL5JAsdFv8BNyOpVqdFhHkkRDIg5B4AsxmkjAlmQ==
|
56 | 82 | dependencies:
|
57 | 83 | "@babel/types" "^7.0.0"
|
58 | 84 |
|
| 85 | +"@babel/helper-get-function-arity@^7.7.4": |
| 86 | + version "7.7.4" |
| 87 | + resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.7.4.tgz#cb46348d2f8808e632f0ab048172130e636005f0" |
| 88 | + integrity sha512-QTGKEdCkjgzgfJ3bAyRwF4yyT3pg+vDgan8DSivq1eS0gwi+KGKE5x8kRcbeFTb/673mkO5SN1IZfmCfA5o+EA== |
| 89 | + dependencies: |
| 90 | + "@babel/types" "^7.7.4" |
| 91 | + |
59 | 92 | "@babel/helper-split-export-declaration@^7.0.0":
|
60 | 93 | version "7.0.0"
|
61 | 94 | resolved "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.0.0.tgz#3aae285c0311c2ab095d997b8c9a94cad547d813"
|
62 | 95 | integrity sha512-MXkOJqva62dfC0w85mEf/LucPPS/1+04nmmRMPEBUB++hiiThQ2zPtX/mEWQ3mtzCEjIJvPY8nuwxXtQeQwUag==
|
63 | 96 | dependencies:
|
64 | 97 | "@babel/types" "^7.0.0"
|
65 | 98 |
|
66 |
| -"@babel/helpers@^7.1.5": |
67 |
| - version "7.1.5" |
68 |
| - resolved "https://registry.npmjs.org/@babel/helpers/-/helpers-7.1.5.tgz#68bfc1895d685f2b8f1995e788dbfe1f6ccb1996" |
69 |
| - integrity sha512-2jkcdL02ywNBry1YNFAH/fViq4fXG0vdckHqeJk+75fpQ2OH+Az6076tX/M0835zA45E0Cqa6pV5Kiv9YOqjEg== |
| 99 | +"@babel/helper-split-export-declaration@^7.7.4": |
| 100 | + version "7.7.4" |
| 101 | + resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.7.4.tgz#57292af60443c4a3622cf74040ddc28e68336fd8" |
| 102 | + integrity sha512-guAg1SXFcVr04Guk9eq0S4/rWS++sbmyqosJzVs8+1fH5NI+ZcmkaSkc7dmtAFbHFva6yRJnjW3yAcGxjueDug== |
70 | 103 | dependencies:
|
71 |
| - "@babel/template" "^7.1.2" |
72 |
| - "@babel/traverse" "^7.1.5" |
73 |
| - "@babel/types" "^7.1.5" |
| 104 | + "@babel/types" "^7.7.4" |
| 105 | + |
| 106 | +"@babel/helpers@^7.7.4": |
| 107 | + version "7.7.4" |
| 108 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.7.4.tgz#62c215b9e6c712dadc15a9a0dcab76c92a940302" |
| 109 | + integrity sha512-ak5NGZGJ6LV85Q1Zc9gn2n+ayXOizryhjSUBTdu5ih1tlVCJeuQENzc4ItyCVhINVXvIT/ZQ4mheGIsfBkpskg== |
| 110 | + dependencies: |
| 111 | + "@babel/template" "^7.7.4" |
| 112 | + "@babel/traverse" "^7.7.4" |
| 113 | + "@babel/types" "^7.7.4" |
74 | 114 |
|
75 | 115 | "@babel/highlight@^7.0.0":
|
76 | 116 | version "7.0.0"
|
|
86 | 126 | resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.1.6.tgz#16e97aca1ec1062324a01c5a6a7d0df8dd189854"
|
87 | 127 | integrity sha512-dWP6LJm9nKT6ALaa+bnL247GHHMWir3vSlZ2+IHgHgktZQx0L3Uvq2uAWcuzIe+fujRsYWBW2q622C5UvGK9iQ==
|
88 | 128 |
|
| 129 | +"@babel/parser@^7.7.4", "@babel/parser@^7.7.7": |
| 130 | + version "7.7.7" |
| 131 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.7.7.tgz#1b886595419cf92d811316d5b715a53ff38b4937" |
| 132 | + integrity sha512-WtTZMZAZLbeymhkd/sEaPD8IQyGAhmuTuvTzLiCFM7iXiVdY0gc0IaI+cW0fh1BnSMbJSzXX6/fHllgHKwHhXw== |
| 133 | + |
89 | 134 | "@babel/runtime@^7.1.2":
|
90 | 135 | version "7.1.5"
|
91 | 136 | resolved "https://registry.npmjs.org/@babel/runtime/-/runtime-7.1.5.tgz#4170907641cf1f61508f563ece3725150cc6fe39"
|
92 | 137 | integrity sha512-xKnPpXG/pvK1B90JkwwxSGii90rQGKtzcMt2gI5G6+M0REXaq6rOHsGC2ay6/d0Uje7zzvSzjEzfR3ENhFlrfA==
|
93 | 138 | dependencies:
|
94 | 139 | regenerator-runtime "^0.12.0"
|
95 | 140 |
|
96 |
| -"@babel/template@^7.1.0", "@babel/template@^7.1.2": |
| 141 | +"@babel/template@^7.1.0": |
97 | 142 | version "7.1.2"
|
98 | 143 | resolved "https://registry.npmjs.org/@babel/template/-/template-7.1.2.tgz#090484a574fef5a2d2d7726a674eceda5c5b5644"
|
99 | 144 | integrity sha512-SY1MmplssORfFiLDcOETrW7fCLl+PavlwMh92rrGcikQaRq4iWPVH0MpwPpY3etVMx6RnDjXtr6VZYr/IbP/Ag==
|
|
102 | 147 | "@babel/parser" "^7.1.2"
|
103 | 148 | "@babel/types" "^7.1.2"
|
104 | 149 |
|
105 |
| -"@babel/traverse@^7.0.0", "@babel/traverse@^7.1.5", "@babel/traverse@^7.1.6": |
| 150 | +"@babel/template@^7.7.4": |
| 151 | + version "7.7.4" |
| 152 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.7.4.tgz#428a7d9eecffe27deac0a98e23bf8e3675d2a77b" |
| 153 | + integrity sha512-qUzihgVPguAzXCK7WXw8pqs6cEwi54s3E+HrejlkuWO6ivMKx9hZl3Y2fSXp9i5HgyWmj7RKP+ulaYnKM4yYxw== |
| 154 | + dependencies: |
| 155 | + "@babel/code-frame" "^7.0.0" |
| 156 | + "@babel/parser" "^7.7.4" |
| 157 | + "@babel/types" "^7.7.4" |
| 158 | + |
| 159 | +"@babel/traverse@^7.0.0": |
106 | 160 | version "7.1.6"
|
107 | 161 | resolved "https://registry.npmjs.org/@babel/traverse/-/traverse-7.1.6.tgz#c8db9963ab4ce5b894222435482bd8ea854b7b5c"
|
108 | 162 | integrity sha512-CXedit6GpISz3sC2k2FsGCUpOhUqKdyL0lqNrImQojagnUMXf8hex4AxYFRuMkNGcvJX5QAFGzB5WJQmSv8SiQ==
|
|
117 | 171 | globals "^11.1.0"
|
118 | 172 | lodash "^4.17.10"
|
119 | 173 |
|
120 |
| -"@babel/types@^7.0.0", "@babel/types@^7.1.2", "@babel/types@^7.1.5", "@babel/types@^7.1.6": |
| 174 | +"@babel/traverse@^7.7.4": |
| 175 | + version "7.7.4" |
| 176 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.7.4.tgz#9c1e7c60fb679fe4fcfaa42500833333c2058558" |
| 177 | + integrity sha512-P1L58hQyupn8+ezVA2z5KBm4/Zr4lCC8dwKCMYzsa5jFMDMQAzaBNy9W5VjB+KAmBjb40U7a/H6ao+Xo+9saIw== |
| 178 | + dependencies: |
| 179 | + "@babel/code-frame" "^7.5.5" |
| 180 | + "@babel/generator" "^7.7.4" |
| 181 | + "@babel/helper-function-name" "^7.7.4" |
| 182 | + "@babel/helper-split-export-declaration" "^7.7.4" |
| 183 | + "@babel/parser" "^7.7.4" |
| 184 | + "@babel/types" "^7.7.4" |
| 185 | + debug "^4.1.0" |
| 186 | + globals "^11.1.0" |
| 187 | + lodash "^4.17.13" |
| 188 | + |
| 189 | +"@babel/types@^7.0.0", "@babel/types@^7.1.2", "@babel/types@^7.1.6": |
121 | 190 | version "7.1.6"
|
122 | 191 | resolved "https://registry.npmjs.org/@babel/types/-/types-7.1.6.tgz#0adb330c3a281348a190263aceb540e10f04bcce"
|
123 | 192 | integrity sha512-DMiUzlY9DSjVsOylJssxLHSgj6tWM9PRFJOGW/RaOglVOK9nzTxoOMfTfRQXGUCUQ/HmlG2efwC+XqUEJ5ay4w==
|
|
126 | 195 | lodash "^4.17.10"
|
127 | 196 | to-fast-properties "^2.0.0"
|
128 | 197 |
|
| 198 | +"@babel/types@^7.7.4": |
| 199 | + version "7.7.4" |
| 200 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.7.4.tgz#516570d539e44ddf308c07569c258ff94fde9193" |
| 201 | + integrity sha512-cz5Ji23KCi4T+YIE/BolWosrJuSmoZeN1EFnRtBwF+KKLi8GG/Z2c2hOJJeCXPk4mwk4QFvTmwIodJowXgttRA== |
| 202 | + dependencies: |
| 203 | + esutils "^2.0.2" |
| 204 | + lodash "^4.17.13" |
| 205 | + to-fast-properties "^2.0.0" |
| 206 | + |
129 | 207 | abab@^2.0.0:
|
130 | 208 | version "2.0.0"
|
131 | 209 | resolved "https://registry.npmjs.org/abab/-/abab-2.0.0.tgz#aba0ab4c5eee2d4c79d3487d85450fb2376ebb0f"
|
@@ -387,9 +465,9 @@ babel-core@^6.0.0, babel-core@^6.26.0:
|
387 | 465 | slash "^1.0.0"
|
388 | 466 | source-map "^0.5.7"
|
389 | 467 |
|
390 |
| -babel-core@^7.0.0-0: |
| 468 | +babel-core@^7.0.0-bridge.0: |
391 | 469 | version "7.0.0-bridge.0"
|
392 |
| - resolved "https://registry.npmjs.org/babel-core/-/babel-core-7.0.0-bridge.0.tgz#95a492ddd90f9b4e9a4a1da14eb335b87b634ece" |
| 470 | + resolved "https://registry.yarnpkg.com/babel-core/-/babel-core-7.0.0-bridge.0.tgz#95a492ddd90f9b4e9a4a1da14eb335b87b634ece" |
393 | 471 | integrity sha512-poPX9mZH/5CSanm50Q+1toVci6pv5KSRv/5TWCwtzQS5XEwn40BcCrgIeMFWP9CKKIniKXNxoIOnOq4VVlGXhg==
|
394 | 472 |
|
395 | 473 | babel-eslint@^10.0.1:
|
@@ -864,13 +942,20 @@ contains-path@^0.1.0:
|
864 | 942 | resolved "https://registry.npmjs.org/contains-path/-/contains-path-0.1.0.tgz#fe8cf184ff6670b6baef01a9d4861a5cbec4120a"
|
865 | 943 | integrity sha1-/ozxhP9mcLa67wGp1IYaXL7EEgo=
|
866 | 944 |
|
867 |
| -convert-source-map@^1.1.0, convert-source-map@^1.4.0, convert-source-map@^1.5.1: |
| 945 | +convert-source-map@^1.4.0, convert-source-map@^1.5.1: |
868 | 946 | version "1.6.0"
|
869 | 947 | resolved "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.6.0.tgz#51b537a8c43e0f04dec1993bffcdd504e758ac20"
|
870 | 948 | integrity sha512-eFu7XigvxdZ1ETfbgPBohgyQ/Z++C0eEhTor0qRwBw9unw+L0/6V8wkSuGgzdThkiS5lSpdptOQPD8Ak40a+7A==
|
871 | 949 | dependencies:
|
872 | 950 | safe-buffer "~5.1.1"
|
873 | 951 |
|
| 952 | +convert-source-map@^1.7.0: |
| 953 | + version "1.7.0" |
| 954 | + resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.7.0.tgz#17a2cb882d7f77d3490585e2ce6c524424a3a442" |
| 955 | + integrity sha512-4FJkXzKXEDB1snCFZlLP4gpC3JILicCpGbzG9f9G7tGqGCzETQ2hWPrcinA9oU4wtf2biUaEH5065UnMeR33oA== |
| 956 | + dependencies: |
| 957 | + safe-buffer "~5.1.1" |
| 958 | + |
874 | 959 | copy-descriptor@^0.1.0:
|
875 | 960 | version "0.1.1"
|
876 | 961 | resolved "https://registry.npmjs.org/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d"
|
@@ -2821,6 +2906,11 @@ lodash@^4.13.1, lodash@^4.17.10, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.3.0:
|
2821 | 2906 | resolved "https://registry.npmjs.org/lodash/-/lodash-4.17.11.tgz#b39ea6229ef607ecd89e2c8df12536891cac9b8d"
|
2822 | 2907 | integrity sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg==
|
2823 | 2908 |
|
| 2909 | +lodash@^4.17.13: |
| 2910 | + version "4.17.15" |
| 2911 | + resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548" |
| 2912 | + integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A== |
| 2913 | + |
2824 | 2914 | loose-envify@^1.0.0:
|
2825 | 2915 | version "1.4.0"
|
2826 | 2916 | resolved "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz#71ee51fa7be4caec1a63839f7e682d8132d30caf"
|
|
0 commit comments