|
43 | 43 | source-map "^0.5.0"
|
44 | 44 |
|
45 | 45 | "@babel/core@^7.12.10":
|
46 |
| - version "7.13.13" |
47 |
| - resolved "https://registry.npmjs.org/@babel/core/-/core-7.13.13.tgz#bc44c4a2be2288ec4ddf56b66fc718019c76ac29" |
48 |
| - integrity sha512-1xEs9jZAyKIouOoCmpsgk/I26PoKyvzQ2ixdRpRzfbcp1fL+ozw7TUgdDgwonbTovqRaTfRh50IXuw4QrWO0GA== |
| 46 | + version "7.13.14" |
| 47 | + resolved "https://registry.npmjs.org/@babel/core/-/core-7.13.14.tgz#8e46ebbaca460a63497c797e574038ab04ae6d06" |
| 48 | + integrity sha512-wZso/vyF4ki0l0znlgM4inxbdrUvCb+cVz8grxDq+6C9k6qbqoIJteQOKicaKjCipU3ISV+XedCqpL2RJJVehA== |
49 | 49 | dependencies:
|
50 | 50 | "@babel/code-frame" "^7.12.13"
|
51 | 51 | "@babel/generator" "^7.13.9"
|
52 | 52 | "@babel/helper-compilation-targets" "^7.13.13"
|
53 |
| - "@babel/helper-module-transforms" "^7.13.12" |
| 53 | + "@babel/helper-module-transforms" "^7.13.14" |
54 | 54 | "@babel/helpers" "^7.13.10"
|
55 | 55 | "@babel/parser" "^7.13.13"
|
56 | 56 | "@babel/template" "^7.12.13"
|
57 | 57 | "@babel/traverse" "^7.13.13"
|
58 |
| - "@babel/types" "^7.13.13" |
| 58 | + "@babel/types" "^7.13.14" |
59 | 59 | convert-source-map "^1.7.0"
|
60 | 60 | debug "^4.1.0"
|
61 | 61 | gensync "^1.0.0-beta.2"
|
62 | 62 | json5 "^2.1.2"
|
63 |
| - lodash "^4.17.19" |
64 | 63 | semver "^6.3.0"
|
65 | 64 | source-map "^0.5.0"
|
66 | 65 |
|
|
219 | 218 | "@babel/types" "^7.12.13"
|
220 | 219 | lodash "^4.17.19"
|
221 | 220 |
|
222 |
| -"@babel/helper-module-transforms@^7.13.0", "@babel/helper-module-transforms@^7.13.12": |
| 221 | +"@babel/helper-module-transforms@^7.13.0": |
223 | 222 | version "7.13.12"
|
224 | 223 | resolved "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.13.12.tgz#600e58350490828d82282631a1422268e982ba96"
|
225 | 224 | integrity sha512-7zVQqMO3V+K4JOOj40kxiCrMf6xlQAkewBB0eu2b03OO/Q21ZutOzjpfD79A5gtE/2OWi1nv625MrDlGlkbknQ==
|
|
233 | 232 | "@babel/traverse" "^7.13.0"
|
234 | 233 | "@babel/types" "^7.13.12"
|
235 | 234 |
|
| 235 | +"@babel/helper-module-transforms@^7.13.14": |
| 236 | + version "7.13.14" |
| 237 | + resolved "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.13.14.tgz#e600652ba48ccb1641775413cb32cfa4e8b495ef" |
| 238 | + integrity sha512-QuU/OJ0iAOSIatyVZmfqB0lbkVP0kDRiKj34xy+QNsnVZi/PA6BoSoreeqnxxa9EHFAIL0R9XOaAR/G9WlIy5g== |
| 239 | + dependencies: |
| 240 | + "@babel/helper-module-imports" "^7.13.12" |
| 241 | + "@babel/helper-replace-supers" "^7.13.12" |
| 242 | + "@babel/helper-simple-access" "^7.13.12" |
| 243 | + "@babel/helper-split-export-declaration" "^7.12.13" |
| 244 | + "@babel/helper-validator-identifier" "^7.12.11" |
| 245 | + "@babel/template" "^7.12.13" |
| 246 | + "@babel/traverse" "^7.13.13" |
| 247 | + "@babel/types" "^7.13.14" |
| 248 | + |
236 | 249 | "@babel/helper-optimise-call-expression@^7.12.13":
|
237 | 250 | version "7.12.13"
|
238 | 251 | resolved "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.12.13.tgz#5c02d171b4c8615b1e7163f888c1c81c30a2aaea"
|
|
1022 | 1035 | lodash "^4.17.19"
|
1023 | 1036 | to-fast-properties "^2.0.0"
|
1024 | 1037 |
|
1025 |
| -"@babel/types@^7.12.13", "@babel/types@^7.13.0", "@babel/types@^7.13.12", "@babel/types@^7.13.13": |
1026 |
| - version "7.13.13" |
1027 |
| - resolved "https://registry.npmjs.org/@babel/types/-/types-7.13.13.tgz#dcd8b815b38f537a3697ce84c8e3cc62197df96f" |
1028 |
| - integrity sha512-kt+EpC6qDfIaqlP+DIbIJOclYy/A1YXs9dAf/ljbi+39Bcbc073H6jKVpXEr/EoIh5anGn5xq/yRVzKl+uIc9w== |
| 1038 | +"@babel/types@^7.12.13", "@babel/types@^7.13.0", "@babel/types@^7.13.12", "@babel/types@^7.13.13", "@babel/types@^7.13.14": |
| 1039 | + version "7.13.14" |
| 1040 | + resolved "https://registry.npmjs.org/@babel/types/-/types-7.13.14.tgz#c35a4abb15c7cd45a2746d78ab328e362cbace0d" |
| 1041 | + integrity sha512-A2aa3QTkWoyqsZZFl56MLUsfmh7O0gN41IPvXAE/++8ojpbz12SszD7JEGYVdn4f9Kt4amIei07swF1h4AqmmQ== |
1029 | 1042 | dependencies:
|
1030 | 1043 | "@babel/helper-validator-identifier" "^7.12.11"
|
1031 | 1044 | lodash "^4.17.19"
|
|
0 commit comments