|
9 | 9 | dependencies:
|
10 | 10 | "@babel/highlight" "^7.10.4"
|
11 | 11 |
|
12 |
| - |
13 |
| - version "7.10.5" |
14 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.10.5.tgz#1f15e2cca8ad9a1d78a38ddba612f5e7cdbbd330" |
15 |
| - integrity sha512-O34LQooYVDXPl7QWCdW9p4NR+QlzOr7xShPPJz8GsuCU3/8ua/wqTr7gmnxXv+WBESiGU/G5s16i6tUvHkNb+w== |
| 12 | +"@babel/code-frame@^7.12.11": |
| 13 | + version "7.12.11" |
| 14 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.12.11.tgz#f4ad435aa263db935b8f10f2c552d23fb716a63f" |
| 15 | + integrity sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH1RcIw== |
| 16 | + dependencies: |
| 17 | + "@babel/highlight" "^7.10.4" |
| 18 | + |
| 19 | + |
| 20 | + version "7.12.10" |
| 21 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.10.tgz#b79a2e1b9f70ed3d84bbfb6d8c4ef825f606bccd" |
| 22 | + integrity sha512-eTAlQKq65zHfkHZV0sIVODCPGVgoo1HdBlbSLi9CqOzuZanMv2ihzY+4paiKr1mH+XmYESMAmJ/dpZ68eN6d8w== |
16 | 23 | dependencies:
|
17 | 24 | "@babel/code-frame" "^7.10.4"
|
18 |
| - "@babel/generator" "^7.10.5" |
19 |
| - "@babel/helper-module-transforms" "^7.10.5" |
20 |
| - "@babel/helpers" "^7.10.4" |
21 |
| - "@babel/parser" "^7.10.5" |
22 |
| - "@babel/template" "^7.10.4" |
23 |
| - "@babel/traverse" "^7.10.5" |
24 |
| - "@babel/types" "^7.10.5" |
| 25 | + "@babel/generator" "^7.12.10" |
| 26 | + "@babel/helper-module-transforms" "^7.12.1" |
| 27 | + "@babel/helpers" "^7.12.5" |
| 28 | + "@babel/parser" "^7.12.10" |
| 29 | + "@babel/template" "^7.12.7" |
| 30 | + "@babel/traverse" "^7.12.10" |
| 31 | + "@babel/types" "^7.12.10" |
25 | 32 | convert-source-map "^1.7.0"
|
26 | 33 | debug "^4.1.0"
|
27 | 34 | gensync "^1.0.0-beta.1"
|
28 | 35 | json5 "^2.1.2"
|
29 | 36 | lodash "^4.17.19"
|
30 |
| - resolve "^1.3.2" |
31 | 37 | semver "^5.4.1"
|
32 | 38 | source-map "^0.5.0"
|
33 | 39 |
|
34 |
| -"@babel/generator@^7.10.4": |
35 |
| - version "7.10.4" |
36 |
| - resolved "https://registry.npm.taobao.org/@babel/generator/download/@babel/generator-7.10.4.tgz?cache=0&sync_timestamp=1593522965477&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fgenerator%2Fdownload%2F%40babel%2Fgenerator-7.10.4.tgz#e49eeed9fe114b62fa5b181856a43a5e32f5f243" |
37 |
| - integrity sha1-5J7u2f4RS2L6WxgYVqQ6XjL18kM= |
38 |
| - dependencies: |
39 |
| - "@babel/types" "^7.10.4" |
40 |
| - jsesc "^2.5.1" |
41 |
| - lodash "^4.17.13" |
42 |
| - source-map "^0.5.0" |
43 |
| - |
44 |
| -"@babel/generator@^7.10.5": |
45 |
| - version "7.10.5" |
46 |
| - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.10.5.tgz#1b903554bc8c583ee8d25f1e8969732e6b829a69" |
47 |
| - integrity sha512-3vXxr3FEW7E7lJZiWQ3bM4+v/Vyr9C+hpolQ8BGFr9Y8Ri2tFLWTixmwKBafDujO1WVah4fhZBeU1bieKdghig== |
| 40 | +"@babel/generator@^7.12.10", "@babel/generator@^7.12.11": |
| 41 | + version "7.12.11" |
| 42 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.12.11.tgz#98a7df7b8c358c9a37ab07a24056853016aba3af" |
| 43 | + integrity sha512-Ggg6WPOJtSi8yYQvLVjG8F/TlpWDlKx0OpS4Kt+xMQPs5OaGYWy+v1A+1TvxI6sAMGZpKWWoAQ1DaeQbImlItA== |
48 | 44 | dependencies:
|
49 |
| - "@babel/types" "^7.10.5" |
| 45 | + "@babel/types" "^7.12.11" |
50 | 46 | jsesc "^2.5.1"
|
51 | 47 | source-map "^0.5.0"
|
52 | 48 |
|
53 |
| -"@babel/helper-function-name@^7.10.4": |
54 |
| - version "7.10.4" |
55 |
| - resolved "https://registry.npm.taobao.org/@babel/helper-function-name/download/@babel/helper-function-name-7.10.4.tgz?cache=0&sync_timestamp=1593522977138&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fhelper-function-name%2Fdownload%2F%40babel%2Fhelper-function-name-7.10.4.tgz#d2d3b20c59ad8c47112fa7d2a94bc09d5ef82f1a" |
56 |
| - integrity sha1-0tOyDFmtjEcRL6fSqUvAnV74Lxo= |
| 49 | +"@babel/helper-function-name@^7.12.11": |
| 50 | + version "7.12.11" |
| 51 | + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.12.11.tgz#1fd7738aee5dcf53c3ecff24f1da9c511ec47b42" |
| 52 | + integrity sha512-AtQKjtYNolKNi6nNNVLQ27CP6D9oFR6bq/HPYSizlzbp7uC1M59XJe8L+0uXjbIaZaUJF99ruHqVGiKXU/7ybA== |
57 | 53 | dependencies:
|
58 |
| - "@babel/helper-get-function-arity" "^7.10.4" |
59 |
| - "@babel/template" "^7.10.4" |
60 |
| - "@babel/types" "^7.10.4" |
| 54 | + "@babel/helper-get-function-arity" "^7.12.10" |
| 55 | + "@babel/template" "^7.12.7" |
| 56 | + "@babel/types" "^7.12.11" |
61 | 57 |
|
62 |
| -"@babel/helper-get-function-arity@^7.10.4": |
63 |
| - version "7.10.4" |
64 |
| - resolved "https://registry.npm.taobao.org/@babel/helper-get-function-arity/download/@babel/helper-get-function-arity-7.10.4.tgz?cache=0&sync_timestamp=1593521294451&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fhelper-get-function-arity%2Fdownload%2F%40babel%2Fhelper-get-function-arity-7.10.4.tgz#98c1cbea0e2332f33f9a4661b8ce1505b2c19ba2" |
65 |
| - integrity sha1-mMHL6g4jMvM/mkZhuM4VBbLBm6I= |
| 58 | +"@babel/helper-get-function-arity@^7.12.10": |
| 59 | + version "7.12.10" |
| 60 | + resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.12.10.tgz#b158817a3165b5faa2047825dfa61970ddcc16cf" |
| 61 | + integrity sha512-mm0n5BPjR06wh9mPQaDdXWDoll/j5UpCAPl1x8fS71GHm7HA6Ua2V4ylG1Ju8lvcTOietbPNNPaSilKj+pj+Ag== |
66 | 62 | dependencies:
|
67 |
| - "@babel/types" "^7.10.4" |
| 63 | + "@babel/types" "^7.12.10" |
68 | 64 |
|
69 |
| -"@babel/helper-member-expression-to-functions@^7.10.4": |
70 |
| - version "7.10.4" |
71 |
| - resolved "https://registry.npm.taobao.org/@babel/helper-member-expression-to-functions/download/@babel/helper-member-expression-to-functions-7.10.4.tgz?cache=0&sync_timestamp=1593521295340&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fhelper-member-expression-to-functions%2Fdownload%2F%40babel%2Fhelper-member-expression-to-functions-7.10.4.tgz#7cd04b57dfcf82fce9aeae7d4e4452fa31b8c7c4" |
72 |
| - integrity sha1-fNBLV9/Pgvzprq59TkRS+jG4x8Q= |
| 65 | +"@babel/helper-member-expression-to-functions@^7.12.7": |
| 66 | + version "7.12.7" |
| 67 | + resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.12.7.tgz#aa77bd0396ec8114e5e30787efa78599d874a855" |
| 68 | + integrity sha512-DCsuPyeWxeHgh1Dus7APn7iza42i/qXqiFPWyBDdOFtvS581JQePsc1F/nD+fHrcswhLlRc2UpYS1NwERxZhHw== |
73 | 69 | dependencies:
|
74 |
| - "@babel/types" "^7.10.4" |
| 70 | + "@babel/types" "^7.12.7" |
75 | 71 |
|
76 |
| -"@babel/helper-module-imports@^7.10.4": |
77 |
| - version "7.10.4" |
78 |
| - resolved "https://registry.npm.taobao.org/@babel/helper-module-imports/download/@babel/helper-module-imports-7.10.4.tgz?cache=0&sync_timestamp=1593522965782&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fhelper-module-imports%2Fdownload%2F%40babel%2Fhelper-module-imports-7.10.4.tgz#4c5c54be04bd31670a7382797d75b9fa2e5b5620" |
79 |
| - integrity sha1-TFxUvgS9MWcKc4J5fXW5+i5bViA= |
| 72 | +"@babel/helper-module-imports@^7.12.1": |
| 73 | + version "7.12.5" |
| 74 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.12.5.tgz#1bfc0229f794988f76ed0a4d4e90860850b54dfb" |
| 75 | + integrity sha512-SR713Ogqg6++uexFRORf/+nPXMmWIn80TALu0uaFb+iQIUoR7bOC7zBWyzBs5b3tBBJXuyD0cRu1F15GyzjOWA== |
80 | 76 | dependencies:
|
81 |
| - "@babel/types" "^7.10.4" |
| 77 | + "@babel/types" "^7.12.5" |
82 | 78 |
|
83 |
| -"@babel/helper-module-transforms@^7.10.5": |
84 |
| - version "7.10.5" |
85 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.10.5.tgz#120c271c0b3353673fcdfd8c053db3c544a260d6" |
86 |
| - integrity sha512-4P+CWMJ6/j1W915ITJaUkadLObmCRRSC234uctJfn/vHrsLNxsR8dwlcXv9ZhJWzl77awf+mWXSZEKt5t0OnlA== |
| 79 | +"@babel/helper-module-transforms@^7.12.1": |
| 80 | + version "7.12.1" |
| 81 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.12.1.tgz#7954fec71f5b32c48e4b303b437c34453fd7247c" |
| 82 | + integrity sha512-QQzehgFAZ2bbISiCpmVGfiGux8YVFXQ0abBic2Envhej22DVXV9nCFaS5hIQbkyo1AdGb+gNME2TSh3hYJVV/w== |
87 | 83 | dependencies:
|
88 |
| - "@babel/helper-module-imports" "^7.10.4" |
89 |
| - "@babel/helper-replace-supers" "^7.10.4" |
90 |
| - "@babel/helper-simple-access" "^7.10.4" |
91 |
| - "@babel/helper-split-export-declaration" "^7.10.4" |
| 84 | + "@babel/helper-module-imports" "^7.12.1" |
| 85 | + "@babel/helper-replace-supers" "^7.12.1" |
| 86 | + "@babel/helper-simple-access" "^7.12.1" |
| 87 | + "@babel/helper-split-export-declaration" "^7.11.0" |
| 88 | + "@babel/helper-validator-identifier" "^7.10.4" |
92 | 89 | "@babel/template" "^7.10.4"
|
93 |
| - "@babel/types" "^7.10.5" |
| 90 | + "@babel/traverse" "^7.12.1" |
| 91 | + "@babel/types" "^7.12.1" |
94 | 92 | lodash "^4.17.19"
|
95 | 93 |
|
96 |
| -"@babel/helper-optimise-call-expression@^7.10.4": |
97 |
| - version "7.10.4" |
98 |
| - resolved "https://registry.npm.taobao.org/@babel/helper-optimise-call-expression/download/@babel/helper-optimise-call-expression-7.10.4.tgz?cache=0&sync_timestamp=1593521296446&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fhelper-optimise-call-expression%2Fdownload%2F%40babel%2Fhelper-optimise-call-expression-7.10.4.tgz#50dc96413d594f995a77905905b05893cd779673" |
99 |
| - integrity sha1-UNyWQT1ZT5lad5BZBbBYk813lnM= |
| 94 | +"@babel/helper-optimise-call-expression@^7.12.10": |
| 95 | + version "7.12.10" |
| 96 | + resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.12.10.tgz#94ca4e306ee11a7dd6e9f42823e2ac6b49881e2d" |
| 97 | + integrity sha512-4tpbU0SrSTjjt65UMWSrUOPZTsgvPgGG4S8QSTNHacKzpS51IVWGDj0yCwyeZND/i+LSN2g/O63jEXEWm49sYQ== |
100 | 98 | dependencies:
|
101 |
| - "@babel/types" "^7.10.4" |
| 99 | + "@babel/types" "^7.12.10" |
102 | 100 |
|
103 |
| -"@babel/helper-replace-supers@^7.10.4": |
104 |
| - version "7.10.4" |
105 |
| - resolved "https://registry.npm.taobao.org/@babel/helper-replace-supers/download/@babel/helper-replace-supers-7.10.4.tgz?cache=0&sync_timestamp=1593522959591&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fhelper-replace-supers%2Fdownload%2F%40babel%2Fhelper-replace-supers-7.10.4.tgz#d585cd9388ea06e6031e4cd44b6713cbead9e6cf" |
106 |
| - integrity sha1-1YXNk4jqBuYDHkzUS2cTy+rZ5s8= |
| 101 | +"@babel/helper-replace-supers@^7.12.1": |
| 102 | + version "7.12.11" |
| 103 | + resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.12.11.tgz#ea511658fc66c7908f923106dd88e08d1997d60d" |
| 104 | + integrity sha512-q+w1cqmhL7R0FNzth/PLLp2N+scXEK/L2AHbXUyydxp828F4FEa5WcVoqui9vFRiHDQErj9Zof8azP32uGVTRA== |
107 | 105 | dependencies:
|
108 |
| - "@babel/helper-member-expression-to-functions" "^7.10.4" |
109 |
| - "@babel/helper-optimise-call-expression" "^7.10.4" |
110 |
| - "@babel/traverse" "^7.10.4" |
111 |
| - "@babel/types" "^7.10.4" |
| 106 | + "@babel/helper-member-expression-to-functions" "^7.12.7" |
| 107 | + "@babel/helper-optimise-call-expression" "^7.12.10" |
| 108 | + "@babel/traverse" "^7.12.10" |
| 109 | + "@babel/types" "^7.12.11" |
112 | 110 |
|
113 |
| -"@babel/helper-simple-access@^7.10.4": |
114 |
| - version "7.10.4" |
115 |
| - resolved "https://registry.npm.taobao.org/@babel/helper-simple-access/download/@babel/helper-simple-access-7.10.4.tgz?cache=0&sync_timestamp=1593522975802&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fhelper-simple-access%2Fdownload%2F%40babel%2Fhelper-simple-access-7.10.4.tgz#0f5ccda2945277a2a7a2d3a821e15395edcf3461" |
116 |
| - integrity sha1-D1zNopRSd6KnotOoIeFTle3PNGE= |
| 111 | +"@babel/helper-simple-access@^7.12.1": |
| 112 | + version "7.12.1" |
| 113 | + resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.12.1.tgz#32427e5aa61547d38eb1e6eaf5fd1426fdad9136" |
| 114 | + integrity sha512-OxBp7pMrjVewSSC8fXDFrHrBcJATOOFssZwv16F3/6Xtc138GHybBfPbm9kfiqQHKhYQrlamWILwlDCeyMFEaA== |
117 | 115 | dependencies:
|
118 |
| - "@babel/template" "^7.10.4" |
119 |
| - "@babel/types" "^7.10.4" |
| 116 | + "@babel/types" "^7.12.1" |
120 | 117 |
|
121 |
| -"@babel/helper-split-export-declaration@^7.10.4": |
122 |
| - version "7.10.4" |
123 |
| - resolved "https://registry.npm.taobao.org/@babel/helper-split-export-declaration/download/@babel/helper-split-export-declaration-7.10.4.tgz?cache=0&sync_timestamp=1593522967620&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fhelper-split-export-declaration%2Fdownload%2F%40babel%2Fhelper-split-export-declaration-7.10.4.tgz#2c70576eaa3b5609b24cb99db2888cc3fc4251d1" |
124 |
| - integrity sha1-LHBXbqo7VgmyTLmdsoiMw/xCUdE= |
| 118 | +"@babel/helper-split-export-declaration@^7.11.0", "@babel/helper-split-export-declaration@^7.12.11": |
| 119 | + version "7.12.11" |
| 120 | + resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.12.11.tgz#1b4cc424458643c47d37022223da33d76ea4603a" |
| 121 | + integrity sha512-LsIVN8j48gHgwzfocYUSkO/hjYAOJqlpJEc7tGXcIm4cubjVUf8LGW6eWRyxEu7gA25q02p0rQUWoCI33HNS5g== |
125 | 122 | dependencies:
|
126 |
| - "@babel/types" "^7.10.4" |
| 123 | + "@babel/types" "^7.12.11" |
127 | 124 |
|
128 | 125 | "@babel/helper-validator-identifier@^7.10.4":
|
129 | 126 | version "7.10.4"
|
130 | 127 | resolved "https://registry.npm.taobao.org/@babel/helper-validator-identifier/download/@babel/helper-validator-identifier-7.10.4.tgz?cache=0&sync_timestamp=1593521083613&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fhelper-validator-identifier%2Fdownload%2F%40babel%2Fhelper-validator-identifier-7.10.4.tgz#a78c7a7251e01f616512d31b10adcf52ada5e0d2"
|
131 | 128 | integrity sha1-p4x6clHgH2FlEtMbEK3PUq2l4NI=
|
132 | 129 |
|
133 |
| -"@babel/helpers@^7.10.4": |
134 |
| - version "7.10.4" |
135 |
| - resolved "https://registry.npm.taobao.org/@babel/helpers/download/@babel/helpers-7.10.4.tgz?cache=0&sync_timestamp=1593522959913&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fhelpers%2Fdownload%2F%40babel%2Fhelpers-7.10.4.tgz#2abeb0d721aff7c0a97376b9e1f6f65d7a475044" |
136 |
| - integrity sha1-Kr6w1yGv98Cpc3a54fb2XXpHUEQ= |
| 130 | +"@babel/helper-validator-identifier@^7.12.11": |
| 131 | + version "7.12.11" |
| 132 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz#c9a1f021917dcb5ccf0d4e453e399022981fc9ed" |
| 133 | + integrity sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw== |
| 134 | + |
| 135 | +"@babel/helpers@^7.12.5": |
| 136 | + version "7.12.5" |
| 137 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.12.5.tgz#1a1ba4a768d9b58310eda516c449913fe647116e" |
| 138 | + integrity sha512-lgKGMQlKqA8meJqKsW6rUnc4MdUk35Ln0ATDqdM1a/UpARODdI4j5Y5lVfUScnSNkJcdCRAaWkspykNoFg9sJA== |
137 | 139 | dependencies:
|
138 | 140 | "@babel/template" "^7.10.4"
|
139 |
| - "@babel/traverse" "^7.10.4" |
140 |
| - "@babel/types" "^7.10.4" |
| 141 | + "@babel/traverse" "^7.12.5" |
| 142 | + "@babel/types" "^7.12.5" |
141 | 143 |
|
142 | 144 | "@babel/highlight@^7.10.4":
|
143 | 145 | version "7.10.4"
|
|
153 | 155 | resolved "https://registry.npm.taobao.org/@babel/parser/download/@babel/parser-7.10.4.tgz?cache=0&sync_timestamp=1593521083313&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fparser%2Fdownload%2F%40babel%2Fparser-7.10.4.tgz#9eedf27e1998d87739fb5028a5120557c06a1a64"
|
154 | 156 | integrity sha1-nu3yfhmY2Hc5+1AopRIFV8BqGmQ=
|
155 | 157 |
|
156 |
| -"@babel/parser@^7.10.5": |
157 |
| - version "7.10.5" |
158 |
| - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.10.5.tgz#e7c6bf5a7deff957cec9f04b551e2762909d826b" |
159 |
| - integrity sha512-wfryxy4bE1UivvQKSQDU4/X6dr+i8bctjUjj8Zyt3DQy7NtPizJXT8M52nqpNKL+nq2PW8lxk4ZqLj0fD4B4hQ== |
| 158 | +"@babel/parser@^7.12.10", "@babel/parser@^7.12.11", "@babel/parser@^7.12.7": |
| 159 | + version "7.12.11" |
| 160 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.11.tgz#9ce3595bcd74bc5c466905e86c535b8b25011e79" |
| 161 | + integrity sha512-N3UxG+uuF4CMYoNj8AhnbAcJF0PiuJ9KHuy1lQmkYsxTer/MAH9UBNHsBoAX/4s6NvlDD047No8mYVGGzLL4hg== |
160 | 162 |
|
161 | 163 | "@babel/template@^7.10.4":
|
162 | 164 | version "7.10.4"
|
|
167 | 169 | "@babel/parser" "^7.10.4"
|
168 | 170 | "@babel/types" "^7.10.4"
|
169 | 171 |
|
170 |
| -"@babel/traverse@^7.10.4": |
171 |
| - version "7.10.4" |
172 |
| - resolved "https://registry.npm.taobao.org/@babel/traverse/download/@babel/traverse-7.10.4.tgz#e642e5395a3b09cc95c8e74a27432b484b697818" |
173 |
| - integrity sha1-5kLlOVo7CcyVyOdKJ0MrSEtpeBg= |
| 172 | +"@babel/template@^7.12.7": |
| 173 | + version "7.12.7" |
| 174 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.12.7.tgz#c817233696018e39fbb6c491d2fb684e05ed43bc" |
| 175 | + integrity sha512-GkDzmHS6GV7ZeXfJZ0tLRBhZcMcY0/Lnb+eEbXDBfCAcZCjrZKe6p3J4we/D24O9Y8enxWAg1cWwof59yLh2ow== |
174 | 176 | dependencies:
|
175 | 177 | "@babel/code-frame" "^7.10.4"
|
176 |
| - "@babel/generator" "^7.10.4" |
177 |
| - "@babel/helper-function-name" "^7.10.4" |
178 |
| - "@babel/helper-split-export-declaration" "^7.10.4" |
179 |
| - "@babel/parser" "^7.10.4" |
180 |
| - "@babel/types" "^7.10.4" |
181 |
| - debug "^4.1.0" |
182 |
| - globals "^11.1.0" |
183 |
| - lodash "^4.17.13" |
184 |
| - |
185 |
| -"@babel/traverse@^7.10.5": |
186 |
| - version "7.10.5" |
187 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.10.5.tgz#77ce464f5b258be265af618d8fddf0536f20b564" |
188 |
| - integrity sha512-yc/fyv2gUjPqzTz0WHeRJH2pv7jA9kA7mBX2tXl/x5iOE81uaVPuGPtaYk7wmkx4b67mQ7NqI8rmT2pF47KYKQ== |
189 |
| - dependencies: |
190 |
| - "@babel/code-frame" "^7.10.4" |
191 |
| - "@babel/generator" "^7.10.5" |
192 |
| - "@babel/helper-function-name" "^7.10.4" |
193 |
| - "@babel/helper-split-export-declaration" "^7.10.4" |
194 |
| - "@babel/parser" "^7.10.5" |
195 |
| - "@babel/types" "^7.10.5" |
| 178 | + "@babel/parser" "^7.12.7" |
| 179 | + "@babel/types" "^7.12.7" |
| 180 | + |
| 181 | +"@babel/traverse@^7.12.1", "@babel/traverse@^7.12.10", "@babel/traverse@^7.12.5": |
| 182 | + version "7.12.12" |
| 183 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.12.tgz#d0cd87892704edd8da002d674bc811ce64743376" |
| 184 | + integrity sha512-s88i0X0lPy45RrLM8b9mz8RPH5FqO9G9p7ti59cToE44xFm1Q+Pjh5Gq4SXBbtb88X7Uy7pexeqRIQDDMNkL0w== |
| 185 | + dependencies: |
| 186 | + "@babel/code-frame" "^7.12.11" |
| 187 | + "@babel/generator" "^7.12.11" |
| 188 | + "@babel/helper-function-name" "^7.12.11" |
| 189 | + "@babel/helper-split-export-declaration" "^7.12.11" |
| 190 | + "@babel/parser" "^7.12.11" |
| 191 | + "@babel/types" "^7.12.12" |
196 | 192 | debug "^4.1.0"
|
197 | 193 | globals "^11.1.0"
|
198 | 194 | lodash "^4.17.19"
|
|
206 | 202 | lodash "^4.17.13"
|
207 | 203 | to-fast-properties "^2.0.0"
|
208 | 204 |
|
209 |
| -"@babel/types@^7.10.5": |
210 |
| - version "7.10.5" |
211 |
| - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.10.5.tgz#d88ae7e2fde86bfbfe851d4d81afa70a997b5d15" |
212 |
| - integrity sha512-ixV66KWfCI6GKoA/2H9v6bQdbfXEwwpOdQ8cRvb4F+eyvhlaHxWFMQB4+3d9QFJXZsiiiqVrewNV0DFEQpyT4Q== |
| 205 | +"@babel/types@^7.12.1", "@babel/types@^7.12.10", "@babel/types@^7.12.11", "@babel/types@^7.12.12", "@babel/types@^7.12.5", "@babel/types@^7.12.7": |
| 206 | + version "7.12.12" |
| 207 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.12.tgz#4608a6ec313abbd87afa55004d373ad04a96c299" |
| 208 | + integrity sha512-lnIX7piTxOH22xE7fDXDbSHg9MM1/6ORnafpJmov5rs0kX5g4BZxeXNJLXsMRiO0U5Rb8/FvMS6xlTnTHvxonQ== |
213 | 209 | dependencies:
|
214 |
| - "@babel/helper-validator-identifier" "^7.10.4" |
| 210 | + "@babel/helper-validator-identifier" "^7.12.11" |
215 | 211 | lodash "^4.17.19"
|
216 | 212 | to-fast-properties "^2.0.0"
|
217 | 213 |
|
@@ -2841,11 +2837,6 @@ path-is-absolute@^1.0.0, path-is-absolute@^1.0.1:
|
2841 | 2837 | resolved "https://registry.npm.taobao.org/path-is-absolute/download/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f"
|
2842 | 2838 | integrity sha1-F0uSaHNVNP+8es5r9TpanhtcX18=
|
2843 | 2839 |
|
2844 |
| -path-parse@^1.0.6: |
2845 |
| - version "1.0.6" |
2846 |
| - resolved "https://registry.npm.taobao.org/path-parse/download/path-parse-1.0.6.tgz#d62dbb5679405d72c4737ec58600e9ddcf06d24c" |
2847 |
| - integrity sha1-1i27VnlAXXLEc37FhgDp3c8G0kw= |
2848 |
| - |
2849 | 2840 | pbkdf2@^3.0.3:
|
2850 | 2841 | version "3.1.1"
|
2851 | 2842 | resolved "https://registry.npm.taobao.org/pbkdf2/download/pbkdf2-3.1.1.tgz#cb8724b0fada984596856d1a6ebafd3584654b94"
|
@@ -3120,13 +3111,6 @@ resolve-url@^0.2.1:
|
3120 | 3111 | resolved "https://registry.npm.taobao.org/resolve-url/download/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a"
|
3121 | 3112 | integrity sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=
|
3122 | 3113 |
|
3123 |
| -resolve@^1.3.2: |
3124 |
| - version "1.17.0" |
3125 |
| - resolved "https://registry.npm.taobao.org/resolve/download/resolve-1.17.0.tgz#b25941b54968231cc2d1bb76a79cb7f2c0bf8444" |
3126 |
| - integrity sha1-sllBtUloIxzC0bt2p5y38sC/hEQ= |
3127 |
| - dependencies: |
3128 |
| - path-parse "^1.0.6" |
3129 |
| - |
3130 | 3114 | ret@~0.1.10:
|
3131 | 3115 | version "0.1.15"
|
3132 | 3116 | resolved "https://registry.npm.taobao.org/ret/download/ret-0.1.15.tgz#b8a4825d5bdb1fc3f6f53c2bc33f81388681c7bc"
|
|
0 commit comments