Commit 47ccde44 authored by 郭志伟's avatar 郭志伟

chore(ui): 升级组件库

parent ebdbae20
......@@ -41,6 +41,7 @@ export default class DashBoard extends Mixins(ContextMenuMixin, GoodsTabsMixin,
@Provide() editor = this;
isEditor: boolean = true;
isCollapsed: boolean = true;
isDragIn: boolean = false;
isDraging: boolean = false;
......
......@@ -13,24 +13,24 @@
}
},
"@babel/compat-data": {
"version": "7.13.15",
"resolved": "http://npmprivate.quantgroups.com/@babel%2fcompat-data/-/compat-data-7.13.15.tgz",
"integrity": "sha512-ltnibHKR1VnrU4ymHyQ/CXtNXI6yZC0oJThyW78Hft8XndANwi+9H+UIklBDraIjFEJzw8wmcM427oDd9KS5wA=="
"version": "7.14.0",
"resolved": "http://npmprivate.quantgroups.com/@babel%2fcompat-data/-/compat-data-7.14.0.tgz",
"integrity": "sha512-vu9V3uMM/1o5Hl5OekMUowo3FqXLJSw+s+66nt0fSWVWTtmosdzn45JHOB3cPtZoe6CTBDzvSw0RdOY85Q37+Q=="
},
"@babel/core": {
"version": "7.13.15",
"resolved": "http://npmprivate.quantgroups.com/@babel%2fcore/-/core-7.13.15.tgz",
"integrity": "sha512-6GXmNYeNjS2Uz+uls5jalOemgIhnTMeaXo+yBUA72kC2uX/8VW6XyhVIo2L8/q0goKQA3EVKx0KOQpVKSeWadQ==",
"version": "7.14.0",
"resolved": "http://npmprivate.quantgroups.com/@babel%2fcore/-/core-7.14.0.tgz",
"integrity": "sha512-8YqpRig5NmIHlMLw09zMlPTvUVMILjqCOtVgu+TVNWEBvy9b5I3RRyhqnrV4hjgEK7n8P9OqvkWJAFmEL6Wwfw==",
"requires": {
"@babel/code-frame": "^7.12.13",
"@babel/generator": "^7.13.9",
"@babel/helper-compilation-targets": "^7.13.13",
"@babel/helper-module-transforms": "^7.13.14",
"@babel/helpers": "^7.13.10",
"@babel/parser": "^7.13.15",
"@babel/generator": "^7.14.0",
"@babel/helper-compilation-targets": "^7.13.16",
"@babel/helper-module-transforms": "^7.14.0",
"@babel/helpers": "^7.14.0",
"@babel/parser": "^7.14.0",
"@babel/template": "^7.12.13",
"@babel/traverse": "^7.13.15",
"@babel/types": "^7.13.14",
"@babel/traverse": "^7.14.0",
"@babel/types": "^7.14.0",
"convert-source-map": "^1.7.0",
"debug": "^4.1.0",
"gensync": "^1.0.0-beta.2",
......@@ -65,11 +65,11 @@
}
},
"@babel/generator": {
"version": "7.13.9",
"resolved": "http://npmprivate.quantgroups.com/@babel%2fgenerator/-/generator-7.13.9.tgz",
"integrity": "sha512-mHOOmY0Axl/JCTkxTU6Lf5sWOg/v8nUa+Xkt4zMTftX0wqmb6Sh7J8gvcehBw7q0AhrhAR+FDacKjCZ2X8K+Sw==",
"version": "7.14.1",
"resolved": "http://npmprivate.quantgroups.com/@babel%2fgenerator/-/generator-7.14.1.tgz",
"integrity": "sha512-TMGhsXMXCP/O1WtQmZjpEYDhCYC9vFhayWZPJSZCGkPJgUqX0rF0wwtrYvnzVxIjcF80tkUertXVk5cwqi5cAQ==",
"requires": {
"@babel/types": "^7.13.0",
"@babel/types": "^7.14.1",
"jsesc": "^2.5.1",
"source-map": "^0.5.0"
},
......@@ -99,11 +99,11 @@
}
},
"@babel/helper-compilation-targets": {
"version": "7.13.13",
"resolved": "http://npmprivate.quantgroups.com/@babel%2fhelper-compilation-targets/-/helper-compilation-targets-7.13.13.tgz",
"integrity": "sha512-q1kcdHNZehBwD9jYPh3WyXcsFERi39X4I59I3NadciWtNDyZ6x+GboOxncFK0kXlKIv6BJm5acncehXWUjWQMQ==",
"version": "7.13.16",
"resolved": "http://npmprivate.quantgroups.com/@babel%2fhelper-compilation-targets/-/helper-compilation-targets-7.13.16.tgz",
"integrity": "sha512-3gmkYIrpqsLlieFwjkGgLaSHmhnvlAYzZLlYVjlW+QwI+1zE17kGxuJGmIqDQdYp56XdmGeD+Bswx0UTyG18xA==",
"requires": {
"@babel/compat-data": "^7.13.12",
"@babel/compat-data": "^7.13.15",
"@babel/helper-validator-option": "^7.12.17",
"browserslist": "^4.14.5",
"semver": "^6.3.0"
......@@ -117,14 +117,15 @@
}
},
"@babel/helper-create-class-features-plugin": {
"version": "7.13.11",
"resolved": "http://npmprivate.quantgroups.com/@babel%2fhelper-create-class-features-plugin/-/helper-create-class-features-plugin-7.13.11.tgz",
"integrity": "sha512-ays0I7XYq9xbjCSvT+EvysLgfc3tOkwCULHjrnscGT3A9qD4sk3wXnJ3of0MAWsWGjdinFvajHU2smYuqXKMrw==",
"version": "7.14.1",
"resolved": "http://npmprivate.quantgroups.com/@babel%2fhelper-create-class-features-plugin/-/helper-create-class-features-plugin-7.14.1.tgz",
"integrity": "sha512-r8rsUahG4ywm0QpGcCrLaUSOuNAISR3IZCg4Fx05Ozq31aCUrQsTLH6KPxy0N5ULoQ4Sn9qjNdGNtbPWAC6hYg==",
"requires": {
"@babel/helper-annotate-as-pure": "^7.12.13",
"@babel/helper-function-name": "^7.12.13",
"@babel/helper-member-expression-to-functions": "^7.13.0",
"@babel/helper-member-expression-to-functions": "^7.13.12",
"@babel/helper-optimise-call-expression": "^7.12.13",
"@babel/helper-replace-supers": "^7.13.0",
"@babel/helper-replace-supers": "^7.13.12",
"@babel/helper-split-export-declaration": "^7.12.13"
}
},
......@@ -199,12 +200,12 @@
}
},
"@babel/helper-hoist-variables": {
"version": "7.13.0",
"resolved": "http://npmprivate.quantgroups.com/@babel%2fhelper-hoist-variables/-/helper-hoist-variables-7.13.0.tgz",
"integrity": "sha512-0kBzvXiIKfsCA0y6cFEIJf4OdzfpRuNk4+YTeHZpGGc666SATFKTz6sRncwFnQk7/ugJ4dSrCj6iJuvW4Qwr2g==",
"version": "7.13.16",
"resolved": "http://npmprivate.quantgroups.com/@babel%2fhelper-hoist-variables/-/helper-hoist-variables-7.13.16.tgz",
"integrity": "sha512-1eMtTrXtrwscjcAeO4BVK+vvkxaLJSPFz1w1KLawz6HLNi9bPFGBNwwDyVfiu1Tv/vRRFYfoGaKhmAQPGPn5Wg==",
"requires": {
"@babel/traverse": "^7.13.0",
"@babel/types": "^7.13.0"
"@babel/traverse": "^7.13.15",
"@babel/types": "^7.13.16"
}
},
"@babel/helper-member-expression-to-functions": {
......@@ -224,18 +225,18 @@
}
},
"@babel/helper-module-transforms": {
"version": "7.13.14",
"resolved": "http://npmprivate.quantgroups.com/@babel%2fhelper-module-transforms/-/helper-module-transforms-7.13.14.tgz",
"integrity": "sha512-QuU/OJ0iAOSIatyVZmfqB0lbkVP0kDRiKj34xy+QNsnVZi/PA6BoSoreeqnxxa9EHFAIL0R9XOaAR/G9WlIy5g==",
"version": "7.14.0",
"resolved": "http://npmprivate.quantgroups.com/@babel%2fhelper-module-transforms/-/helper-module-transforms-7.14.0.tgz",
"integrity": "sha512-L40t9bxIuGOfpIGA3HNkJhU9qYrf4y5A5LUSw7rGMSn+pcG8dfJ0g6Zval6YJGd2nEjI7oP00fRdnhLKndx6bw==",
"requires": {
"@babel/helper-module-imports": "^7.13.12",
"@babel/helper-replace-supers": "^7.13.12",
"@babel/helper-simple-access": "^7.13.12",
"@babel/helper-split-export-declaration": "^7.12.13",
"@babel/helper-validator-identifier": "^7.12.11",
"@babel/helper-validator-identifier": "^7.14.0",
"@babel/template": "^7.12.13",
"@babel/traverse": "^7.13.13",
"@babel/types": "^7.13.14"
"@babel/traverse": "^7.14.0",
"@babel/types": "^7.14.0"
}
},
"@babel/helper-optimise-call-expression": {
......@@ -297,9 +298,9 @@
}
},
"@babel/helper-validator-identifier": {
"version": "7.12.11",
"resolved": "http://npmprivate.quantgroups.com/@babel%2fhelper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz",
"integrity": "sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw=="
"version": "7.14.0",
"resolved": "http://npmprivate.quantgroups.com/@babel%2fhelper-validator-identifier/-/helper-validator-identifier-7.14.0.tgz",
"integrity": "sha512-V3ts7zMSu5lfiwWDVWzRDGIN+lnCEUdaXgtVHJgLb1rGaA6jMrtB9EmE7L18foXJIE8Un/A/h6NJfGQp/e1J4A=="
},
"@babel/helper-validator-option": {
"version": "7.12.17",
......@@ -318,29 +319,29 @@
}
},
"@babel/helpers": {
"version": "7.13.10",
"resolved": "http://npmprivate.quantgroups.com/@babel%2fhelpers/-/helpers-7.13.10.tgz",
"integrity": "sha512-4VO883+MWPDUVRF3PhiLBUFHoX/bsLTGFpFK/HqvvfBZz2D57u9XzPVNFVBTc0PW/CWR9BXTOKt8NF4DInUHcQ==",
"version": "7.14.0",
"resolved": "http://npmprivate.quantgroups.com/@babel%2fhelpers/-/helpers-7.14.0.tgz",
"integrity": "sha512-+ufuXprtQ1D1iZTO/K9+EBRn+qPWMJjZSw/S0KlFrxCw4tkrzv9grgpDHkY9MeQTjTY8i2sp7Jep8DfU6tN9Mg==",
"requires": {
"@babel/template": "^7.12.13",
"@babel/traverse": "^7.13.0",
"@babel/types": "^7.13.0"
"@babel/traverse": "^7.14.0",
"@babel/types": "^7.14.0"
}
},
"@babel/highlight": {
"version": "7.13.10",
"resolved": "http://npmprivate.quantgroups.com/@babel%2fhighlight/-/highlight-7.13.10.tgz",
"integrity": "sha512-5aPpe5XQPzflQrFwL1/QoeHkP2MsA4JCntcXHRhEsdsfPVkvPi2w7Qix4iV7t5S/oC9OodGrggd8aco1g3SZFg==",
"version": "7.14.0",
"resolved": "http://npmprivate.quantgroups.com/@babel%2fhighlight/-/highlight-7.14.0.tgz",
"integrity": "sha512-YSCOwxvTYEIMSGaBQb5kDDsCopDdiUGsqpatp3fOlI4+2HQSkTmEVWnVuySdAC5EWCqSWWTv0ib63RjR7dTBdg==",
"requires": {
"@babel/helper-validator-identifier": "^7.12.11",
"@babel/helper-validator-identifier": "^7.14.0",
"chalk": "^2.0.0",
"js-tokens": "^4.0.0"
}
},
"@babel/parser": {
"version": "7.13.15",
"resolved": "http://npmprivate.quantgroups.com/@babel%2fparser/-/parser-7.13.15.tgz",
"integrity": "sha512-b9COtcAlVEQljy/9fbcMHpG+UIW9ReF+gpaxDHTlZd0c6/UU9ng8zdySAW9sRTzpvcdCHn6bUcbuYUgGzLAWVQ=="
"version": "7.14.1",
"resolved": "http://npmprivate.quantgroups.com/@babel%2fparser/-/parser-7.14.1.tgz",
"integrity": "sha512-muUGEKu8E/ftMTPlNp+mc6zL3E9zKWmF5sDHZ5MSsoTP9Wyz64AhEf9kD08xYJ7w6Hdcu8H550ircnPyWSIF0Q=="
},
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": {
"version": "7.13.12",
......@@ -371,6 +372,15 @@
"@babel/helper-plugin-utils": "^7.13.0"
}
},
"@babel/plugin-proposal-class-static-block": {
"version": "7.13.11",
"resolved": "http://npmprivate.quantgroups.com/@babel%2fplugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.13.11.tgz",
"integrity": "sha512-fJTdFI4bfnMjvxJyNuaf8i9mVcZ0UhetaGEUHaHV9KEnibLugJkZAtXikR8KcYj+NYmI4DZMS8yQAyg+hvfSqg==",
"requires": {
"@babel/helper-plugin-utils": "^7.13.0",
"@babel/plugin-syntax-class-static-block": "^7.12.13"
}
},
"@babel/plugin-proposal-decorators": {
"version": "7.13.15",
"resolved": "http://npmprivate.quantgroups.com/@babel%2fplugin-proposal-decorators/-/plugin-proposal-decorators-7.13.15.tgz",
......@@ -475,6 +485,17 @@
"@babel/helper-plugin-utils": "^7.13.0"
}
},
"@babel/plugin-proposal-private-property-in-object": {
"version": "7.14.0",
"resolved": "http://npmprivate.quantgroups.com/@babel%2fplugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.14.0.tgz",
"integrity": "sha512-59ANdmEwwRUkLjB7CRtwJxxwtjESw+X2IePItA+RGQh+oy5RmpCh/EvVVvh5XQc3yxsm5gtv0+i9oBZhaDNVTg==",
"requires": {
"@babel/helper-annotate-as-pure": "^7.12.13",
"@babel/helper-create-class-features-plugin": "^7.14.0",
"@babel/helper-plugin-utils": "^7.13.0",
"@babel/plugin-syntax-private-property-in-object": "^7.14.0"
}
},
"@babel/plugin-proposal-unicode-property-regex": {
"version": "7.12.13",
"resolved": "http://npmprivate.quantgroups.com/@babel%2fplugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.12.13.tgz",
......@@ -500,6 +521,14 @@
"@babel/helper-plugin-utils": "^7.12.13"
}
},
"@babel/plugin-syntax-class-static-block": {
"version": "7.12.13",
"resolved": "http://npmprivate.quantgroups.com/@babel%2fplugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.12.13.tgz",
"integrity": "sha512-ZmKQ0ZXR0nYpHZIIuj9zE7oIqCx2hw9TKi+lIo73NNrMPAZGHfS92/VRV0ZmPj6H2ffBgyFHXvJ5NYsNeEaP2A==",
"requires": {
"@babel/helper-plugin-utils": "^7.12.13"
}
},
"@babel/plugin-syntax-decorators": {
"version": "7.12.13",
"resolved": "http://npmprivate.quantgroups.com/@babel%2fplugin-syntax-decorators/-/plugin-syntax-decorators-7.12.13.tgz",
......@@ -588,6 +617,14 @@
"@babel/helper-plugin-utils": "^7.8.0"
}
},
"@babel/plugin-syntax-private-property-in-object": {
"version": "7.14.0",
"resolved": "http://npmprivate.quantgroups.com/@babel%2fplugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.0.tgz",
"integrity": "sha512-bda3xF8wGl5/5btF794utNOL0Jw+9jE5C1sLZcoK7c4uonE/y3iQiyG+KbkF3WBV/paX58VCpjhxLPkdj5Fe4w==",
"requires": {
"@babel/helper-plugin-utils": "^7.13.0"
}
},
"@babel/plugin-syntax-top-level-await": {
"version": "7.12.13",
"resolved": "http://npmprivate.quantgroups.com/@babel%2fplugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.12.13.tgz",
......@@ -623,11 +660,11 @@
}
},
"@babel/plugin-transform-block-scoping": {
"version": "7.12.13",
"resolved": "http://npmprivate.quantgroups.com/@babel%2fplugin-transform-block-scoping/-/plugin-transform-block-scoping-7.12.13.tgz",
"integrity": "sha512-Pxwe0iqWJX4fOOM2kEZeUuAxHMWb9nK+9oh5d11bsLoB0xMg+mkDpt0eYuDZB7ETrY9bbcVlKUGTOGWy7BHsMQ==",
"version": "7.14.1",
"resolved": "http://npmprivate.quantgroups.com/@babel%2fplugin-transform-block-scoping/-/plugin-transform-block-scoping-7.14.1.tgz",
"integrity": "sha512-2mQXd0zBrwfp0O1moWIhPpEeTKDvxyHcnma3JATVP1l+CctWBuot6OJG8LQ4DnBj4ZZPSmlb/fm4mu47EOAnVA==",
"requires": {
"@babel/helper-plugin-utils": "^7.12.13"
"@babel/helper-plugin-utils": "^7.13.0"
}
},
"@babel/plugin-transform-classes": {
......@@ -653,9 +690,9 @@
}
},
"@babel/plugin-transform-destructuring": {
"version": "7.13.0",
"resolved": "http://npmprivate.quantgroups.com/@babel%2fplugin-transform-destructuring/-/plugin-transform-destructuring-7.13.0.tgz",
"integrity": "sha512-zym5em7tePoNT9s964c0/KU3JPPnuq7VhIxPRefJ4/s82cD+q1mgKfuGRDMCPL0HTyKz4dISuQlCusfgCJ86HA==",
"version": "7.13.17",
"resolved": "http://npmprivate.quantgroups.com/@babel%2fplugin-transform-destructuring/-/plugin-transform-destructuring-7.13.17.tgz",
"integrity": "sha512-UAUqiLv+uRLO+xuBKKMEpC+t7YRNVRqBsWWq1yKXbBZBje/t3IXCiSinZhjn/DC3qzBfICeYd2EFGEbHsh5RLA==",
"requires": {
"@babel/helper-plugin-utils": "^7.13.0"
}
......@@ -720,23 +757,23 @@
}
},
"@babel/plugin-transform-modules-amd": {
"version": "7.13.0",
"resolved": "http://npmprivate.quantgroups.com/@babel%2fplugin-transform-modules-amd/-/plugin-transform-modules-amd-7.13.0.tgz",
"integrity": "sha512-EKy/E2NHhY/6Vw5d1k3rgoobftcNUmp9fGjb9XZwQLtTctsRBOTRO7RHHxfIky1ogMN5BxN7p9uMA3SzPfotMQ==",
"version": "7.14.0",
"resolved": "http://npmprivate.quantgroups.com/@babel%2fplugin-transform-modules-amd/-/plugin-transform-modules-amd-7.14.0.tgz",
"integrity": "sha512-CF4c5LX4LQ03LebQxJ5JZes2OYjzBuk1TdiF7cG7d5dK4lAdw9NZmaxq5K/mouUdNeqwz3TNjnW6v01UqUNgpQ==",
"requires": {
"@babel/helper-module-transforms": "^7.13.0",
"@babel/helper-module-transforms": "^7.14.0",
"@babel/helper-plugin-utils": "^7.13.0",
"babel-plugin-dynamic-import-node": "^2.3.3"
}
},
"@babel/plugin-transform-modules-commonjs": {
"version": "7.13.8",
"resolved": "http://npmprivate.quantgroups.com/@babel%2fplugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.13.8.tgz",
"integrity": "sha512-9QiOx4MEGglfYZ4XOnU79OHr6vIWUakIj9b4mioN8eQIoEh+pf5p/zEB36JpDFWA12nNMiRf7bfoRvl9Rn79Bw==",
"version": "7.14.0",
"resolved": "http://npmprivate.quantgroups.com/@babel%2fplugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.14.0.tgz",
"integrity": "sha512-EX4QePlsTaRZQmw9BsoPeyh5OCtRGIhwfLquhxGp5e32w+dyL8htOcDwamlitmNFK6xBZYlygjdye9dbd9rUlQ==",
"requires": {
"@babel/helper-module-transforms": "^7.13.0",
"@babel/helper-module-transforms": "^7.14.0",
"@babel/helper-plugin-utils": "^7.13.0",
"@babel/helper-simple-access": "^7.12.13",
"@babel/helper-simple-access": "^7.13.12",
"babel-plugin-dynamic-import-node": "^2.3.3"
}
},
......@@ -753,11 +790,11 @@
}
},
"@babel/plugin-transform-modules-umd": {
"version": "7.13.0",
"resolved": "http://npmprivate.quantgroups.com/@babel%2fplugin-transform-modules-umd/-/plugin-transform-modules-umd-7.13.0.tgz",
"integrity": "sha512-D/ILzAh6uyvkWjKKyFE/W0FzWwasv6vPTSqPcjxFqn6QpX3u8DjRVliq4F2BamO2Wee/om06Vyy+vPkNrd4wxw==",
"version": "7.14.0",
"resolved": "http://npmprivate.quantgroups.com/@babel%2fplugin-transform-modules-umd/-/plugin-transform-modules-umd-7.14.0.tgz",
"integrity": "sha512-nPZdnWtXXeY7I87UZr9VlsWme3Y0cfFFE41Wbxz4bbaexAjNMInXPFUpRRUJ8NoMm0Cw+zxbqjdPmLhcjfazMw==",
"requires": {
"@babel/helper-module-transforms": "^7.13.0",
"@babel/helper-module-transforms": "^7.14.0",
"@babel/helper-plugin-utils": "^7.13.0"
}
},
......@@ -914,17 +951,18 @@
}
},
"@babel/preset-env": {
"version": "7.13.15",
"resolved": "http://npmprivate.quantgroups.com/@babel%2fpreset-env/-/preset-env-7.13.15.tgz",
"integrity": "sha512-D4JAPMXcxk69PKe81jRJ21/fP/uYdcTZ3hJDF5QX2HSI9bBxxYw/dumdR6dGumhjxlprHPE4XWoPaqzZUVy2MA==",
"version": "7.14.1",
"resolved": "http://npmprivate.quantgroups.com/@babel%2fpreset-env/-/preset-env-7.14.1.tgz",
"integrity": "sha512-0M4yL1l7V4l+j/UHvxcdvNfLB9pPtIooHTbEhgD/6UGyh8Hy3Bm1Mj0buzjDXATCSz3JFibVdnoJZCrlUCanrQ==",
"requires": {
"@babel/compat-data": "^7.13.15",
"@babel/helper-compilation-targets": "^7.13.13",
"@babel/compat-data": "^7.14.0",
"@babel/helper-compilation-targets": "^7.13.16",
"@babel/helper-plugin-utils": "^7.13.0",
"@babel/helper-validator-option": "^7.12.17",
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.13.12",
"@babel/plugin-proposal-async-generator-functions": "^7.13.15",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/plugin-proposal-class-static-block": "^7.13.11",
"@babel/plugin-proposal-dynamic-import": "^7.13.8",
"@babel/plugin-proposal-export-namespace-from": "^7.12.13",
"@babel/plugin-proposal-json-strings": "^7.13.8",
......@@ -935,9 +973,11 @@
"@babel/plugin-proposal-optional-catch-binding": "^7.13.8",
"@babel/plugin-proposal-optional-chaining": "^7.13.12",
"@babel/plugin-proposal-private-methods": "^7.13.0",
"@babel/plugin-proposal-private-property-in-object": "^7.14.0",
"@babel/plugin-proposal-unicode-property-regex": "^7.12.13",
"@babel/plugin-syntax-async-generators": "^7.8.4",
"@babel/plugin-syntax-class-properties": "^7.12.13",
"@babel/plugin-syntax-class-static-block": "^7.12.13",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-syntax-export-namespace-from": "^7.8.3",
"@babel/plugin-syntax-json-strings": "^7.8.3",
......@@ -947,14 +987,15 @@
"@babel/plugin-syntax-object-rest-spread": "^7.8.3",
"@babel/plugin-syntax-optional-catch-binding": "^7.8.3",
"@babel/plugin-syntax-optional-chaining": "^7.8.3",
"@babel/plugin-syntax-private-property-in-object": "^7.14.0",
"@babel/plugin-syntax-top-level-await": "^7.12.13",
"@babel/plugin-transform-arrow-functions": "^7.13.0",
"@babel/plugin-transform-async-to-generator": "^7.13.0",
"@babel/plugin-transform-block-scoped-functions": "^7.12.13",
"@babel/plugin-transform-block-scoping": "^7.12.13",
"@babel/plugin-transform-block-scoping": "^7.14.1",
"@babel/plugin-transform-classes": "^7.13.0",
"@babel/plugin-transform-computed-properties": "^7.13.0",
"@babel/plugin-transform-destructuring": "^7.13.0",
"@babel/plugin-transform-destructuring": "^7.13.17",
"@babel/plugin-transform-dotall-regex": "^7.12.13",
"@babel/plugin-transform-duplicate-keys": "^7.12.13",
"@babel/plugin-transform-exponentiation-operator": "^7.12.13",
......@@ -962,10 +1003,10 @@
"@babel/plugin-transform-function-name": "^7.12.13",
"@babel/plugin-transform-literals": "^7.12.13",
"@babel/plugin-transform-member-expression-literals": "^7.12.13",
"@babel/plugin-transform-modules-amd": "^7.13.0",
"@babel/plugin-transform-modules-commonjs": "^7.13.8",
"@babel/plugin-transform-modules-amd": "^7.14.0",
"@babel/plugin-transform-modules-commonjs": "^7.14.0",
"@babel/plugin-transform-modules-systemjs": "^7.13.8",
"@babel/plugin-transform-modules-umd": "^7.13.0",
"@babel/plugin-transform-modules-umd": "^7.14.0",
"@babel/plugin-transform-named-capturing-groups-regex": "^7.12.13",
"@babel/plugin-transform-new-target": "^7.12.13",
"@babel/plugin-transform-object-super": "^7.12.13",
......@@ -981,7 +1022,7 @@
"@babel/plugin-transform-unicode-escapes": "^7.12.13",
"@babel/plugin-transform-unicode-regex": "^7.12.13",
"@babel/preset-modules": "^0.1.4",
"@babel/types": "^7.13.14",
"@babel/types": "^7.14.1",
"babel-plugin-polyfill-corejs2": "^0.2.0",
"babel-plugin-polyfill-corejs3": "^0.2.0",
"babel-plugin-polyfill-regenerator": "^0.2.0",
......@@ -1009,17 +1050,17 @@
}
},
"@babel/runtime": {
"version": "7.13.10",
"resolved": "http://npmprivate.quantgroups.com/@babel%2fruntime/-/runtime-7.13.10.tgz",
"integrity": "sha512-4QPkjJq6Ns3V/RgpEahRk+AGfL0eO6RHHtTWoNNr5mO49G6B5+X6d6THgWEAvTrznU5xYpbAlVKRYcsCgh/Akw==",
"version": "7.14.0",
"resolved": "http://npmprivate.quantgroups.com/@babel%2fruntime/-/runtime-7.14.0.tgz",
"integrity": "sha512-JELkvo/DlpNdJ7dlyw/eY7E0suy5i5GQH+Vlxaq1nsNJ+H7f4Vtv3jMeCEgRhZZQFXTjldYfQgv2qmM6M1v5wA==",
"requires": {
"regenerator-runtime": "^0.13.4"
}
},
"@babel/runtime-corejs3": {
"version": "7.13.10",
"resolved": "http://npmprivate.quantgroups.com/@babel%2fruntime-corejs3/-/runtime-corejs3-7.13.10.tgz",
"integrity": "sha512-x/XYVQ1h684pp1mJwOV4CyvqZXqbc8CMsMGUnAbuc82ZCdv1U63w5RSUzgDSXQHG5Rps/kiksH6g2D5BuaKyXg==",
"version": "7.14.0",
"resolved": "http://npmprivate.quantgroups.com/@babel%2fruntime-corejs3/-/runtime-corejs3-7.14.0.tgz",
"integrity": "sha512-0R0HTZWHLk6G8jIk0FtoX+AatCtKnswS98VhXwGImFc759PJRp4Tru0PQYZofyijTFUr+gT8Mu7sgXVJLQ0ceg==",
"requires": {
"core-js-pure": "^3.0.0",
"regenerator-runtime": "^0.13.4"
......@@ -1036,16 +1077,16 @@
}
},
"@babel/traverse": {
"version": "7.13.15",
"resolved": "http://npmprivate.quantgroups.com/@babel%2ftraverse/-/traverse-7.13.15.tgz",
"integrity": "sha512-/mpZMNvj6bce59Qzl09fHEs8Bt8NnpEDQYleHUPZQ3wXUMvXi+HJPLars68oAbmp839fGoOkv2pSL2z9ajCIaQ==",
"version": "7.14.0",
"resolved": "http://npmprivate.quantgroups.com/@babel%2ftraverse/-/traverse-7.14.0.tgz",
"integrity": "sha512-dZ/a371EE5XNhTHomvtuLTUyx6UEoJmYX+DT5zBCQN3McHemsuIaKKYqsc/fs26BEkHs/lBZy0J571LP5z9kQA==",
"requires": {
"@babel/code-frame": "^7.12.13",
"@babel/generator": "^7.13.9",
"@babel/generator": "^7.14.0",
"@babel/helper-function-name": "^7.12.13",
"@babel/helper-split-export-declaration": "^7.12.13",
"@babel/parser": "^7.13.15",
"@babel/types": "^7.13.14",
"@babel/parser": "^7.14.0",
"@babel/types": "^7.14.0",
"debug": "^4.1.0",
"globals": "^11.1.0"
},
......@@ -1066,27 +1107,26 @@
}
},
"@babel/types": {
"version": "7.13.14",
"resolved": "http://npmprivate.quantgroups.com/@babel%2ftypes/-/types-7.13.14.tgz",
"integrity": "sha512-A2aa3QTkWoyqsZZFl56MLUsfmh7O0gN41IPvXAE/++8ojpbz12SszD7JEGYVdn4f9Kt4amIei07swF1h4AqmmQ==",
"version": "7.14.1",
"resolved": "http://npmprivate.quantgroups.com/@babel%2ftypes/-/types-7.14.1.tgz",
"integrity": "sha512-S13Qe85fzLs3gYRUnrpyeIrBJIMYv33qSTg1qoBwiG6nPKwUWAD9odSzWhEedpwOIzSEI6gbdQIWEMiCI42iBA==",
"requires": {
"@babel/helper-validator-identifier": "^7.12.11",
"lodash": "^4.17.19",
"@babel/helper-validator-identifier": "^7.14.0",
"to-fast-properties": "^2.0.0"
}
},
"@better-scroll/core": {
"version": "2.3.0",
"resolved": "http://npmprivate.quantgroups.com/@better-scroll%2fcore/-/core-2.3.0.tgz",
"integrity": "sha512-7ThX4HvqpqB1OwtZa7hQLzBLHO96CcQb4EpAl2KLdgTNBh3/Y1i5cn+HumMB/Bj4FJyGfxKTX0ML+CBOruGGbg==",
"version": "2.3.1",
"resolved": "http://npmprivate.quantgroups.com/@better-scroll%2fcore/-/core-2.3.1.tgz",
"integrity": "sha512-X/10f+1Rxxpad4h8NmToVToED3+vRJIAhMaoXDIOUJ6Glq+ruImxpKStuZ663Ceu+yk2j3TtBwHeOBHWtx8rxA==",
"requires": {
"@better-scroll/shared-utils": "^2.3.0"
"@better-scroll/shared-utils": "^2.3.1"
}
},
"@better-scroll/shared-utils": {
"version": "2.3.0",
"resolved": "http://npmprivate.quantgroups.com/@better-scroll%2fshared-utils/-/shared-utils-2.3.0.tgz",
"integrity": "sha512-5RRjC1Fb4BJ6mw1ctIot+U/sWwKMfUlsiFJZzlRwzTXYKtn7IQpYim9nFfeQknivgrVXVRJucawhJ7yqKGLf6w=="
"version": "2.3.1",
"resolved": "http://npmprivate.quantgroups.com/@better-scroll%2fshared-utils/-/shared-utils-2.3.1.tgz",
"integrity": "sha512-w0VjSDAYArTnq1PyDoikdHlOTNrNVgWeYZCej3iVC/JQuhHH/wpROPUFjdF9hz8REF4+ACluX9Y+fMYy5do5vA=="
},
"@easy-team/easywebpack": {
"version": "4.2.8",
......@@ -1445,9 +1485,9 @@
"integrity": "sha512-VZMYa7+fXHdwIq1TDhSXoVmSPEGM/aa+6Aiq3nVVJ9bXr24zScr+NlKFKC3iPljA7ho/GAZr+d2jOf5GIRC30Q=="
},
"@qg/cherry-ui": {
"version": "2.20.16",
"resolved": "http://npmprivate.quantgroups.com/@qg%2fcherry-ui/-/cherry-ui-2.20.16.tgz",
"integrity": "sha512-qdCpjj+d2yYfx+ZgY1aGTRWpIrzgQyV75i2TbWWmGGbjWLhMDh0k8IAowhEKqQ0/aPmQuvEaNMX7CYLJy+LSRQ==",
"version": "2.20.17",
"resolved": "http://npmprivate.quantgroups.com/@qg%2fcherry-ui/-/cherry-ui-2.20.17.tgz",
"integrity": "sha512-TsN0ljRRGWoG7p7PV3IljTB4qu4zdUYBen5rTabhTMOaj72DlBlvPp+999N9NjTZw1J71V/+42PA7GAeSiVMkA==",
"requires": {
"@popperjs/core": "^2.5.4",
"vue-lazyload": "^1.3.3",
......@@ -1455,12 +1495,12 @@
}
},
"@qg/citrus-ui": {
"version": "0.0.85",
"resolved": "http://npmprivate.quantgroups.com/@qg%2fcitrus-ui/-/citrus-ui-0.0.85.tgz",
"integrity": "sha512-jZ30piDc/IOnTS4ZkNiZgrYixSSNVJ84ZaR/NoeGrKRVItQOnvISKI25RfD65NJinKjvK8vwKZg3LenLTA1Cgw==",
"version": "0.0.86",
"resolved": "http://npmprivate.quantgroups.com/@qg%2fcitrus-ui/-/citrus-ui-0.0.86.tgz",
"integrity": "sha512-jwg/zFOdx85gNAorTHIBrpYjniTuWqHnvmAQdOPqKsE1s/c7PoQiYZJcU2FyZ1yfmH+izYu+OQatGUBfJF3jJA==",
"requires": {
"@better-scroll/core": "^2.1.1",
"@qg/cherry-ui": "^2.20.16",
"@qg/cherry-ui": "^2.20.17",
"@qg/js-bridge": "^1.2.0-beta0",
"axios": "^0.21.1",
"intersection-observer": "^0.12.0",
......@@ -1618,9 +1658,9 @@
"integrity": "sha512-2aoSC4UUbHDj2uCsCxcG/vRMXey/m17bC7UwitVm5hn22nI8O8Y9iDpA76Orc+DWkQ4zZrOKEshCqR/jSuXAHA=="
},
"@types/ioredis": {
"version": "4.22.3",
"resolved": "http://npmprivate.quantgroups.com/@types%2fioredis/-/ioredis-4.22.3.tgz",
"integrity": "sha512-V23g0XZUmkm0Hp/GsQYV5Wz12ynm6h6lyi5v/o63iyqFV7+8t3k5YxCnFWVWFEjO6mvRI7V6f7YxNVxIjPsSUw==",
"version": "4.26.3",
"resolved": "http://npmprivate.quantgroups.com/@types%2fioredis/-/ioredis-4.26.3.tgz",
"integrity": "sha512-2YiIUTo/MCZidXXfHAIoh2DUlGEG7zYFMfz0VXzTpI5934/wBCT5a/pR24lHCKk9WQNIlYauIFxQHcAF93w1FA==",
"requires": {
"@types/node": "*"
}
......@@ -1709,9 +1749,9 @@
"integrity": "sha512-1z8k4wzFnNjVK/tlxvrWuK5WMt6mydWWP7+zvH5eFep4oj+UkrfiJTRtjCeBXNpwaA/FYqqtb4/QS4ianFpIRA=="
},
"@types/node": {
"version": "10.17.58",
"resolved": "http://npmprivate.quantgroups.com/@types%2fnode/-/node-10.17.58.tgz",
"integrity": "sha512-Dn5RBxLohjdHFj17dVVw3rtrZAeXeWg+LQfvxDIW/fdPkSiuQk7h3frKMYtsQhtIW42wkErDcy9UMVxhGW4O7w=="
"version": "10.17.59",
"resolved": "http://npmprivate.quantgroups.com/@types%2fnode/-/node-10.17.59.tgz",
"integrity": "sha512-7Uc8IRrL8yZz5ti45RaFxpbU8TxlzdC3HvxV+hOWo1EyLsuKv/w7y0n+TwZzwL3vdx3oZ2k3ubxPq131hNtXyg=="
},
"@types/normalize-package-data": {
"version": "2.4.0",
......@@ -2748,9 +2788,9 @@
"integrity": "sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA=="
},
"axe-core": {
"version": "4.1.4",
"resolved": "http://npmprivate.quantgroups.com/axe-core/-/axe-core-4.1.4.tgz",
"integrity": "sha512-Pdgfv6iP0gNx9ejRGa3zE7Xgkj/iclXqLfe7BnatdZz0QnLZ3jrRHUVH8wNSdN68w05Sk3ShGTb3ydktMTooig=="
"version": "4.2.0",
"resolved": "http://npmprivate.quantgroups.com/axe-core/-/axe-core-4.2.0.tgz",
"integrity": "sha512-1uIESzroqpaTzt9uX48HO+6gfnKu3RwvWdCcWSrX4csMInJfCo1yvKPNXCwXFRpJqRW25tiASb6No0YH57PXqg=="
},
"axios": {
"version": "0.21.1",
......@@ -4416,13 +4456,13 @@
}
},
"browserslist": {
"version": "4.16.4",
"resolved": "http://npmprivate.quantgroups.com/browserslist/-/browserslist-4.16.4.tgz",
"integrity": "sha512-d7rCxYV8I9kj41RH8UKYnvDYCRENUlHRgyXy/Rhr/1BaeLGfiCptEdFE8MIrvGfWbBFNjVYx76SQWvNX1j+/cQ==",
"version": "4.16.6",
"resolved": "http://npmprivate.quantgroups.com/browserslist/-/browserslist-4.16.6.tgz",
"integrity": "sha512-Wspk/PqO+4W9qp5iUTJsa1B/QrYn1keNCcEP5OvP7WBwT4KaDly0uONYmC6Xa3Z5IqnUgS0KcgLYu1l74x0ZXQ==",
"requires": {
"caniuse-lite": "^1.0.30001208",
"caniuse-lite": "^1.0.30001219",
"colorette": "^1.2.2",
"electron-to-chromium": "^1.3.712",
"electron-to-chromium": "^1.3.723",
"escalade": "^3.1.1",
"node-releases": "^1.1.71"
}
......@@ -4778,9 +4818,9 @@
}
},
"caniuse-lite": {
"version": "1.0.30001214",
"resolved": "http://npmprivate.quantgroups.com/caniuse-lite/-/caniuse-lite-1.0.30001214.tgz",
"integrity": "sha512-O2/SCpuaU3eASWVaesQirZv1MSjUNOvmugaD8zNSJqw6Vv5SGwoOpA9LJs3pNPfM745nxqPvfZY3MQKY4AKHYg=="
"version": "1.0.30001228",
"resolved": "http://npmprivate.quantgroups.com/caniuse-lite/-/caniuse-lite-1.0.30001228.tgz",
"integrity": "sha512-QQmLOGJ3DEgokHbMSA8cj2a+geXqmnpyOFT0lhQV6P3/YOJvGDEwoedcwxEQ30gJIwIIunHIicunJ2rzK5gB2A=="
},
"capture-stack-trace": {
"version": "1.0.1",
......@@ -5883,6 +5923,11 @@
"resolved": "http://npmprivate.quantgroups.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz",
"integrity": "sha1-Z29us8OZl8LuGsOpJP1hJHSPV40="
},
"copy-text-to-clipboard": {
"version": "3.0.1",
"resolved": "http://npmprivate.quantgroups.com/copy-text-to-clipboard/-/copy-text-to-clipboard-3.0.1.tgz",
"integrity": "sha512-rvVsHrpFcL4F2P8ihsoLdFHmd404+CMg71S756oRSeQgqk51U3kicGdnvfkrxva0xXH92SjGS62B0XIJsbh+9Q=="
},
"copy-to": {
"version": "2.0.1",
"resolved": "http://npmprivate.quantgroups.com/copy-to/-/copy-to-2.0.1.tgz",
......@@ -5958,11 +6003,11 @@
"integrity": "sha512-I39t74+4t+zau64EN1fE5v2W31Adtc/REhzWN+gWRRXg6WH5qAsZm62DHpQ1+Yhe4047T55jvzz7MUqF/dBBlA=="
},
"core-js-compat": {
"version": "3.10.2",
"resolved": "http://npmprivate.quantgroups.com/core-js-compat/-/core-js-compat-3.10.2.tgz",
"integrity": "sha512-IGHnpuaM1N++gLSPI1F1wu3WXICPxSyj/Q++clcwsIOnUVp5uKUIPl/+6h0TQ112KU3fMiSxqJuM+OrCyKj5+A==",
"version": "3.12.1",
"resolved": "http://npmprivate.quantgroups.com/core-js-compat/-/core-js-compat-3.12.1.tgz",
"integrity": "sha512-i6h5qODpw6EsHAoIdQhKoZdWn+dGBF3dSS8m5tif36RlWvW3A6+yu2S16QHUo3CrkzrnEskMAt9f8FxmY9fhWQ==",
"requires": {
"browserslist": "^4.16.4",
"browserslist": "^4.16.6",
"semver": "7.0.0"
},
"dependencies": {
......@@ -5974,9 +6019,9 @@
}
},
"core-js-pure": {
"version": "3.10.2",
"resolved": "http://npmprivate.quantgroups.com/core-js-pure/-/core-js-pure-3.10.2.tgz",
"integrity": "sha512-uu18pVHQ21n4mzfuSlCXpucu5VKsck3j2m5fjrBOBqqdgWAxwdCgUuGWj6cDDPN1zLj/qtiqKvBMxWgDeeu49Q=="
"version": "3.12.1",
"resolved": "http://npmprivate.quantgroups.com/core-js-pure/-/core-js-pure-3.12.1.tgz",
"integrity": "sha512-1cch+qads4JnDSWsvc7d6nzlKAippwjUlf6vykkTLW53VSV+NkE6muGBToAjEA8pG90cSfcud3JgVmW2ds5TaQ=="
},
"core-util-is": {
"version": "1.0.2",
......@@ -6458,9 +6503,9 @@
}
},
"damerau-levenshtein": {
"version": "1.0.6",
"resolved": "http://npmprivate.quantgroups.com/damerau-levenshtein/-/damerau-levenshtein-1.0.6.tgz",
"integrity": "sha512-JVrozIeElnj3QzfUIt8tB8YMluBJom4Vw9qTPpjGYQ9fYlB3D/rb6OordUxf3xeFB35LKWs0xqcO5U6ySvBtug=="
"version": "1.0.7",
"resolved": "http://npmprivate.quantgroups.com/damerau-levenshtein/-/damerau-levenshtein-1.0.7.tgz",
"integrity": "sha512-VvdQIPGdWP0SqFXghj79Wf/5LArmreyMsGLa6FG6iC4t3j7j5s71TrwWmT/4akbDQIqjfACkLZmjXhA7g2oUZw=="
},
"dargs": {
"version": "6.1.0",
......@@ -7088,9 +7133,9 @@
}
},
"egg-bin": {
"version": "4.15.0",
"resolved": "http://npmprivate.quantgroups.com/egg-bin/-/egg-bin-4.15.0.tgz",
"integrity": "sha512-g+u7B1bRZpi1EMYNGN6YZlCWQsntoq05yDRLSxWNL5bC2bj7PLaPiUEnM1kS4qLJz5DJuwMGXzXJKsSvczeGYg==",
"version": "4.16.1",
"resolved": "http://npmprivate.quantgroups.com/egg-bin/-/egg-bin-4.16.1.tgz",
"integrity": "sha512-Nmw88y4DcMIEv9lR+tJ0QyGbzEOrGtkXVxIhT3Hsuz1o6w8vJoj70Aq8O63iRW5KHFkJiZmaWfGel1K+e7tufw==",
"requires": {
"autod": "^3.1.0",
"chalk": "^2.4.2",
......@@ -7861,9 +7906,9 @@
}
},
"egg-security": {
"version": "2.8.0",
"resolved": "http://npmprivate.quantgroups.com/egg-security/-/egg-security-2.8.0.tgz",
"integrity": "sha512-Qv+wwHy8C0x2IQzTUBzef+/G3fe5lkrOAKdAilDMbG5UADg+y9wGdJL7Nl3V23xB3lb3yQzJ//7mxngEWeQYJw==",
"version": "2.9.0",
"resolved": "http://npmprivate.quantgroups.com/egg-security/-/egg-security-2.9.0.tgz",
"integrity": "sha512-JAKeMiUdp9NpJL3kxySSBXA6StHKlD3bIAVrUmpj4cJsQYc3fNK7GcjKQbYNufAFYjKo9pmUqSK6y/BhG1V/Aw==",
"requires": {
"csrf": "^3.0.6",
"debug": "^4.1.1",
......@@ -7957,9 +8002,9 @@
}
},
"egg-ts-helper": {
"version": "1.25.8",
"resolved": "http://npmprivate.quantgroups.com/egg-ts-helper/-/egg-ts-helper-1.25.8.tgz",
"integrity": "sha512-aRD1f4mP3ALqsqTcbET5vU1W5RCWNoGnP36QnIwW3qNb6qNRZo+czY0HjKpvOblzGKdcr+DIP0xEmp672lkJtQ==",
"version": "1.25.9",
"resolved": "http://npmprivate.quantgroups.com/egg-ts-helper/-/egg-ts-helper-1.25.9.tgz",
"integrity": "sha512-meDbMuu159fIe2AvkdzrRZpEtRNYthevYEUr8eaQORvYdQTl9BH66AzHp8OgDMGDVG7jABVIwj/Nz7TszriqMg==",
"requires": {
"cache-require-paths": "^0.3.0",
"chalk": "^2.4.2",
......@@ -7971,8 +8016,8 @@
"globby": "^8.0.1",
"mkdirp": "^0.5.1",
"ts-node": "^7.0.0",
"tslib": "^1.9.3",
"typescript": "^3.0.0",
"tslib": "^2.0.0",
"typescript": "^4.0.0",
"yn": "^3.0.0"
},
"dependencies": {
......@@ -8598,10 +8643,10 @@
"resolved": "http://npmprivate.quantgroups.com/slash/-/slash-1.0.0.tgz",
"integrity": "sha1-xB8vbDn8FtHNF61LXYlhFK5HDVU="
},
"tslib": {
"version": "1.14.1",
"resolved": "http://npmprivate.quantgroups.com/tslib/-/tslib-1.14.1.tgz",
"integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg=="
"typescript": {
"version": "4.2.4",
"resolved": "http://npmprivate.quantgroups.com/typescript/-/typescript-4.2.4.tgz",
"integrity": "sha512-V+evlYHZnQkaz8TRBuxTA92yZBPotr5H+WhQ7bD3hZUndx5tGOa1fuCgeSjxAzM1RiN5IzvadIXTVefuuwZCRg=="
}
}
},
......@@ -8699,9 +8744,9 @@
"integrity": "sha512-7vmuyh5+kuUyJKePhQfRQBhXV5Ce+RnaeeQArKu1EAMpL3WbgMt5WG6uQZpEVvYSSsxMXRKOewtDk9RaTKXRlA=="
},
"electron-to-chromium": {
"version": "1.3.717",
"resolved": "http://npmprivate.quantgroups.com/electron-to-chromium/-/electron-to-chromium-1.3.717.tgz",
"integrity": "sha512-OfzVPIqD1MkJ7fX+yTl2nKyOE4FReeVfMCzzxQS+Kp43hZYwHwThlGP+EGIZRXJsxCM7dqo8Y65NOX/HP12iXQ=="
"version": "1.3.727",
"resolved": "http://npmprivate.quantgroups.com/electron-to-chromium/-/electron-to-chromium-1.3.727.tgz",
"integrity": "sha512-Mfz4FIB4FSvEwBpDfdipRIrwd6uo8gUDoRDF4QEYb4h4tSuI3ov594OrjU6on042UlFHouIJpClDODGkPcBSbg=="
},
"element-resize-detector": {
"version": "1.2.2",
......@@ -10271,9 +10316,9 @@
"integrity": "sha1-PjKNj95BKtR+c44751C00pAENJg="
},
"follow-redirects": {
"version": "1.13.3",
"resolved": "http://npmprivate.quantgroups.com/follow-redirects/-/follow-redirects-1.13.3.tgz",
"integrity": "sha512-DUgl6+HDzB0iEptNQEXLx/KhTmDb8tZUHSeLqpnjpknR70H0nC2t9N73BK6fN4hOvJ84pKlIQVQ4k5FFlBedKA=="
"version": "1.14.1",
"resolved": "http://npmprivate.quantgroups.com/follow-redirects/-/follow-redirects-1.14.1.tgz",
"integrity": "sha512-HWqDgT7ZEkqRzBvc2s64vSZ/hfOceEol3ac/7tKwzuvEyWx3/4UegXh5oBOIotkGsObyk3xznnSRVADBgWSQVg=="
},
"for-in": {
"version": "1.0.2",
......@@ -10296,12 +10341,12 @@
}
},
"formstream": {
"version": "1.1.0",
"resolved": "http://npmprivate.quantgroups.com/formstream/-/formstream-1.1.0.tgz",
"integrity": "sha1-UfOXDyYTbrCtRDBN5M67UCB7RHk=",
"version": "1.1.1",
"resolved": "http://npmprivate.quantgroups.com/formstream/-/formstream-1.1.1.tgz",
"integrity": "sha512-yHRxt3qLFnhsKAfhReM4w17jP+U1OlhUjnKPPtonwKbIJO7oBP0MvoxkRUwb8AU9n0MIkYy5X5dK6pQnbj+R2Q==",
"requires": {
"destroy": "^1.0.4",
"mime": "^1.3.4",
"mime": "^2.5.2",
"pause-stream": "~0.0.11"
}
},
......@@ -10540,9 +10585,9 @@
}
},
"glob": {
"version": "7.1.6",
"resolved": "http://npmprivate.quantgroups.com/glob/-/glob-7.1.6.tgz",
"integrity": "sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==",
"version": "7.1.7",
"resolved": "http://npmprivate.quantgroups.com/glob/-/glob-7.1.7.tgz",
"integrity": "sha512-OvD9ENzPLbegENnYP5UUfJIirTg4+XwMWGaQfQTY0JenxNvvIKP3U3/tAQSPIu/lHxXYSZmpXlUHeqAIdKzBLQ==",
"requires": {
"fs.realpath": "^1.0.0",
"inflight": "^1.0.4",
......@@ -11282,9 +11327,9 @@
"integrity": "sha1-i0F+R8KPklpFEz2RTKH9OJEH8w8="
},
"inflection": {
"version": "1.12.0",
"resolved": "http://npmprivate.quantgroups.com/inflection/-/inflection-1.12.0.tgz",
"integrity": "sha1-ogCTVlbW9fa8TcdQLhrstwMihBY="
"version": "1.13.1",
"resolved": "http://npmprivate.quantgroups.com/inflection/-/inflection-1.13.1.tgz",
"integrity": "sha512-dldYtl2WlN0QDkIDtg8+xFwOS2Tbmp12t1cHa5/YClU6ZQjTFm7B66UcVbh9NQB+HvT5BAd2t5+yKsBkw5pcqA=="
},
"inflight": {
"version": "1.0.6",
......@@ -11334,9 +11379,9 @@
}
},
"chalk": {
"version": "4.1.0",
"resolved": "http://npmprivate.quantgroups.com/chalk/-/chalk-4.1.0.tgz",
"integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==",
"version": "4.1.1",
"resolved": "http://npmprivate.quantgroups.com/chalk/-/chalk-4.1.1.tgz",
"integrity": "sha512-diHzdDKxcU+bAsUboHLPEDQiw0qEe0qd7SYUn3HgcFlWgbDcfLGswOHYeGrHKzG9z6UYf01d9VFMfZxPM1xZSg==",
"requires": {
"ansi-styles": "^4.1.0",
"supports-color": "^7.1.0"
......@@ -11438,9 +11483,9 @@
"integrity": "sha512-wPVv/y/QQ/Uiirj/vh3oP+1Ww+AWehmi1g5fFWGPF6IpCBCDVrhgHRMvrLfdYcwDh3QJbGXDW4JAuzxElLSqKA=="
},
"ioredis": {
"version": "4.26.0",
"resolved": "http://npmprivate.quantgroups.com/ioredis/-/ioredis-4.26.0.tgz",
"integrity": "sha512-nh39okWezWWZ35/RxXXzHksMFt4WCaev8SNO2kozRDeVdEAJj16EarqPP3JeHz8IEjEXN5CiVtbWMk62Z0eveQ==",
"version": "4.27.2",
"resolved": "http://npmprivate.quantgroups.com/ioredis/-/ioredis-4.27.2.tgz",
"integrity": "sha512-7OpYymIthonkC2Jne5uGWXswdhlua1S1rWGAERaotn0hGJWTSURvxdHA9G6wNbT/qKCloCja/FHsfKXW8lpTmg==",
"requires": {
"cluster-key-slot": "^1.1.0",
"debug": "^4.3.1",
......@@ -11513,9 +11558,9 @@
"integrity": "sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0="
},
"is-bigint": {
"version": "1.0.1",
"resolved": "http://npmprivate.quantgroups.com/is-bigint/-/is-bigint-1.0.1.tgz",
"integrity": "sha512-J0ELF4yHFxHy0cmSxZuheDOz2luOdVvqjwmEcj8H/L1JHeuEDSDbeRP+Dk9kFVk5RTFzbucJ2Kb9F7ixY2QaCg=="
"version": "1.0.2",
"resolved": "http://npmprivate.quantgroups.com/is-bigint/-/is-bigint-1.0.2.tgz",
"integrity": "sha512-0JV5+SOCQkIdzjBK9buARcV804Ddu7A0Qet6sHi3FimE9ne6m4BGQZfRn+NZiXbBk4F4XmHfDZIipLj9pX8dSA=="
},
"is-binary-path": {
"version": "2.1.0",
......@@ -11532,11 +11577,11 @@
"integrity": "sha1-CWQ5Bg9KpBGr7hkUOoTWpVNG1uI="
},
"is-boolean-object": {
"version": "1.1.0",
"resolved": "http://npmprivate.quantgroups.com/is-boolean-object/-/is-boolean-object-1.1.0.tgz",
"integrity": "sha512-a7Uprx8UtD+HWdyYwnD1+ExtTgqQtD2k/1yJgtXP6wnMm8byhkoTZRl+95LLThpzNZJ5aEvi46cdH+ayMFRwmA==",
"version": "1.1.1",
"resolved": "http://npmprivate.quantgroups.com/is-boolean-object/-/is-boolean-object-1.1.1.tgz",
"integrity": "sha512-bXdQWkECBUIAcCkeH1unwJLIpZYaa5VvuygSyS/c2lf719mTKZDU5UdDRlpd01UjADgmW8RfqaP+mRaVPdr/Ng==",
"requires": {
"call-bind": "^1.0.0"
"call-bind": "^1.0.2"
}
},
"is-buffer": {
......@@ -11576,9 +11621,9 @@
}
},
"is-core-module": {
"version": "2.2.0",
"resolved": "http://npmprivate.quantgroups.com/is-core-module/-/is-core-module-2.2.0.tgz",
"integrity": "sha512-XRAfAdyyY5F5cOXn7hYQDqh2Xmii+DEfIcQGxK/uNwMHhIkPWO0g8msXcbzLe+MpGoR951MlqM/2iIlU4vKDdQ==",
"version": "2.4.0",
"resolved": "http://npmprivate.quantgroups.com/is-core-module/-/is-core-module-2.4.0.tgz",
"integrity": "sha512-6A2fkfq1rfeQZjxrZJGerpLCTHRNEBiSgnu0+obeJpEPZRUooHgsizvzv0ZjJwOz3iWIHdJtVWJ/tmPr3D21/A==",
"requires": {
"has": "^1.0.3"
}
......@@ -11602,9 +11647,9 @@
}
},
"is-date-object": {
"version": "1.0.2",
"resolved": "http://npmprivate.quantgroups.com/is-date-object/-/is-date-object-1.0.2.tgz",
"integrity": "sha512-USlDT524woQ08aoZFzh3/Z6ch9Y/EWXEHQ/AaRN0SkKq4t2Jw2R2339tSXmwuVoY7LLlBCbOIlx2myP/L5zk0g=="
"version": "1.0.4",
"resolved": "http://npmprivate.quantgroups.com/is-date-object/-/is-date-object-1.0.4.tgz",
"integrity": "sha512-/b4ZVsG7Z5XVtIxs/h9W8nvfLgSAyKYdtGWQLbqy6jA1icmgjf8WCoTKgeS4wy5tYaPePouzFMANbnj94c2Z+A=="
},
"is-descriptor": {
"version": "0.1.6",
......@@ -11659,9 +11704,9 @@
"integrity": "sha1-wUwhBX7TbjKNuANHlmxpP4hjifM="
},
"is-generator-function": {
"version": "1.0.8",
"resolved": "http://npmprivate.quantgroups.com/is-generator-function/-/is-generator-function-1.0.8.tgz",
"integrity": "sha512-2Omr/twNtufVZFr1GhxjOMFPAj2sjc/dKaIqBhvo4qciXfJmITGH6ZGd8eZYNHza8t1y0e01AuqRhJwfWp26WQ=="
"version": "1.0.9",
"resolved": "http://npmprivate.quantgroups.com/is-generator-function/-/is-generator-function-1.0.9.tgz",
"integrity": "sha512-ZJ34p1uvIfptHCN7sFTjGibB9/oBg17sHqzDLfuwhvmN/qLVvIQXRQ8licZQ35WJ8KuEQt/etnnzQFI9C9Ue/A=="
},
"is-glob": {
"version": "4.0.1",
......@@ -11731,9 +11776,9 @@
}
},
"is-number-object": {
"version": "1.0.4",
"resolved": "http://npmprivate.quantgroups.com/is-number-object/-/is-number-object-1.0.4.tgz",
"integrity": "sha512-zohwelOAur+5uXtk8O3GPQ1eAcu4ZX3UwxQhUlfFFMNpUd83gXgjbhJh6HmB6LUNV/ieOLQuDwJO3dWJosUeMw=="
"version": "1.0.5",
"resolved": "http://npmprivate.quantgroups.com/is-number-object/-/is-number-object-1.0.5.tgz",
"integrity": "sha512-RU0lI/n95pMoUKu9v1BZP5MBcZuNSVJkMkAG2dJqC4z2GlkGUNeH68SuHuBKBD/XFe+LHZ+f9BKkLET60Niedw=="
},
"is-obj": {
"version": "2.0.0",
......@@ -11777,12 +11822,12 @@
"integrity": "sha1-HQPd7VO9jbDzDCbk+V02/HyH3CQ="
},
"is-regex": {
"version": "1.1.2",
"resolved": "http://npmprivate.quantgroups.com/is-regex/-/is-regex-1.1.2.tgz",
"integrity": "sha512-axvdhb5pdhEVThqJzYXwMlVuZwC+FF2DpcOhTS+y/8jVq4trxyPgfcwIxIKiyeuLlSQYKkmUaPQJ8ZE4yNKXDg==",
"version": "1.1.3",
"resolved": "http://npmprivate.quantgroups.com/is-regex/-/is-regex-1.1.3.tgz",
"integrity": "sha512-qSVXFz28HM7y+IWX6vLCsexdlvzT1PJNFSBuaQLQ5o0IEw8UDYW6/2+eCMVyIsbM8CNLX2a/QWmSpyxYEHY7CQ==",
"requires": {
"call-bind": "^1.0.2",
"has-symbols": "^1.0.1"
"has-symbols": "^1.0.2"
}
},
"is-resolvable": {
......@@ -11801,16 +11846,16 @@
"integrity": "sha1-EtSj3U5o4Lec6428hBc66A2RykQ="
},
"is-string": {
"version": "1.0.5",
"resolved": "http://npmprivate.quantgroups.com/is-string/-/is-string-1.0.5.tgz",
"integrity": "sha512-buY6VNRjhQMiF1qWDouloZlQbRhDPCebwxSjxMjxgemYT46YMd2NR0/H+fBhEfWX4A/w9TBJ+ol+okqJKFE6vQ=="
"version": "1.0.6",
"resolved": "http://npmprivate.quantgroups.com/is-string/-/is-string-1.0.6.tgz",
"integrity": "sha512-2gdzbKUuqtQ3lYNrUTQYoClPhm7oQu4UdpSZMp1/DGgkHBT8E2Z1l0yMdb6D4zNAxwDiMv8MdulKROJGNl0Q0w=="
},
"is-symbol": {
"version": "1.0.3",
"resolved": "http://npmprivate.quantgroups.com/is-symbol/-/is-symbol-1.0.3.tgz",
"integrity": "sha512-OwijhaRSgqvhm/0ZdAcXNZt9lYdKFpcRDT5ULUuYXPoT794UNOdU+gpT6Rzo7b4V2HUl/op6GqY894AZwv9faQ==",
"version": "1.0.4",
"resolved": "http://npmprivate.quantgroups.com/is-symbol/-/is-symbol-1.0.4.tgz",
"integrity": "sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==",
"requires": {
"has-symbols": "^1.0.1"
"has-symbols": "^1.0.2"
}
},
"is-type-of": {
......@@ -12371,6 +12416,12 @@
"tslib": "^1.10.0"
},
"dependencies": {
"mime": {
"version": "1.6.0",
"resolved": "http://npmprivate.quantgroups.com/mime/-/mime-1.6.0.tgz",
"integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==",
"optional": true
},
"tslib": {
"version": "1.14.1",
"resolved": "http://npmprivate.quantgroups.com/tslib/-/tslib-1.14.1.tgz",
......@@ -12898,9 +12949,9 @@
}
},
"mime": {
"version": "1.6.0",
"resolved": "http://npmprivate.quantgroups.com/mime/-/mime-1.6.0.tgz",
"integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg=="
"version": "2.5.2",
"resolved": "http://npmprivate.quantgroups.com/mime/-/mime-2.5.2.tgz",
"integrity": "sha512-tqkh47FzKeCPD2PUiPB6pkbMzsCasjxAfC62/Wap5qrUWcb+sFasXUC5I3gYM5iBM8v/Qpn4UK0x+j0iHyFPDg=="
},
"mime-db": {
"version": "1.47.0",
......@@ -17676,9 +17727,9 @@
"integrity": "sha512-OSuu/pU4ENM9kmREg0BdNrUDIl1heYa4mBZacJc+vVWz4GtAwu7jO8s4AIt2aGRUTqxykpWzI3Oqnsm13tTMDA=="
},
"object-inspect": {
"version": "1.10.2",
"resolved": "http://npmprivate.quantgroups.com/object-inspect/-/object-inspect-1.10.2.tgz",
"integrity": "sha512-gz58rdPpadwztRrPjZE9DZLOABUpTGdcANUgOwBFO1C+HZZhePoP83M65WGDmbpwFYJSWqavbl4SgDn4k8RYTA=="
"version": "1.10.3",
"resolved": "http://npmprivate.quantgroups.com/object-inspect/-/object-inspect-1.10.3.tgz",
"integrity": "sha512-e5mCJlSH7poANfC8z8S9s9S2IN5/4Zb3aZ33f5s8YqoazCFzNLloLU8r5VCG+G7WoqLvAAZoVMcy3tp/3X0Plw=="
},
"object-keys": {
"version": "1.1.1",
......@@ -19961,9 +20012,9 @@
}
},
"runscript": {
"version": "1.5.0",
"resolved": "http://npmprivate.quantgroups.com/runscript/-/runscript-1.5.0.tgz",
"integrity": "sha512-o9MaYVXr9ZNwOj+KO4jWWkC8qvTvsu6RfZLgF2h1UZjD2cenwEjoMMnCcILXZ0nu/RrSShc0OYgm1xl8iXEjJA==",
"version": "1.5.1",
"resolved": "http://npmprivate.quantgroups.com/runscript/-/runscript-1.5.1.tgz",
"integrity": "sha512-xNbL4dunisjNZUvdY+CW9mIT6wJUTvxEr0EVryf+f0HPO5VtqReNyM3cxV1016rJHtjG7Z3hN2qDgBzC7y4lJg==",
"requires": {
"debug": "^2.6.8",
"is-type-of": "^1.1.0"
......@@ -19993,9 +20044,9 @@
}
},
"sa-sdk-javascript": {
"version": "1.16.10",
"resolved": "http://npmprivate.quantgroups.com/sa-sdk-javascript/-/sa-sdk-javascript-1.16.10.tgz",
"integrity": "sha512-5dTAa2qco7RebSdVv8iDSti1vHPFvjS659AI1fF1vgXeVQDXFLM5QSPOfyxvPXrqNxaDJ81KIoucIDw1heL6LQ=="
"version": "1.16.15",
"resolved": "http://npmprivate.quantgroups.com/sa-sdk-javascript/-/sa-sdk-javascript-1.16.15.tgz",
"integrity": "sha512-mG/k/P9oMbgEPwcAvqL8SzXQYZmJqaXwlVH6sFmXkwEVOR8qihaGYadZo0PAz5pCiRTVhUEKIGZ8u+DOYxF1ew=="
},
"safe-buffer": {
"version": "5.1.2",
......@@ -20099,6 +20150,11 @@
"statuses": "~1.5.0"
},
"dependencies": {
"mime": {
"version": "1.6.0",
"resolved": "http://npmprivate.quantgroups.com/mime/-/mime-1.6.0.tgz",
"integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg=="
},
"ms": {
"version": "2.1.1",
"resolved": "http://npmprivate.quantgroups.com/ms/-/ms-2.1.1.tgz",
......@@ -20157,6 +20213,11 @@
"ms": "^2.1.1"
}
},
"inflection": {
"version": "1.12.0",
"resolved": "http://npmprivate.quantgroups.com/inflection/-/inflection-1.12.0.tgz",
"integrity": "sha1-ogCTVlbW9fa8TcdQLhrstwMihBY="
},
"ms": {
"version": "2.1.3",
"resolved": "http://npmprivate.quantgroups.com/ms/-/ms-2.1.3.tgz",
......@@ -20710,9 +20771,9 @@
}
},
"chalk": {
"version": "4.1.0",
"resolved": "http://npmprivate.quantgroups.com/chalk/-/chalk-4.1.0.tgz",
"integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==",
"version": "4.1.1",
"resolved": "http://npmprivate.quantgroups.com/chalk/-/chalk-4.1.1.tgz",
"integrity": "sha512-diHzdDKxcU+bAsUboHLPEDQiw0qEe0qd7SYUn3HgcFlWgbDcfLGswOHYeGrHKzG9z6UYf01d9VFMfZxPM1xZSg==",
"requires": {
"ansi-styles": "^4.1.0",
"supports-color": "^7.1.0"
......@@ -22013,9 +22074,9 @@
"integrity": "sha512-0Vb/54WJ6k5v8sSWN09S0ora+Hnr+cX40r9F170nT+mSkaxltoE/7R3OrIdBSUv1OoiobH1QoWQbCnAO+e8J1A=="
},
"uglify-js": {
"version": "3.13.4",
"resolved": "http://npmprivate.quantgroups.com/uglify-js/-/uglify-js-3.13.4.tgz",
"integrity": "sha512-kv7fCkIXyQIilD5/yQy8O+uagsYIOt5cZvs890W40/e/rvjMSzJw81o9Bg0tkURxzZBROtDQhW2LFjOGoK3RZw=="
"version": "3.13.6",
"resolved": "http://npmprivate.quantgroups.com/uglify-js/-/uglify-js-3.13.6.tgz",
"integrity": "sha512-rRprLwl8RVaS+Qvx3Wh5hPfPBn9++G6xkGlUupya0s5aDmNjI7z3lnRLB3u7sN4OmbB0pWgzhM9BEJyiWAwtAA=="
}
}
},
......@@ -22265,11 +22326,6 @@
"schema-utils": "^2.5.0"
},
"dependencies": {
"mime": {
"version": "2.5.2",
"resolved": "http://npmprivate.quantgroups.com/mime/-/mime-2.5.2.tgz",
"integrity": "sha512-tqkh47FzKeCPD2PUiPB6pkbMzsCasjxAfC62/Wap5qrUWcb+sFasXUC5I3gYM5iBM8v/Qpn4UK0x+j0iHyFPDg=="
},
"schema-utils": {
"version": "2.7.1",
"resolved": "http://npmprivate.quantgroups.com/schema-utils/-/schema-utils-2.7.1.tgz",
......@@ -22418,18 +22474,19 @@
"integrity": "sha1-IpnwLG3tMNSllhsLn3RSShj2NPw="
},
"vconsole": {
"version": "3.4.1",
"resolved": "http://npmprivate.quantgroups.com/vconsole/-/vconsole-3.4.1.tgz",
"integrity": "sha512-ri5Q4grPat/kCkR0O1uLMuIvpKyKDE8IjBJCZK8rpGvNkINaIjQAcp2oYbSrq897A+5vf2+RAv2YUX1IEaQgeA==",
"version": "3.5.1",
"resolved": "http://npmprivate.quantgroups.com/vconsole/-/vconsole-3.5.1.tgz",
"integrity": "sha512-PoHz1DiNtxfQQXtfSIQbIUsYK5nEqAW6IeN3uBiCzqhHD9GuUqoxmLrrS2PjRigWyPPp02K/ud0UmXNx8jfZ2Q==",
"requires": {
"core-js": "^3.8.3",
"copy-text-to-clipboard": "^3.0.1",
"core-js": "^3.11.0",
"mutation-observer": "^1.0.3"
},
"dependencies": {
"core-js": {
"version": "3.10.2",
"resolved": "http://npmprivate.quantgroups.com/core-js/-/core-js-3.10.2.tgz",
"integrity": "sha512-W+2oVYeNghuBr3yTzZFQ5rfmjZtYB/Ubg87R5YOmlGrIb+Uw9f7qjUbhsj+/EkXhcV7eOD3jiM4+sgraX3FZUw=="
"version": "3.12.1",
"resolved": "http://npmprivate.quantgroups.com/core-js/-/core-js-3.12.1.tgz",
"integrity": "sha512-Ne9DKPHTObRuB09Dru5AjwKjY4cJHVGu+y5f7coGn1E9Grkc3p2iBwE9AI/nJzsE29mQF7oq+mhYYRqOMFN1Bw=="
}
}
},
......@@ -23533,13 +23590,6 @@
"mime": "^2.3.1",
"range-parser": "^1.0.3",
"webpack-log": "^2.0.0"
},
"dependencies": {
"mime": {
"version": "2.5.2",
"resolved": "http://npmprivate.quantgroups.com/mime/-/mime-2.5.2.tgz",
"integrity": "sha512-tqkh47FzKeCPD2PUiPB6pkbMzsCasjxAfC62/Wap5qrUWcb+sFasXUC5I3gYM5iBM8v/Qpn4UK0x+j0iHyFPDg=="
}
}
},
"webpack-filter-warnings-plugin": {
......@@ -24067,9 +24117,9 @@
"integrity": "sha1-UqY+VsoLhKfzpfPWGHLxJq16WUM="
},
"xss": {
"version": "1.0.8",
"resolved": "http://npmprivate.quantgroups.com/xss/-/xss-1.0.8.tgz",
"integrity": "sha512-3MgPdaXV8rfQ/pNn16Eio6VXYPTkqwa0vc7GkiymmY/DqR1SE/7VPAAVZz1GJsJFrllMYO3RHfEaiUGjab6TNw==",
"version": "1.0.9",
"resolved": "http://npmprivate.quantgroups.com/xss/-/xss-1.0.9.tgz",
"integrity": "sha512-2t7FahYnGJys6DpHLhajusId7R0Pm2yTmuL0GV9+mV0ZlaLSnb2toBmppATfg5sWIhZQGlsTLoecSzya+l4EAQ==",
"requires": {
"commander": "^2.20.3",
"cssfilter": "0.0.10"
......@@ -24355,9 +24405,9 @@
"integrity": "sha512-uGZHXkHnhF0XeeAPgnKfPv1bgKAYyVvmNL1xlKsPYZPaIHxGti2hHqvOCQv71XMsLxu1QjergkqogUnms5D3YQ=="
},
"yargs": {
"version": "7.1.1",
"resolved": "http://npmprivate.quantgroups.com/yargs/-/yargs-7.1.1.tgz",
"integrity": "sha512-huO4Fr1f9PmiJJdll5kwoS2e4GqzGSsMT3PPMpOwoVkOK8ckqAewMTZyA6LXVQWflleb/Z8oPBEvNsMft0XE+g==",
"version": "7.1.2",
"resolved": "http://npmprivate.quantgroups.com/yargs/-/yargs-7.1.2.tgz",
"integrity": "sha512-ZEjj/dQYQy0Zx0lgLMLR8QuaqTihnxirir7EwUHp1Axq4e3+k8jXU5K0VLbNvedv1f4EWtBonDIZm0NUr+jCcA==",
"requires": {
"camelcase": "^3.0.0",
"cliui": "^3.2.0",
......@@ -24371,13 +24421,13 @@
"string-width": "^1.0.2",
"which-module": "^1.0.0",
"y18n": "^3.2.1",
"yargs-parser": "5.0.0-security.0"
"yargs-parser": "^5.0.1"
}
},
"yargs-parser": {
"version": "5.0.0-security.0",
"resolved": "http://npmprivate.quantgroups.com/yargs-parser/-/yargs-parser-5.0.0-security.0.tgz",
"integrity": "sha512-T69y4Ps64LNesYxeYGYPvfoMTt/7y1XtfpIslUeK4um+9Hu7hlGoRtaDLvdXb7+/tfq4opVa2HRY5xGip022rQ==",
"version": "5.0.1",
"resolved": "http://npmprivate.quantgroups.com/yargs-parser/-/yargs-parser-5.0.1.tgz",
"integrity": "sha512-wpav5XYiddjXxirPoCTUPbqM0PXvJ9hiBMvuJgInvo4/lAOTZzUprArw17q2O1P2+GHhbBr18/iQwjL5Z9BqfA==",
"requires": {
"camelcase": "^3.0.0",
"object.assign": "^4.1.0"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment