umbrella22

更新依赖

...@@ -39,24 +39,24 @@ ...@@ -39,24 +39,24 @@
39 } 39 }
40 }, 40 },
41 "@babel/core": { 41 "@babel/core": {
42 - "version": "7.10.4", 42 + "version": "7.10.5",
43 - "resolved": "https://registry.npm.taobao.org/@babel/core/download/@babel/core-7.10.4.tgz?cache=0&sync_timestamp=1593522846862&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fcore%2Fdownload%2F%40babel%2Fcore-7.10.4.tgz", 43 + "resolved": "https://registry.npm.taobao.org/@babel/core/download/@babel/core-7.10.5.tgz?cache=0&sync_timestamp=1594749233074&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fcore%2Fdownload%2F%40babel%2Fcore-7.10.5.tgz",
44 - "integrity": "sha1-eA6Lg+SWFS+N199jiSsuBSvx1R0=", 44 + "integrity": "sha1-HxXizKitmh14o43bphL158270zA=",
45 "dev": true, 45 "dev": true,
46 "requires": { 46 "requires": {
47 "@babel/code-frame": "^7.10.4", 47 "@babel/code-frame": "^7.10.4",
48 - "@babel/generator": "^7.10.4", 48 + "@babel/generator": "^7.10.5",
49 - "@babel/helper-module-transforms": "^7.10.4", 49 + "@babel/helper-module-transforms": "^7.10.5",
50 "@babel/helpers": "^7.10.4", 50 "@babel/helpers": "^7.10.4",
51 - "@babel/parser": "^7.10.4", 51 + "@babel/parser": "^7.10.5",
52 "@babel/template": "^7.10.4", 52 "@babel/template": "^7.10.4",
53 - "@babel/traverse": "^7.10.4", 53 + "@babel/traverse": "^7.10.5",
54 - "@babel/types": "^7.10.4", 54 + "@babel/types": "^7.10.5",
55 "convert-source-map": "^1.7.0", 55 "convert-source-map": "^1.7.0",
56 "debug": "^4.1.0", 56 "debug": "^4.1.0",
57 "gensync": "^1.0.0-beta.1", 57 "gensync": "^1.0.0-beta.1",
58 "json5": "^2.1.2", 58 "json5": "^2.1.2",
59 - "lodash": "^4.17.13", 59 + "lodash": "^4.17.19",
60 "resolve": "^1.3.2", 60 "resolve": "^1.3.2",
61 "semver": "^5.4.1", 61 "semver": "^5.4.1",
62 "source-map": "^0.5.0" 62 "source-map": "^0.5.0"
...@@ -72,14 +72,13 @@ ...@@ -72,14 +72,13 @@
72 } 72 }
73 }, 73 },
74 "@babel/generator": { 74 "@babel/generator": {
75 - "version": "7.10.4", 75 + "version": "7.10.5",
76 - "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", 76 + "resolved": "https://registry.npm.taobao.org/@babel/generator/download/@babel/generator-7.10.5.tgz",
77 - "integrity": "sha1-5J7u2f4RS2L6WxgYVqQ6XjL18kM=", 77 + "integrity": "sha1-G5A1VLyMWD7o0l8eiWlzLmuCmmk=",
78 "dev": true, 78 "dev": true,
79 "requires": { 79 "requires": {
80 - "@babel/types": "^7.10.4", 80 + "@babel/types": "^7.10.5",
81 "jsesc": "^2.5.1", 81 "jsesc": "^2.5.1",
82 - "lodash": "^4.17.13",
83 "source-map": "^0.5.0" 82 "source-map": "^0.5.0"
84 } 83 }
85 }, 84 },
...@@ -103,6 +102,21 @@ ...@@ -103,6 +102,21 @@
103 "@babel/types": "^7.10.4" 102 "@babel/types": "^7.10.4"
104 } 103 }
105 }, 104 },
105 + "@babel/helper-module-transforms": {
106 + "version": "7.10.5",
107 + "resolved": "https://registry.npm.taobao.org/@babel/helper-module-transforms/download/@babel/helper-module-transforms-7.10.5.tgz",
108 + "integrity": "sha1-EgwnHAszU2c/zf2MBT2zxUSiYNY=",
109 + "dev": true,
110 + "requires": {
111 + "@babel/helper-module-imports": "^7.10.4",
112 + "@babel/helper-replace-supers": "^7.10.4",
113 + "@babel/helper-simple-access": "^7.10.4",
114 + "@babel/helper-split-export-declaration": "^7.10.4",
115 + "@babel/template": "^7.10.4",
116 + "@babel/types": "^7.10.5",
117 + "lodash": "^4.17.19"
118 + }
119 + },
106 "@babel/helper-split-export-declaration": { 120 "@babel/helper-split-export-declaration": {
107 "version": "7.10.4", 121 "version": "7.10.4",
108 "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", 122 "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",
...@@ -130,9 +144,9 @@ ...@@ -130,9 +144,9 @@
130 } 144 }
131 }, 145 },
132 "@babel/parser": { 146 "@babel/parser": {
133 - "version": "7.10.4", 147 + "version": "7.10.5",
134 - "resolved": "https://registry.npm.taobao.org/@babel/parser/download/@babel/parser-7.10.4.tgz?cache=0&sync_timestamp=1593521090327&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fparser%2Fdownload%2F%40babel%2Fparser-7.10.4.tgz", 148 + "resolved": "https://registry.npm.taobao.org/@babel/parser/download/@babel/parser-7.10.5.tgz?cache=0&sync_timestamp=1594750682592&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fparser%2Fdownload%2F%40babel%2Fparser-7.10.5.tgz",
135 - "integrity": "sha1-nu3yfhmY2Hc5+1AopRIFV8BqGmQ=", 149 + "integrity": "sha1-58a/Wn3v+VfOyfBLVR4nYpCdgms=",
136 "dev": true 150 "dev": true
137 }, 151 },
138 "@babel/template": { 152 "@babel/template": {
...@@ -147,30 +161,30 @@ ...@@ -147,30 +161,30 @@
147 } 161 }
148 }, 162 },
149 "@babel/traverse": { 163 "@babel/traverse": {
150 - "version": "7.10.4", 164 + "version": "7.10.5",
151 - "resolved": "https://registry.npm.taobao.org/@babel/traverse/download/@babel/traverse-7.10.4.tgz", 165 + "resolved": "https://registry.npm.taobao.org/@babel/traverse/download/@babel/traverse-7.10.5.tgz?cache=0&sync_timestamp=1594749243730&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Ftraverse%2Fdownload%2F%40babel%2Ftraverse-7.10.5.tgz",
152 - "integrity": "sha1-5kLlOVo7CcyVyOdKJ0MrSEtpeBg=", 166 + "integrity": "sha1-d85GT1sli+Jlr2GNj93wU28gtWQ=",
153 "dev": true, 167 "dev": true,
154 "requires": { 168 "requires": {
155 "@babel/code-frame": "^7.10.4", 169 "@babel/code-frame": "^7.10.4",
156 - "@babel/generator": "^7.10.4", 170 + "@babel/generator": "^7.10.5",
157 "@babel/helper-function-name": "^7.10.4", 171 "@babel/helper-function-name": "^7.10.4",
158 "@babel/helper-split-export-declaration": "^7.10.4", 172 "@babel/helper-split-export-declaration": "^7.10.4",
159 - "@babel/parser": "^7.10.4", 173 + "@babel/parser": "^7.10.5",
160 - "@babel/types": "^7.10.4", 174 + "@babel/types": "^7.10.5",
161 "debug": "^4.1.0", 175 "debug": "^4.1.0",
162 "globals": "^11.1.0", 176 "globals": "^11.1.0",
163 - "lodash": "^4.17.13" 177 + "lodash": "^4.17.19"
164 } 178 }
165 }, 179 },
166 "@babel/types": { 180 "@babel/types": {
167 - "version": "7.10.4", 181 + "version": "7.10.5",
168 - "resolved": "https://registry.npm.taobao.org/@babel/types/download/@babel/types-7.10.4.tgz?cache=0&sync_timestamp=1593521094123&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Ftypes%2Fdownload%2F%40babel%2Ftypes-7.10.4.tgz", 182 + "resolved": "https://registry.npm.taobao.org/@babel/types/download/@babel/types-7.10.5.tgz",
169 - "integrity": "sha1-NpUXGINS4YIZmB79FWv9sZn/8e4=", 183 + "integrity": "sha1-2Irn4v3oa/v+hR1Nga+nCpl7XRU=",
170 "dev": true, 184 "dev": true,
171 "requires": { 185 "requires": {
172 "@babel/helper-validator-identifier": "^7.10.4", 186 "@babel/helper-validator-identifier": "^7.10.4",
173 - "lodash": "^4.17.13", 187 + "lodash": "^4.17.19",
174 "to-fast-properties": "^2.0.0" 188 "to-fast-properties": "^2.0.0"
175 } 189 }
176 }, 190 },
...@@ -194,15 +208,21 @@ ...@@ -194,15 +208,21 @@
194 "ms": "^2.1.1" 208 "ms": "^2.1.1"
195 } 209 }
196 }, 210 },
211 + "lodash": {
212 + "version": "4.17.19",
213 + "resolved": "https://registry.npm.taobao.org/lodash/download/lodash-4.17.19.tgz?cache=0&sync_timestamp=1594226905843&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Flodash%2Fdownload%2Flodash-4.17.19.tgz",
214 + "integrity": "sha1-5I3e2+MLMyF4PFtDAfvTU7weSks=",
215 + "dev": true
216 + },
197 "ms": { 217 "ms": {
198 "version": "2.1.2", 218 "version": "2.1.2",
199 - "resolved": "https://registry.npm.taobao.org/ms/download/ms-2.1.2.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fms%2Fdownload%2Fms-2.1.2.tgz", 219 + "resolved": "https://registry.npm.taobao.org/ms/download/ms-2.1.2.tgz",
200 "integrity": "sha1-0J0fNXtEP0kzgqjrPM0YOHKuYAk=", 220 "integrity": "sha1-0J0fNXtEP0kzgqjrPM0YOHKuYAk=",
201 "dev": true 221 "dev": true
202 }, 222 },
203 "semver": { 223 "semver": {
204 "version": "5.7.1", 224 "version": "5.7.1",
205 - "resolved": "https://registry.npm.taobao.org/semver/download/semver-5.7.1.tgz?cache=0&sync_timestamp=1586826576236&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fsemver%2Fdownload%2Fsemver-5.7.1.tgz", 225 + "resolved": "https://registry.npm.taobao.org/semver/download/semver-5.7.1.tgz",
206 "integrity": "sha1-qVT5Ma66UI0we78Gnv8MAclhFvc=", 226 "integrity": "sha1-qVT5Ma66UI0we78Gnv8MAclhFvc=",
207 "dev": true 227 "dev": true
208 } 228 }
...@@ -1481,14 +1501,13 @@ ...@@ -1481,14 +1501,13 @@
1481 } 1501 }
1482 }, 1502 },
1483 "@babel/generator": { 1503 "@babel/generator": {
1484 - "version": "7.10.4", 1504 + "version": "7.10.5",
1485 - "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", 1505 + "resolved": "https://registry.npm.taobao.org/@babel/generator/download/@babel/generator-7.10.5.tgz",
1486 - "integrity": "sha1-5J7u2f4RS2L6WxgYVqQ6XjL18kM=", 1506 + "integrity": "sha1-G5A1VLyMWD7o0l8eiWlzLmuCmmk=",
1487 "dev": true, 1507 "dev": true,
1488 "requires": { 1508 "requires": {
1489 - "@babel/types": "^7.10.4", 1509 + "@babel/types": "^7.10.5",
1490 "jsesc": "^2.5.1", 1510 "jsesc": "^2.5.1",
1491 - "lodash": "^4.17.13",
1492 "source-map": "^0.5.0" 1511 "source-map": "^0.5.0"
1493 } 1512 }
1494 }, 1513 },
...@@ -1539,9 +1558,9 @@ ...@@ -1539,9 +1558,9 @@
1539 } 1558 }
1540 }, 1559 },
1541 "@babel/parser": { 1560 "@babel/parser": {
1542 - "version": "7.10.4", 1561 + "version": "7.10.5",
1543 - "resolved": "https://registry.npm.taobao.org/@babel/parser/download/@babel/parser-7.10.4.tgz?cache=0&sync_timestamp=1593521090327&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fparser%2Fdownload%2F%40babel%2Fparser-7.10.4.tgz", 1562 + "resolved": "https://registry.npm.taobao.org/@babel/parser/download/@babel/parser-7.10.5.tgz?cache=0&sync_timestamp=1594750682592&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fparser%2Fdownload%2F%40babel%2Fparser-7.10.5.tgz",
1544 - "integrity": "sha1-nu3yfhmY2Hc5+1AopRIFV8BqGmQ=", 1563 + "integrity": "sha1-58a/Wn3v+VfOyfBLVR4nYpCdgms=",
1545 "dev": true 1564 "dev": true
1546 }, 1565 },
1547 "@babel/template": { 1566 "@babel/template": {
...@@ -1556,36 +1575,36 @@ ...@@ -1556,36 +1575,36 @@
1556 } 1575 }
1557 }, 1576 },
1558 "@babel/traverse": { 1577 "@babel/traverse": {
1559 - "version": "7.10.4", 1578 + "version": "7.10.5",
1560 - "resolved": "https://registry.npm.taobao.org/@babel/traverse/download/@babel/traverse-7.10.4.tgz", 1579 + "resolved": "https://registry.npm.taobao.org/@babel/traverse/download/@babel/traverse-7.10.5.tgz?cache=0&sync_timestamp=1594749243730&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Ftraverse%2Fdownload%2F%40babel%2Ftraverse-7.10.5.tgz",
1561 - "integrity": "sha1-5kLlOVo7CcyVyOdKJ0MrSEtpeBg=", 1580 + "integrity": "sha1-d85GT1sli+Jlr2GNj93wU28gtWQ=",
1562 "dev": true, 1581 "dev": true,
1563 "requires": { 1582 "requires": {
1564 "@babel/code-frame": "^7.10.4", 1583 "@babel/code-frame": "^7.10.4",
1565 - "@babel/generator": "^7.10.4", 1584 + "@babel/generator": "^7.10.5",
1566 "@babel/helper-function-name": "^7.10.4", 1585 "@babel/helper-function-name": "^7.10.4",
1567 "@babel/helper-split-export-declaration": "^7.10.4", 1586 "@babel/helper-split-export-declaration": "^7.10.4",
1568 - "@babel/parser": "^7.10.4", 1587 + "@babel/parser": "^7.10.5",
1569 - "@babel/types": "^7.10.4", 1588 + "@babel/types": "^7.10.5",
1570 "debug": "^4.1.0", 1589 "debug": "^4.1.0",
1571 "globals": "^11.1.0", 1590 "globals": "^11.1.0",
1572 - "lodash": "^4.17.13" 1591 + "lodash": "^4.17.19"
1573 } 1592 }
1574 }, 1593 },
1575 "@babel/types": { 1594 "@babel/types": {
1576 - "version": "7.10.4", 1595 + "version": "7.10.5",
1577 - "resolved": "https://registry.npm.taobao.org/@babel/types/download/@babel/types-7.10.4.tgz?cache=0&sync_timestamp=1593521094123&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Ftypes%2Fdownload%2F%40babel%2Ftypes-7.10.4.tgz", 1596 + "resolved": "https://registry.npm.taobao.org/@babel/types/download/@babel/types-7.10.5.tgz",
1578 - "integrity": "sha1-NpUXGINS4YIZmB79FWv9sZn/8e4=", 1597 + "integrity": "sha1-2Irn4v3oa/v+hR1Nga+nCpl7XRU=",
1579 "dev": true, 1598 "dev": true,
1580 "requires": { 1599 "requires": {
1581 "@babel/helper-validator-identifier": "^7.10.4", 1600 "@babel/helper-validator-identifier": "^7.10.4",
1582 - "lodash": "^4.17.13", 1601 + "lodash": "^4.17.19",
1583 "to-fast-properties": "^2.0.0" 1602 "to-fast-properties": "^2.0.0"
1584 } 1603 }
1585 }, 1604 },
1586 "chalk": { 1605 "chalk": {
1587 "version": "2.4.2", 1606 "version": "2.4.2",
1588 - "resolved": "https://registry.npm.taobao.org/chalk/download/chalk-2.4.2.tgz", 1607 + "resolved": "https://registry.npm.taobao.org/chalk/download/chalk-2.4.2.tgz?cache=0&sync_timestamp=1591687070184&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fchalk%2Fdownload%2Fchalk-2.4.2.tgz",
1589 "integrity": "sha1-zUJUFnelQzPPVBpJEIwUMrRMlCQ=", 1608 "integrity": "sha1-zUJUFnelQzPPVBpJEIwUMrRMlCQ=",
1590 "dev": true, 1609 "dev": true,
1591 "requires": { 1610 "requires": {
...@@ -1603,9 +1622,15 @@ ...@@ -1603,9 +1622,15 @@
1603 "ms": "^2.1.1" 1622 "ms": "^2.1.1"
1604 } 1623 }
1605 }, 1624 },
1625 + "lodash": {
1626 + "version": "4.17.19",
1627 + "resolved": "https://registry.npm.taobao.org/lodash/download/lodash-4.17.19.tgz?cache=0&sync_timestamp=1594226905843&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Flodash%2Fdownload%2Flodash-4.17.19.tgz",
1628 + "integrity": "sha1-5I3e2+MLMyF4PFtDAfvTU7weSks=",
1629 + "dev": true
1630 + },
1606 "ms": { 1631 "ms": {
1607 "version": "2.1.2", 1632 "version": "2.1.2",
1608 - "resolved": "https://registry.npm.taobao.org/ms/download/ms-2.1.2.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fms%2Fdownload%2Fms-2.1.2.tgz", 1633 + "resolved": "https://registry.npm.taobao.org/ms/download/ms-2.1.2.tgz",
1609 "integrity": "sha1-0J0fNXtEP0kzgqjrPM0YOHKuYAk=", 1634 "integrity": "sha1-0J0fNXtEP0kzgqjrPM0YOHKuYAk=",
1610 "dev": true 1635 "dev": true
1611 } 1636 }
...@@ -1679,21 +1704,144 @@ ...@@ -1679,21 +1704,144 @@
1679 } 1704 }
1680 }, 1705 },
1681 "@babel/plugin-proposal-decorators": { 1706 "@babel/plugin-proposal-decorators": {
1682 - "version": "7.10.4", 1707 + "version": "7.10.5",
1683 - "resolved": "https://registry.npm.taobao.org/@babel/plugin-proposal-decorators/download/@babel/plugin-proposal-decorators-7.10.4.tgz?cache=0&sync_timestamp=1593522969545&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fplugin-proposal-decorators%2Fdownload%2F%40babel%2Fplugin-proposal-decorators-7.10.4.tgz", 1708 + "resolved": "https://registry.npm.taobao.org/@babel/plugin-proposal-decorators/download/@babel/plugin-proposal-decorators-7.10.5.tgz?cache=0&sync_timestamp=1594749233260&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fplugin-proposal-decorators%2Fdownload%2F%40babel%2Fplugin-proposal-decorators-7.10.5.tgz",
1684 - "integrity": "sha1-/iDvEMxz84b3CRD8pIeYBBzTV8c=", 1709 + "integrity": "sha1-QomLukeLxLGuJCpwOpU6etNQ/7Q=",
1685 "dev": true, 1710 "dev": true,
1686 "requires": { 1711 "requires": {
1687 - "@babel/helper-create-class-features-plugin": "^7.10.4", 1712 + "@babel/helper-create-class-features-plugin": "^7.10.5",
1688 "@babel/helper-plugin-utils": "^7.10.4", 1713 "@babel/helper-plugin-utils": "^7.10.4",
1689 "@babel/plugin-syntax-decorators": "^7.10.4" 1714 "@babel/plugin-syntax-decorators": "^7.10.4"
1690 }, 1715 },
1691 "dependencies": { 1716 "dependencies": {
1717 + "@babel/code-frame": {
1718 + "version": "7.10.4",
1719 + "resolved": "https://registry.npm.taobao.org/@babel/code-frame/download/@babel/code-frame-7.10.4.tgz?cache=0&sync_timestamp=1593522948158&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fcode-frame%2Fdownload%2F%40babel%2Fcode-frame-7.10.4.tgz",
1720 + "integrity": "sha1-Fo2ho26Q2miujUnA8bSMfGJJITo=",
1721 + "dev": true,
1722 + "requires": {
1723 + "@babel/highlight": "^7.10.4"
1724 + }
1725 + },
1726 + "@babel/helper-create-class-features-plugin": {
1727 + "version": "7.10.5",
1728 + "resolved": "https://registry.npm.taobao.org/@babel/helper-create-class-features-plugin/download/@babel/helper-create-class-features-plugin-7.10.5.tgz?cache=0&sync_timestamp=1594749243868&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fhelper-create-class-features-plugin%2Fdownload%2F%40babel%2Fhelper-create-class-features-plugin-7.10.5.tgz",
1729 + "integrity": "sha1-n2FEa6gOgkCwpchcb9rIRZ1vJZ0=",
1730 + "dev": true,
1731 + "requires": {
1732 + "@babel/helper-function-name": "^7.10.4",
1733 + "@babel/helper-member-expression-to-functions": "^7.10.5",
1734 + "@babel/helper-optimise-call-expression": "^7.10.4",
1735 + "@babel/helper-plugin-utils": "^7.10.4",
1736 + "@babel/helper-replace-supers": "^7.10.4",
1737 + "@babel/helper-split-export-declaration": "^7.10.4"
1738 + }
1739 + },
1740 + "@babel/helper-function-name": {
1741 + "version": "7.10.4",
1742 + "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",
1743 + "integrity": "sha1-0tOyDFmtjEcRL6fSqUvAnV74Lxo=",
1744 + "dev": true,
1745 + "requires": {
1746 + "@babel/helper-get-function-arity": "^7.10.4",
1747 + "@babel/template": "^7.10.4",
1748 + "@babel/types": "^7.10.4"
1749 + }
1750 + },
1751 + "@babel/helper-get-function-arity": {
1752 + "version": "7.10.4",
1753 + "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",
1754 + "integrity": "sha1-mMHL6g4jMvM/mkZhuM4VBbLBm6I=",
1755 + "dev": true,
1756 + "requires": {
1757 + "@babel/types": "^7.10.4"
1758 + }
1759 + },
1760 + "@babel/helper-member-expression-to-functions": {
1761 + "version": "7.10.5",
1762 + "resolved": "https://registry.npm.taobao.org/@babel/helper-member-expression-to-functions/download/@babel/helper-member-expression-to-functions-7.10.5.tgz",
1763 + "integrity": "sha1-Fy9W56Y+eBEvOgQFXyQ2WvcC5+4=",
1764 + "dev": true,
1765 + "requires": {
1766 + "@babel/types": "^7.10.5"
1767 + }
1768 + },
1692 "@babel/helper-plugin-utils": { 1769 "@babel/helper-plugin-utils": {
1693 "version": "7.10.4", 1770 "version": "7.10.4",
1694 "resolved": "https://registry.npm.taobao.org/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.10.4.tgz?cache=0&sync_timestamp=1593521082372&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fhelper-plugin-utils%2Fdownload%2F%40babel%2Fhelper-plugin-utils-7.10.4.tgz", 1771 "resolved": "https://registry.npm.taobao.org/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.10.4.tgz?cache=0&sync_timestamp=1593521082372&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fhelper-plugin-utils%2Fdownload%2F%40babel%2Fhelper-plugin-utils-7.10.4.tgz",
1695 "integrity": "sha1-L3WoMSadT2d95JmG3/WZJ1M883U=", 1772 "integrity": "sha1-L3WoMSadT2d95JmG3/WZJ1M883U=",
1696 "dev": true 1773 "dev": true
1774 + },
1775 + "@babel/helper-split-export-declaration": {
1776 + "version": "7.10.4",
1777 + "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",
1778 + "integrity": "sha1-LHBXbqo7VgmyTLmdsoiMw/xCUdE=",
1779 + "dev": true,
1780 + "requires": {
1781 + "@babel/types": "^7.10.4"
1782 + }
1783 + },
1784 + "@babel/helper-validator-identifier": {
1785 + "version": "7.10.4",
1786 + "resolved": "https://registry.npm.taobao.org/@babel/helper-validator-identifier/download/@babel/helper-validator-identifier-7.10.4.tgz?cache=0&sync_timestamp=1593521116583&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fhelper-validator-identifier%2Fdownload%2F%40babel%2Fhelper-validator-identifier-7.10.4.tgz",
1787 + "integrity": "sha1-p4x6clHgH2FlEtMbEK3PUq2l4NI=",
1788 + "dev": true
1789 + },
1790 + "@babel/highlight": {
1791 + "version": "7.10.4",
1792 + "resolved": "https://registry.npm.taobao.org/@babel/highlight/download/@babel/highlight-7.10.4.tgz?cache=0&sync_timestamp=1593521095576&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fhighlight%2Fdownload%2F%40babel%2Fhighlight-7.10.4.tgz",
1793 + "integrity": "sha1-fRvf1ldTU4+r5sOFls23bZrGAUM=",
1794 + "dev": true,
1795 + "requires": {
1796 + "@babel/helper-validator-identifier": "^7.10.4",
1797 + "chalk": "^2.0.0",
1798 + "js-tokens": "^4.0.0"
1799 + }
1800 + },
1801 + "@babel/parser": {
1802 + "version": "7.10.5",
1803 + "resolved": "https://registry.npm.taobao.org/@babel/parser/download/@babel/parser-7.10.5.tgz?cache=0&sync_timestamp=1594750682592&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fparser%2Fdownload%2F%40babel%2Fparser-7.10.5.tgz",
1804 + "integrity": "sha1-58a/Wn3v+VfOyfBLVR4nYpCdgms=",
1805 + "dev": true
1806 + },
1807 + "@babel/template": {
1808 + "version": "7.10.4",
1809 + "resolved": "https://registry.npm.taobao.org/@babel/template/download/@babel/template-7.10.4.tgz",
1810 + "integrity": "sha1-MlGZbEIA68cdGo/EBfupQPNrong=",
1811 + "dev": true,
1812 + "requires": {
1813 + "@babel/code-frame": "^7.10.4",
1814 + "@babel/parser": "^7.10.4",
1815 + "@babel/types": "^7.10.4"
1816 + }
1817 + },
1818 + "@babel/types": {
1819 + "version": "7.10.5",
1820 + "resolved": "https://registry.npm.taobao.org/@babel/types/download/@babel/types-7.10.5.tgz",
1821 + "integrity": "sha1-2Irn4v3oa/v+hR1Nga+nCpl7XRU=",
1822 + "dev": true,
1823 + "requires": {
1824 + "@babel/helper-validator-identifier": "^7.10.4",
1825 + "lodash": "^4.17.19",
1826 + "to-fast-properties": "^2.0.0"
1827 + }
1828 + },
1829 + "chalk": {
1830 + "version": "2.4.2",
1831 + "resolved": "https://registry.npm.taobao.org/chalk/download/chalk-2.4.2.tgz?cache=0&sync_timestamp=1591687070184&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fchalk%2Fdownload%2Fchalk-2.4.2.tgz",
1832 + "integrity": "sha1-zUJUFnelQzPPVBpJEIwUMrRMlCQ=",
1833 + "dev": true,
1834 + "requires": {
1835 + "ansi-styles": "^3.2.1",
1836 + "escape-string-regexp": "^1.0.5",
1837 + "supports-color": "^5.3.0"
1838 + }
1839 + },
1840 + "lodash": {
1841 + "version": "4.17.19",
1842 + "resolved": "https://registry.npm.taobao.org/lodash/download/lodash-4.17.19.tgz?cache=0&sync_timestamp=1594226905843&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Flodash%2Fdownload%2Flodash-4.17.19.tgz",
1843 + "integrity": "sha1-5I3e2+MLMyF4PFtDAfvTU7weSks=",
1844 + "dev": true
1697 } 1845 }
1698 } 1846 }
1699 }, 1847 },
...@@ -1770,9 +1918,9 @@ ...@@ -1770,9 +1918,9 @@
1770 } 1918 }
1771 }, 1919 },
1772 "@babel/plugin-proposal-function-bind": { 1920 "@babel/plugin-proposal-function-bind": {
1773 - "version": "7.10.4", 1921 + "version": "7.10.5",
1774 - "resolved": "https://registry.npm.taobao.org/@babel/plugin-proposal-function-bind/download/@babel/plugin-proposal-function-bind-7.10.4.tgz?cache=0&sync_timestamp=1593523565732&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fplugin-proposal-function-bind%2Fdownload%2F%40babel%2Fplugin-proposal-function-bind-7.10.4.tgz", 1922 + "resolved": "https://registry.npm.taobao.org/@babel/plugin-proposal-function-bind/download/@babel/plugin-proposal-function-bind-7.10.5.tgz?cache=0&sync_timestamp=1594750682595&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fplugin-proposal-function-bind%2Fdownload%2F%40babel%2Fplugin-proposal-function-bind-7.10.5.tgz",
1775 - "integrity": "sha1-IEc6ucOyL7kxT8x4qyzcxeX5rbY=", 1923 + "integrity": "sha1-Yqy93hxD59+ubvyd3VvGCSDO5xk=",
1776 "dev": true, 1924 "dev": true,
1777 "requires": { 1925 "requires": {
1778 "@babel/helper-plugin-utils": "^7.10.4", 1926 "@babel/helper-plugin-utils": "^7.10.4",
...@@ -1934,9 +2082,9 @@ ...@@ -1934,9 +2082,9 @@
1934 } 2082 }
1935 }, 2083 },
1936 "@babel/plugin-proposal-pipeline-operator": { 2084 "@babel/plugin-proposal-pipeline-operator": {
1937 - "version": "7.10.4", 2085 + "version": "7.10.5",
1938 - "resolved": "https://registry.npm.taobao.org/@babel/plugin-proposal-pipeline-operator/download/@babel/plugin-proposal-pipeline-operator-7.10.4.tgz?cache=0&sync_timestamp=1593523555823&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fplugin-proposal-pipeline-operator%2Fdownload%2F%40babel%2Fplugin-proposal-pipeline-operator-7.10.4.tgz", 2086 + "resolved": "https://registry.npm.taobao.org/@babel/plugin-proposal-pipeline-operator/download/@babel/plugin-proposal-pipeline-operator-7.10.5.tgz",
1939 - "integrity": "sha1-FNdsEQQJQW+ExSDYphe75/anVNw=", 2087 + "integrity": "sha1-D6KHHb+3Tv4Z7rF3IgMgVstWl/M=",
1940 "dev": true, 2088 "dev": true,
1941 "requires": { 2089 "requires": {
1942 "@babel/helper-plugin-utils": "^7.10.4", 2090 "@babel/helper-plugin-utils": "^7.10.4",
...@@ -2920,9 +3068,9 @@ ...@@ -2920,9 +3068,9 @@
2920 } 3068 }
2921 }, 3069 },
2922 "@babel/plugin-transform-runtime": { 3070 "@babel/plugin-transform-runtime": {
2923 - "version": "7.10.4", 3071 + "version": "7.10.5",
2924 - "resolved": "https://registry.npm.taobao.org/@babel/plugin-transform-runtime/download/@babel/plugin-transform-runtime-7.10.4.tgz?cache=0&sync_timestamp=1593522957764&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fplugin-transform-runtime%2Fdownload%2F%40babel%2Fplugin-transform-runtime-7.10.4.tgz", 3072 + "resolved": "https://registry.npm.taobao.org/@babel/plugin-transform-runtime/download/@babel/plugin-transform-runtime-7.10.5.tgz?cache=0&sync_timestamp=1594750687653&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fplugin-transform-runtime%2Fdownload%2F%40babel%2Fplugin-transform-runtime-7.10.5.tgz",
2925 - "integrity": "sha1-WU+1NFPqG28HeczrSM4HGKRH/rc=", 3073 + "integrity": "sha1-Ozm3skgw4MLY/3pEif5c+Z+6zoY=",
2926 "dev": true, 3074 "dev": true,
2927 "requires": { 3075 "requires": {
2928 "@babel/helper-module-imports": "^7.10.4", 3076 "@babel/helper-module-imports": "^7.10.4",
...@@ -2939,7 +3087,7 @@ ...@@ -2939,7 +3087,7 @@
2939 }, 3087 },
2940 "semver": { 3088 "semver": {
2941 "version": "5.7.1", 3089 "version": "5.7.1",
2942 - "resolved": "https://registry.npm.taobao.org/semver/download/semver-5.7.1.tgz?cache=0&sync_timestamp=1586826576236&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fsemver%2Fdownload%2Fsemver-5.7.1.tgz", 3090 + "resolved": "https://registry.npm.taobao.org/semver/download/semver-5.7.1.tgz",
2943 "integrity": "sha1-qVT5Ma66UI0we78Gnv8MAclhFvc=", 3091 "integrity": "sha1-qVT5Ma66UI0we78Gnv8MAclhFvc=",
2944 "dev": true 3092 "dev": true
2945 } 3093 }
...@@ -3202,21 +3350,27 @@ ...@@ -3202,21 +3350,27 @@
3202 } 3350 }
3203 }, 3351 },
3204 "@babel/register": { 3352 "@babel/register": {
3205 - "version": "7.10.4", 3353 + "version": "7.10.5",
3206 - "resolved": "https://registry.npm.taobao.org/@babel/register/download/@babel/register-7.10.4.tgz?cache=0&sync_timestamp=1593521082531&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fregister%2Fdownload%2F%40babel%2Fregister-7.10.4.tgz", 3354 + "resolved": "https://registry.npm.taobao.org/@babel/register/download/@babel/register-7.10.5.tgz?cache=0&sync_timestamp=1594749471474&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fregister%2Fdownload%2F%40babel%2Fregister-7.10.5.tgz",
3207 - "integrity": "sha1-UwBLqLBMSvPL2EUI4DrRUGaXRuQ=", 3355 + "integrity": "sha1-NU81dIlfEwf3nv43pRUl5S/TjYk=",
3208 "dev": true, 3356 "dev": true,
3209 "requires": { 3357 "requires": {
3210 "find-cache-dir": "^2.0.0", 3358 "find-cache-dir": "^2.0.0",
3211 - "lodash": "^4.17.13", 3359 + "lodash": "^4.17.19",
3212 "make-dir": "^2.1.0", 3360 "make-dir": "^2.1.0",
3213 "pirates": "^4.0.0", 3361 "pirates": "^4.0.0",
3214 "source-map-support": "^0.5.16" 3362 "source-map-support": "^0.5.16"
3215 }, 3363 },
3216 "dependencies": { 3364 "dependencies": {
3365 + "lodash": {
3366 + "version": "4.17.19",
3367 + "resolved": "https://registry.npm.taobao.org/lodash/download/lodash-4.17.19.tgz?cache=0&sync_timestamp=1594226905843&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Flodash%2Fdownload%2Flodash-4.17.19.tgz",
3368 + "integrity": "sha1-5I3e2+MLMyF4PFtDAfvTU7weSks=",
3369 + "dev": true
3370 + },
3217 "make-dir": { 3371 "make-dir": {
3218 "version": "2.1.0", 3372 "version": "2.1.0",
3219 - "resolved": "https://registry.npm.taobao.org/make-dir/download/make-dir-2.1.0.tgz?cache=0&sync_timestamp=1581538804263&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fmake-dir%2Fdownload%2Fmake-dir-2.1.0.tgz", 3373 + "resolved": "https://registry.npm.taobao.org/make-dir/download/make-dir-2.1.0.tgz?cache=0&sync_timestamp=1587567572251&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fmake-dir%2Fdownload%2Fmake-dir-2.1.0.tgz",
3220 "integrity": "sha1-XwMQ4YuL6JjMBwCSlaMK5B6R5vU=", 3374 "integrity": "sha1-XwMQ4YuL6JjMBwCSlaMK5B6R5vU=",
3221 "dev": true, 3375 "dev": true,
3222 "requires": { 3376 "requires": {
...@@ -3232,16 +3386,16 @@ ...@@ -3232,16 +3386,16 @@
3232 }, 3386 },
3233 "semver": { 3387 "semver": {
3234 "version": "5.7.1", 3388 "version": "5.7.1",
3235 - "resolved": "https://registry.npm.taobao.org/semver/download/semver-5.7.1.tgz?cache=0&sync_timestamp=1586826576236&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fsemver%2Fdownload%2Fsemver-5.7.1.tgz", 3389 + "resolved": "https://registry.npm.taobao.org/semver/download/semver-5.7.1.tgz",
3236 "integrity": "sha1-qVT5Ma66UI0we78Gnv8MAclhFvc=", 3390 "integrity": "sha1-qVT5Ma66UI0we78Gnv8MAclhFvc=",
3237 "dev": true 3391 "dev": true
3238 } 3392 }
3239 } 3393 }
3240 }, 3394 },
3241 "@babel/runtime": { 3395 "@babel/runtime": {
3242 - "version": "7.10.4", 3396 + "version": "7.10.5",
3243 - "resolved": "https://registry.npm.taobao.org/@babel/runtime/download/@babel/runtime-7.10.4.tgz?cache=0&sync_timestamp=1593522839105&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fruntime%2Fdownload%2F%40babel%2Fruntime-7.10.4.tgz", 3397 + "resolved": "https://registry.npm.taobao.org/@babel/runtime/download/@babel/runtime-7.10.5.tgz",
3244 - "integrity": "sha1-pnJPGmuNL26lI22/5Yx9fqnF65k=", 3398 + "integrity": "sha1-MD2L1EDs1aSR6uYRf9M2dphnTFw=",
3245 "dev": true, 3399 "dev": true,
3246 "requires": { 3400 "requires": {
3247 "regenerator-runtime": "^0.13.4" 3401 "regenerator-runtime": "^0.13.4"
...@@ -3360,7 +3514,7 @@ ...@@ -3360,7 +3514,7 @@
3360 }, 3514 },
3361 "ms": { 3515 "ms": {
3362 "version": "2.1.2", 3516 "version": "2.1.2",
3363 - "resolved": "https://registry.npm.taobao.org/ms/download/ms-2.1.2.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fms%2Fdownload%2Fms-2.1.2.tgz", 3517 + "resolved": "https://registry.npm.taobao.org/ms/download/ms-2.1.2.tgz",
3364 "integrity": "sha1-0J0fNXtEP0kzgqjrPM0YOHKuYAk=", 3518 "integrity": "sha1-0J0fNXtEP0kzgqjrPM0YOHKuYAk=",
3365 "dev": true 3519 "dev": true
3366 } 3520 }
...@@ -5522,9 +5676,9 @@ ...@@ -5522,9 +5676,9 @@
5522 } 5676 }
5523 }, 5677 },
5524 "cfonts": { 5678 "cfonts": {
5525 - "version": "2.8.4", 5679 + "version": "2.8.6",
5526 - "resolved": "https://registry.npm.taobao.org/cfonts/download/cfonts-2.8.4.tgz", 5680 + "resolved": "https://registry.npm.taobao.org/cfonts/download/cfonts-2.8.6.tgz",
5527 - "integrity": "sha1-y2Kfmy9470ywmM6j22Lcxu2/Bnk=", 5681 + "integrity": "sha1-SdBvo1mw0GCfTZUBPbXZ1o0MMAE=",
5528 "dev": true, 5682 "dev": true,
5529 "requires": { 5683 "requires": {
5530 "chalk": "^4.1.0", 5684 "chalk": "^4.1.0",
...@@ -7056,9 +7210,9 @@ ...@@ -7056,9 +7210,9 @@
7056 } 7210 }
7057 }, 7211 },
7058 "electron": { 7212 "electron": {
7059 - "version": "8.3.4", 7213 + "version": "8.4.0",
7060 - "resolved": "https://registry.npm.taobao.org/electron/download/electron-8.3.4.tgz", 7214 + "resolved": "https://registry.npm.taobao.org/electron/download/electron-8.4.0.tgz",
7061 - "integrity": "sha1-2cVEHzRGKgIkgPPr4s856l3Te5Y=", 7215 + "integrity": "sha1-MGkhZtyLKlEbPAHHCWDUZ+/iuOY=",
7062 "dev": true, 7216 "dev": true,
7063 "requires": { 7217 "requires": {
7064 "@electron/get": "^1.0.1", 7218 "@electron/get": "^1.0.1",
...@@ -7067,9 +7221,9 @@ ...@@ -7067,9 +7221,9 @@
7067 }, 7221 },
7068 "dependencies": { 7222 "dependencies": {
7069 "@types/node": { 7223 "@types/node": {
7070 - "version": "12.12.48", 7224 + "version": "12.12.50",
7071 - "resolved": "https://registry.npm.taobao.org/@types/node/download/@types/node-12.12.48.tgz?cache=0&sync_timestamp=1594068001359&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40types%2Fnode%2Fdownload%2F%40types%2Fnode-12.12.48.tgz", 7225 + "resolved": "https://registry.npm.taobao.org/@types/node/download/@types/node-12.12.50.tgz?cache=0&sync_timestamp=1594655997654&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40types%2Fnode%2Fdownload%2F%40types%2Fnode-12.12.50.tgz",
7072 - "integrity": "sha1-QTXwZO7tn8+0dW3upbosqhFgM5E=", 7226 + "integrity": "sha1-6bLoX6/BXyqKqP3UEJG5g9pf1u4=",
7073 "dev": true 7227 "dev": true
7074 } 7228 }
7075 } 7229 }
...@@ -7124,14 +7278,14 @@ ...@@ -7124,14 +7278,14 @@
7124 } 7278 }
7125 }, 7279 },
7126 "electron-devtools-installer": { 7280 "electron-devtools-installer": {
7127 - "version": "3.1.0", 7281 + "version": "3.1.1",
7128 - "resolved": "https://registry.npm.taobao.org/electron-devtools-installer/download/electron-devtools-installer-3.1.0.tgz", 7282 + "resolved": "https://registry.npm.taobao.org/electron-devtools-installer/download/electron-devtools-installer-3.1.1.tgz",
7129 - "integrity": "sha1-x4ANNquEOLUdLgM0WGD4F+y1eX8=", 7283 + "integrity": "sha1-e1bIyGR1xeThDeaRfRUMU8nOtV4=",
7130 "dev": true, 7284 "dev": true,
7131 "requires": { 7285 "requires": {
7132 "rimraf": "^3.0.2", 7286 "rimraf": "^3.0.2",
7133 "semver": "^7.2.1", 7287 "semver": "^7.2.1",
7134 - "unzip-crx": "^0.2.0" 7288 + "unzip-crx-3": "^0.2.0"
7135 }, 7289 },
7136 "dependencies": { 7290 "dependencies": {
7137 "rimraf": { 7291 "rimraf": {
...@@ -13689,9 +13843,9 @@ ...@@ -13689,9 +13843,9 @@
13689 } 13843 }
13690 }, 13844 },
13691 "sass-loader": { 13845 "sass-loader": {
13692 - "version": "9.0.1", 13846 + "version": "9.0.2",
13693 - "resolved": "https://registry.npm.taobao.org/sass-loader/download/sass-loader-9.0.1.tgz?cache=0&sync_timestamp=1593784326230&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fsass-loader%2Fdownload%2Fsass-loader-9.0.1.tgz", 13847 + "resolved": "https://registry.npm.taobao.org/sass-loader/download/sass-loader-9.0.2.tgz?cache=0&sync_timestamp=1594134250259&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fsass-loader%2Fdownload%2Fsass-loader-9.0.2.tgz",
13694 - "integrity": "sha1-iuluuw6d68N0gGTTLkNZZxmBTEA=", 13848 + "integrity": "sha1-hHybTJUyjdyMfTXPKMnW5U5ZqQs=",
13695 "dev": true, 13849 "dev": true,
13696 "requires": { 13850 "requires": {
13697 "klona": "^1.1.1", 13851 "klona": "^1.1.1",
...@@ -13854,7 +14008,7 @@ ...@@ -13854,7 +14008,7 @@
13854 "dependencies": { 14008 "dependencies": {
13855 "type-fest": { 14009 "type-fest": {
13856 "version": "0.13.1", 14010 "version": "0.13.1",
13857 - "resolved": "https://registry.npm.taobao.org/type-fest/download/type-fest-0.13.1.tgz", 14011 + "resolved": "https://registry.npm.taobao.org/type-fest/download/type-fest-0.13.1.tgz?cache=0&sync_timestamp=1593290964201&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Ftype-fest%2Fdownload%2Ftype-fest-0.13.1.tgz",
13858 "integrity": "sha1-AXLLW86AsL1ULqNI21DH4hg02TQ=", 14012 "integrity": "sha1-AXLLW86AsL1ULqNI21DH4hg02TQ=",
13859 "dev": true, 14013 "dev": true,
13860 "optional": true 14014 "optional": true
...@@ -14731,7 +14885,7 @@ ...@@ -14731,7 +14885,7 @@
14731 }, 14885 },
14732 "ms": { 14886 "ms": {
14733 "version": "2.1.2", 14887 "version": "2.1.2",
14734 - "resolved": "https://registry.npm.taobao.org/ms/download/ms-2.1.2.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fms%2Fdownload%2Fms-2.1.2.tgz", 14888 + "resolved": "https://registry.npm.taobao.org/ms/download/ms-2.1.2.tgz",
14735 "integrity": "sha1-0J0fNXtEP0kzgqjrPM0YOHKuYAk=", 14889 "integrity": "sha1-0J0fNXtEP0kzgqjrPM0YOHKuYAk=",
14736 "dev": true 14890 "dev": true
14737 } 14891 }
...@@ -15079,15 +15233,15 @@ ...@@ -15079,15 +15233,15 @@
15079 } 15233 }
15080 }, 15234 },
15081 "terser-webpack-plugin": { 15235 "terser-webpack-plugin": {
15082 - "version": "3.0.6", 15236 + "version": "3.0.7",
15083 - "resolved": "https://registry.npm.taobao.org/terser-webpack-plugin/download/terser-webpack-plugin-3.0.6.tgz?cache=0&sync_timestamp=1592492230913&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fterser-webpack-plugin%2Fdownload%2Fterser-webpack-plugin-3.0.6.tgz", 15237 + "resolved": "https://registry.npm.taobao.org/terser-webpack-plugin/download/terser-webpack-plugin-3.0.7.tgz?cache=0&sync_timestamp=1594912506904&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fterser-webpack-plugin%2Fdownload%2Fterser-webpack-plugin-3.0.7.tgz",
15084 - "integrity": "sha1-2woQi73TaA1yybSR+6utCboge5k=", 15238 + "integrity": "sha1-2yO5RtzKiVTaPr2jZ1NgvO69x44=",
15085 "dev": true, 15239 "dev": true,
15086 "requires": { 15240 "requires": {
15087 - "cacache": "^15.0.4", 15241 + "cacache": "^15.0.5",
15088 "find-cache-dir": "^3.3.1", 15242 "find-cache-dir": "^3.3.1",
15089 - "jest-worker": "^26.0.0", 15243 + "jest-worker": "^26.1.0",
15090 - "p-limit": "^3.0.1", 15244 + "p-limit": "^3.0.2",
15091 "schema-utils": "^2.6.6", 15245 "schema-utils": "^2.6.6",
15092 "serialize-javascript": "^4.0.0", 15246 "serialize-javascript": "^4.0.0",
15093 "source-map": "^0.6.1", 15247 "source-map": "^0.6.1",
...@@ -15096,9 +15250,9 @@ ...@@ -15096,9 +15250,9 @@
15096 }, 15250 },
15097 "dependencies": { 15251 "dependencies": {
15098 "cacache": { 15252 "cacache": {
15099 - "version": "15.0.4", 15253 + "version": "15.0.5",
15100 - "resolved": "https://registry.npm.taobao.org/cacache/download/cacache-15.0.4.tgz", 15254 + "resolved": "https://registry.npm.taobao.org/cacache/download/cacache-15.0.5.tgz?cache=0&sync_timestamp=1594429684526&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fcacache%2Fdownload%2Fcacache-15.0.5.tgz",
15101 - "integrity": "sha1-ssI89KxPXq0AT7FaDvsKIDQHQfE=", 15255 + "integrity": "sha1-aRYoM9opFw1nMjNGQ8YOAF9fF9A=",
15102 "dev": true, 15256 "dev": true,
15103 "requires": { 15257 "requires": {
15104 "@npmcli/move-file": "^1.0.1", 15258 "@npmcli/move-file": "^1.0.1",
...@@ -15106,7 +15260,7 @@ ...@@ -15106,7 +15260,7 @@
15106 "fs-minipass": "^2.0.0", 15260 "fs-minipass": "^2.0.0",
15107 "glob": "^7.1.4", 15261 "glob": "^7.1.4",
15108 "infer-owner": "^1.0.4", 15262 "infer-owner": "^1.0.4",
15109 - "lru-cache": "^5.1.1", 15263 + "lru-cache": "^6.0.0",
15110 "minipass": "^3.1.1", 15264 "minipass": "^3.1.1",
15111 "minipass-collect": "^1.0.2", 15265 "minipass-collect": "^1.0.2",
15112 "minipass-flush": "^1.0.5", 15266 "minipass-flush": "^1.0.5",
...@@ -15162,6 +15316,15 @@ ...@@ -15162,6 +15316,15 @@
15162 "p-locate": "^4.1.0" 15316 "p-locate": "^4.1.0"
15163 } 15317 }
15164 }, 15318 },
15319 + "lru-cache": {
15320 + "version": "6.0.0",
15321 + "resolved": "https://registry.npm.taobao.org/lru-cache/download/lru-cache-6.0.0.tgz?cache=0&sync_timestamp=1594427567713&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Flru-cache%2Fdownload%2Flru-cache-6.0.0.tgz",
15322 + "integrity": "sha1-bW/mVw69lqr5D8rR2vo7JWbbOpQ=",
15323 + "dev": true,
15324 + "requires": {
15325 + "yallist": "^4.0.0"
15326 + }
15327 + },
15165 "make-dir": { 15328 "make-dir": {
15166 "version": "3.1.0", 15329 "version": "3.1.0",
15167 "resolved": "https://registry.npm.taobao.org/make-dir/download/make-dir-3.1.0.tgz?cache=0&sync_timestamp=1587567572251&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fmake-dir%2Fdownload%2Fmake-dir-3.1.0.tgz", 15330 "resolved": "https://registry.npm.taobao.org/make-dir/download/make-dir-3.1.0.tgz?cache=0&sync_timestamp=1587567572251&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fmake-dir%2Fdownload%2Fmake-dir-3.1.0.tgz",
...@@ -15178,9 +15341,9 @@ ...@@ -15178,9 +15341,9 @@
15178 "dev": true 15341 "dev": true
15179 }, 15342 },
15180 "p-limit": { 15343 "p-limit": {
15181 - "version": "3.0.1", 15344 + "version": "3.0.2",
15182 - "resolved": "https://registry.npm.taobao.org/p-limit/download/p-limit-3.0.1.tgz", 15345 + "resolved": "https://registry.npm.taobao.org/p-limit/download/p-limit-3.0.2.tgz?cache=0&sync_timestamp=1594559856635&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fp-limit%2Fdownload%2Fp-limit-3.0.2.tgz",
15183 - "integrity": "sha1-WEeErAci0a7Qnxn5DtKZmvbOKDk=", 15346 + "integrity": "sha1-FmTgEK88rcaBuq/T4qQ3vnsPtf4=",
15184 "dev": true, 15347 "dev": true,
15185 "requires": { 15348 "requires": {
15186 "p-try": "^2.0.0" 15349 "p-try": "^2.0.0"
...@@ -15197,7 +15360,7 @@ ...@@ -15197,7 +15360,7 @@
15197 "dependencies": { 15360 "dependencies": {
15198 "p-limit": { 15361 "p-limit": {
15199 "version": "2.3.0", 15362 "version": "2.3.0",
15200 - "resolved": "https://registry.npm.taobao.org/p-limit/download/p-limit-2.3.0.tgz", 15363 + "resolved": "https://registry.npm.taobao.org/p-limit/download/p-limit-2.3.0.tgz?cache=0&sync_timestamp=1594559856635&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fp-limit%2Fdownload%2Fp-limit-2.3.0.tgz",
15201 "integrity": "sha1-PdM8ZHohT9//2DWTPrCG2g3CHbE=", 15364 "integrity": "sha1-PdM8ZHohT9//2DWTPrCG2g3CHbE=",
15202 "dev": true, 15365 "dev": true,
15203 "requires": { 15366 "requires": {
...@@ -15273,7 +15436,7 @@ ...@@ -15273,7 +15436,7 @@
15273 }, 15436 },
15274 "source-map": { 15437 "source-map": {
15275 "version": "0.6.1", 15438 "version": "0.6.1",
15276 - "resolved": "https://registry.npm.taobao.org/source-map/download/source-map-0.6.1.tgz", 15439 + "resolved": "https://registry.npm.taobao.org/source-map/download/source-map-0.6.1.tgz?cache=0&sync_timestamp=1571657176668&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fsource-map%2Fdownload%2Fsource-map-0.6.1.tgz",
15277 "integrity": "sha1-dHIq8y6WFOnCh6jQu95IteLxomM=", 15440 "integrity": "sha1-dHIq8y6WFOnCh6jQu95IteLxomM=",
15278 "dev": true 15441 "dev": true
15279 }, 15442 },
...@@ -15296,6 +15459,12 @@ ...@@ -15296,6 +15459,12 @@
15296 "source-map": "~0.6.1", 15459 "source-map": "~0.6.1",
15297 "source-map-support": "~0.5.12" 15460 "source-map-support": "~0.5.12"
15298 } 15461 }
15462 + },
15463 + "yallist": {
15464 + "version": "4.0.0",
15465 + "resolved": "https://registry.npm.taobao.org/yallist/download/yallist-4.0.0.tgz",
15466 + "integrity": "sha1-m7knkNnA7/7GO+c1GeEaNQGaOnI=",
15467 + "dev": true
15299 } 15468 }
15300 } 15469 }
15301 }, 15470 },
...@@ -15746,10 +15915,10 @@ ...@@ -15746,10 +15915,10 @@
15746 } 15915 }
15747 } 15916 }
15748 }, 15917 },
15749 - "unzip-crx": { 15918 + "unzip-crx-3": {
15750 "version": "0.2.0", 15919 "version": "0.2.0",
15751 - "resolved": "https://registry.npm.taobao.org/unzip-crx/download/unzip-crx-0.2.0.tgz", 15920 + "resolved": "https://registry.npm.taobao.org/unzip-crx-3/download/unzip-crx-3-0.2.0.tgz",
15752 - "integrity": "sha1-TAuqi9rHViVnVL7KeEPBPXuFjBg=", 15921 + "integrity": "sha1-1TJBR7EEqK7ZroY5yVUh9vfNopI=",
15753 "dev": true, 15922 "dev": true,
15754 "requires": { 15923 "requires": {
15755 "jszip": "^3.1.0", 15924 "jszip": "^3.1.0",
...@@ -16969,9 +17138,9 @@ ...@@ -16969,9 +17138,9 @@
16969 } 17138 }
16970 }, 17139 },
16971 "webpack-merge": { 17140 "webpack-merge": {
16972 - "version": "5.0.7", 17141 + "version": "5.0.9",
16973 - "resolved": "https://registry.npm.taobao.org/webpack-merge/download/webpack-merge-5.0.7.tgz?cache=0&sync_timestamp=1594052659629&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fwebpack-merge%2Fdownload%2Fwebpack-merge-5.0.7.tgz", 17142 + "resolved": "https://registry.npm.taobao.org/webpack-merge/download/webpack-merge-5.0.9.tgz?cache=0&sync_timestamp=1594295335768&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fwebpack-merge%2Fdownload%2Fwebpack-merge-5.0.9.tgz",
16974 - "integrity": "sha1-eL4vNgrBiX9BpLMojh2DMZ5Pdw4=", 17143 + "integrity": "sha1-1eDgrlZK5wSDbXR4k73SdBVEvzE=",
16975 "dev": true, 17144 "dev": true,
16976 "requires": { 17145 "requires": {
16977 "clone-deep": "^4.0.1", 17146 "clone-deep": "^4.0.1",
......
...@@ -84,42 +84,42 @@ ...@@ -84,42 +84,42 @@
84 "vuex": "^3.5.1" 84 "vuex": "^3.5.1"
85 }, 85 },
86 "devDependencies": { 86 "devDependencies": {
87 - "@babel/core": "^7.10.4", 87 + "@babel/core": "^7.10.5",
88 "@babel/plugin-proposal-class-properties": "^7.10.4", 88 "@babel/plugin-proposal-class-properties": "^7.10.4",
89 - "@babel/plugin-proposal-decorators": "^7.10.4", 89 + "@babel/plugin-proposal-decorators": "^7.10.5",
90 "@babel/plugin-proposal-do-expressions": "^7.10.4", 90 "@babel/plugin-proposal-do-expressions": "^7.10.4",
91 "@babel/plugin-proposal-export-default-from": "^7.10.4", 91 "@babel/plugin-proposal-export-default-from": "^7.10.4",
92 "@babel/plugin-proposal-export-namespace-from": "^7.10.4", 92 "@babel/plugin-proposal-export-namespace-from": "^7.10.4",
93 - "@babel/plugin-proposal-function-bind": "^7.10.4", 93 + "@babel/plugin-proposal-function-bind": "^7.10.5",
94 "@babel/plugin-proposal-function-sent": "^7.10.4", 94 "@babel/plugin-proposal-function-sent": "^7.10.4",
95 "@babel/plugin-proposal-json-strings": "^7.10.4", 95 "@babel/plugin-proposal-json-strings": "^7.10.4",
96 "@babel/plugin-proposal-logical-assignment-operators": "^7.10.4", 96 "@babel/plugin-proposal-logical-assignment-operators": "^7.10.4",
97 "@babel/plugin-proposal-nullish-coalescing-operator": "^7.10.4", 97 "@babel/plugin-proposal-nullish-coalescing-operator": "^7.10.4",
98 "@babel/plugin-proposal-numeric-separator": "^7.10.4", 98 "@babel/plugin-proposal-numeric-separator": "^7.10.4",
99 "@babel/plugin-proposal-optional-chaining": "^7.10.4", 99 "@babel/plugin-proposal-optional-chaining": "^7.10.4",
100 - "@babel/plugin-proposal-pipeline-operator": "^7.10.4", 100 + "@babel/plugin-proposal-pipeline-operator": "^7.10.5",
101 "@babel/plugin-proposal-throw-expressions": "^7.10.4", 101 "@babel/plugin-proposal-throw-expressions": "^7.10.4",
102 "@babel/plugin-syntax-dynamic-import": "^7.8.3", 102 "@babel/plugin-syntax-dynamic-import": "^7.8.3",
103 "@babel/plugin-syntax-import-meta": "^7.10.4", 103 "@babel/plugin-syntax-import-meta": "^7.10.4",
104 - "@babel/plugin-transform-runtime": "^7.10.4", 104 + "@babel/plugin-transform-runtime": "^7.10.5",
105 "@babel/polyfill": "^7.10.4", 105 "@babel/polyfill": "^7.10.4",
106 "@babel/preset-env": "^7.10.4", 106 "@babel/preset-env": "^7.10.4",
107 - "@babel/register": "^7.10.4", 107 + "@babel/register": "^7.10.5",
108 - "@babel/runtime": "^7.10.4", 108 + "@babel/runtime": "^7.10.5",
109 "ajv": "^6.12.3", 109 "ajv": "^6.12.3",
110 "babel-eslint": "^9.0.0", 110 "babel-eslint": "^9.0.0",
111 "babel-loader": "^8.1.0", 111 "babel-loader": "^8.1.0",
112 "babel-minify-webpack-plugin": "^0.3.1", 112 "babel-minify-webpack-plugin": "^0.3.1",
113 "cache-loader": "^4.1.0", 113 "cache-loader": "^4.1.0",
114 - "cfonts": "^2.8.4", 114 + "cfonts": "^2.8.6",
115 "chalk": "^4.1.0", 115 "chalk": "^4.1.0",
116 "copy-webpack-plugin": "^6.0.3", 116 "copy-webpack-plugin": "^6.0.3",
117 "cross-env": "^7.0.2", 117 "cross-env": "^7.0.2",
118 "css-loader": "^3.6.0", 118 "css-loader": "^3.6.0",
119 "del": "^5.1.0", 119 "del": "^5.1.0",
120 - "electron": "^8.3.4", 120 + "electron": "^8.4.0",
121 "electron-builder": "^22.7.0", 121 "electron-builder": "^22.7.0",
122 - "electron-devtools-installer": "^3.1.0", 122 + "electron-devtools-installer": "^3.1.1",
123 "eslint": "^6.8.0", 123 "eslint": "^6.8.0",
124 "eslint-config-standard": "^14.1.1", 124 "eslint-config-standard": "^14.1.1",
125 "eslint-friendly-formatter": "^4.0.1", 125 "eslint-friendly-formatter": "^4.0.1",
...@@ -138,11 +138,11 @@ ...@@ -138,11 +138,11 @@
138 "node-loader": "^1.0.0", 138 "node-loader": "^1.0.0",
139 "portfinder": "^1.0.26", 139 "portfinder": "^1.0.26",
140 "sass": "^1.26.10", 140 "sass": "^1.26.10",
141 - "sass-loader": "^9.0.1", 141 + "sass-loader": "^9.0.2",
142 "split2": "^3.1.1", 142 "split2": "^3.1.1",
143 "style-loader": "^1.2.1", 143 "style-loader": "^1.2.1",
144 "svg-sprite-loader": "^5.0.0", 144 "svg-sprite-loader": "^5.0.0",
145 - "terser-webpack-plugin": "^3.0.6", 145 + "terser-webpack-plugin": "^3.0.7",
146 "through2-filter": "^3.0.0", 146 "through2-filter": "^3.0.0",
147 "url-loader": "^4.1.0", 147 "url-loader": "^4.1.0",
148 "vue-html-loader": "^1.2.4", 148 "vue-html-loader": "^1.2.4",
...@@ -153,6 +153,6 @@ ...@@ -153,6 +153,6 @@
153 "webpack-cli": "^3.3.12", 153 "webpack-cli": "^3.3.12",
154 "webpack-dev-server": "^3.11.0", 154 "webpack-dev-server": "^3.11.0",
155 "webpack-hot-middleware": "^2.25.0", 155 "webpack-hot-middleware": "^2.25.0",
156 - "webpack-merge": "^5.0.7" 156 + "webpack-merge": "^5.0.9"
157 } 157 }
158 } 158 }
......