Commit 8e952a6f authored by 郭志伟's avatar 郭志伟

Merge branch 'feature/mp' into 'master'

Feature/mp

See merge request !15
parents 55690b62 924aed79
...@@ -41,6 +41,7 @@ export default class DashBoard extends Mixins(ContextMenuMixin, GoodsTabsMixin, ...@@ -41,6 +41,7 @@ export default class DashBoard extends Mixins(ContextMenuMixin, GoodsTabsMixin,
@Provide() editor = this; @Provide() editor = this;
isEditor: boolean = true;
isCollapsed: boolean = true; isCollapsed: boolean = true;
isDragIn: boolean = false; isDragIn: boolean = false;
isDraging: boolean = false; isDraging: boolean = false;
......
...@@ -13,24 +13,24 @@ ...@@ -13,24 +13,24 @@
} }
}, },
"@babel/compat-data": { "@babel/compat-data": {
"version": "7.13.15", "version": "7.14.0",
"resolved": "http://npmprivate.quantgroups.com/@babel%2fcompat-data/-/compat-data-7.13.15.tgz", "resolved": "http://npmprivate.quantgroups.com/@babel%2fcompat-data/-/compat-data-7.14.0.tgz",
"integrity": "sha512-ltnibHKR1VnrU4ymHyQ/CXtNXI6yZC0oJThyW78Hft8XndANwi+9H+UIklBDraIjFEJzw8wmcM427oDd9KS5wA==" "integrity": "sha512-vu9V3uMM/1o5Hl5OekMUowo3FqXLJSw+s+66nt0fSWVWTtmosdzn45JHOB3cPtZoe6CTBDzvSw0RdOY85Q37+Q=="
}, },
"@babel/core": { "@babel/core": {
"version": "7.13.15", "version": "7.14.0",
"resolved": "http://npmprivate.quantgroups.com/@babel%2fcore/-/core-7.13.15.tgz", "resolved": "http://npmprivate.quantgroups.com/@babel%2fcore/-/core-7.14.0.tgz",
"integrity": "sha512-6GXmNYeNjS2Uz+uls5jalOemgIhnTMeaXo+yBUA72kC2uX/8VW6XyhVIo2L8/q0goKQA3EVKx0KOQpVKSeWadQ==", "integrity": "sha512-8YqpRig5NmIHlMLw09zMlPTvUVMILjqCOtVgu+TVNWEBvy9b5I3RRyhqnrV4hjgEK7n8P9OqvkWJAFmEL6Wwfw==",
"requires": { "requires": {
"@babel/code-frame": "^7.12.13", "@babel/code-frame": "^7.12.13",
"@babel/generator": "^7.13.9", "@babel/generator": "^7.14.0",
"@babel/helper-compilation-targets": "^7.13.13", "@babel/helper-compilation-targets": "^7.13.16",
"@babel/helper-module-transforms": "^7.13.14", "@babel/helper-module-transforms": "^7.14.0",
"@babel/helpers": "^7.13.10", "@babel/helpers": "^7.14.0",
"@babel/parser": "^7.13.15", "@babel/parser": "^7.14.0",
"@babel/template": "^7.12.13", "@babel/template": "^7.12.13",
"@babel/traverse": "^7.13.15", "@babel/traverse": "^7.14.0",
"@babel/types": "^7.13.14", "@babel/types": "^7.14.0",
"convert-source-map": "^1.7.0", "convert-source-map": "^1.7.0",
"debug": "^4.1.0", "debug": "^4.1.0",
"gensync": "^1.0.0-beta.2", "gensync": "^1.0.0-beta.2",
...@@ -65,11 +65,11 @@ ...@@ -65,11 +65,11 @@
} }
}, },
"@babel/generator": { "@babel/generator": {
"version": "7.13.9", "version": "7.14.1",
"resolved": "http://npmprivate.quantgroups.com/@babel%2fgenerator/-/generator-7.13.9.tgz", "resolved": "http://npmprivate.quantgroups.com/@babel%2fgenerator/-/generator-7.14.1.tgz",
"integrity": "sha512-mHOOmY0Axl/JCTkxTU6Lf5sWOg/v8nUa+Xkt4zMTftX0wqmb6Sh7J8gvcehBw7q0AhrhAR+FDacKjCZ2X8K+Sw==", "integrity": "sha512-TMGhsXMXCP/O1WtQmZjpEYDhCYC9vFhayWZPJSZCGkPJgUqX0rF0wwtrYvnzVxIjcF80tkUertXVk5cwqi5cAQ==",
"requires": { "requires": {
"@babel/types": "^7.13.0", "@babel/types": "^7.14.1",
"jsesc": "^2.5.1", "jsesc": "^2.5.1",
"source-map": "^0.5.0" "source-map": "^0.5.0"
}, },
...@@ -99,11 +99,11 @@ ...@@ -99,11 +99,11 @@
} }
}, },
"@babel/helper-compilation-targets": { "@babel/helper-compilation-targets": {
"version": "7.13.13", "version": "7.13.16",
"resolved": "http://npmprivate.quantgroups.com/@babel%2fhelper-compilation-targets/-/helper-compilation-targets-7.13.13.tgz", "resolved": "http://npmprivate.quantgroups.com/@babel%2fhelper-compilation-targets/-/helper-compilation-targets-7.13.16.tgz",
"integrity": "sha512-q1kcdHNZehBwD9jYPh3WyXcsFERi39X4I59I3NadciWtNDyZ6x+GboOxncFK0kXlKIv6BJm5acncehXWUjWQMQ==", "integrity": "sha512-3gmkYIrpqsLlieFwjkGgLaSHmhnvlAYzZLlYVjlW+QwI+1zE17kGxuJGmIqDQdYp56XdmGeD+Bswx0UTyG18xA==",
"requires": { "requires": {
"@babel/compat-data": "^7.13.12", "@babel/compat-data": "^7.13.15",
"@babel/helper-validator-option": "^7.12.17", "@babel/helper-validator-option": "^7.12.17",
"browserslist": "^4.14.5", "browserslist": "^4.14.5",
"semver": "^6.3.0" "semver": "^6.3.0"
...@@ -117,14 +117,15 @@ ...@@ -117,14 +117,15 @@
} }
}, },
"@babel/helper-create-class-features-plugin": { "@babel/helper-create-class-features-plugin": {
"version": "7.13.11", "version": "7.14.1",
"resolved": "http://npmprivate.quantgroups.com/@babel%2fhelper-create-class-features-plugin/-/helper-create-class-features-plugin-7.13.11.tgz", "resolved": "http://npmprivate.quantgroups.com/@babel%2fhelper-create-class-features-plugin/-/helper-create-class-features-plugin-7.14.1.tgz",
"integrity": "sha512-ays0I7XYq9xbjCSvT+EvysLgfc3tOkwCULHjrnscGT3A9qD4sk3wXnJ3of0MAWsWGjdinFvajHU2smYuqXKMrw==", "integrity": "sha512-r8rsUahG4ywm0QpGcCrLaUSOuNAISR3IZCg4Fx05Ozq31aCUrQsTLH6KPxy0N5ULoQ4Sn9qjNdGNtbPWAC6hYg==",
"requires": { "requires": {
"@babel/helper-annotate-as-pure": "^7.12.13",
"@babel/helper-function-name": "^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-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" "@babel/helper-split-export-declaration": "^7.12.13"
} }
}, },
...@@ -199,12 +200,12 @@ ...@@ -199,12 +200,12 @@
} }
}, },
"@babel/helper-hoist-variables": { "@babel/helper-hoist-variables": {
"version": "7.13.0", "version": "7.13.16",
"resolved": "http://npmprivate.quantgroups.com/@babel%2fhelper-hoist-variables/-/helper-hoist-variables-7.13.0.tgz", "resolved": "http://npmprivate.quantgroups.com/@babel%2fhelper-hoist-variables/-/helper-hoist-variables-7.13.16.tgz",
"integrity": "sha512-0kBzvXiIKfsCA0y6cFEIJf4OdzfpRuNk4+YTeHZpGGc666SATFKTz6sRncwFnQk7/ugJ4dSrCj6iJuvW4Qwr2g==", "integrity": "sha512-1eMtTrXtrwscjcAeO4BVK+vvkxaLJSPFz1w1KLawz6HLNi9bPFGBNwwDyVfiu1Tv/vRRFYfoGaKhmAQPGPn5Wg==",
"requires": { "requires": {
"@babel/traverse": "^7.13.0", "@babel/traverse": "^7.13.15",
"@babel/types": "^7.13.0" "@babel/types": "^7.13.16"
} }
}, },
"@babel/helper-member-expression-to-functions": { "@babel/helper-member-expression-to-functions": {
...@@ -224,18 +225,18 @@ ...@@ -224,18 +225,18 @@
} }
}, },
"@babel/helper-module-transforms": { "@babel/helper-module-transforms": {
"version": "7.13.14", "version": "7.14.0",
"resolved": "http://npmprivate.quantgroups.com/@babel%2fhelper-module-transforms/-/helper-module-transforms-7.13.14.tgz", "resolved": "http://npmprivate.quantgroups.com/@babel%2fhelper-module-transforms/-/helper-module-transforms-7.14.0.tgz",
"integrity": "sha512-QuU/OJ0iAOSIatyVZmfqB0lbkVP0kDRiKj34xy+QNsnVZi/PA6BoSoreeqnxxa9EHFAIL0R9XOaAR/G9WlIy5g==", "integrity": "sha512-L40t9bxIuGOfpIGA3HNkJhU9qYrf4y5A5LUSw7rGMSn+pcG8dfJ0g6Zval6YJGd2nEjI7oP00fRdnhLKndx6bw==",
"requires": { "requires": {
"@babel/helper-module-imports": "^7.13.12", "@babel/helper-module-imports": "^7.13.12",
"@babel/helper-replace-supers": "^7.13.12", "@babel/helper-replace-supers": "^7.13.12",
"@babel/helper-simple-access": "^7.13.12", "@babel/helper-simple-access": "^7.13.12",
"@babel/helper-split-export-declaration": "^7.12.13", "@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/template": "^7.12.13",
"@babel/traverse": "^7.13.13", "@babel/traverse": "^7.14.0",
"@babel/types": "^7.13.14" "@babel/types": "^7.14.0"
} }
}, },
"@babel/helper-optimise-call-expression": { "@babel/helper-optimise-call-expression": {
...@@ -297,9 +298,9 @@ ...@@ -297,9 +298,9 @@
} }
}, },
"@babel/helper-validator-identifier": { "@babel/helper-validator-identifier": {
"version": "7.12.11", "version": "7.14.0",
"resolved": "http://npmprivate.quantgroups.com/@babel%2fhelper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz", "resolved": "http://npmprivate.quantgroups.com/@babel%2fhelper-validator-identifier/-/helper-validator-identifier-7.14.0.tgz",
"integrity": "sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw==" "integrity": "sha512-V3ts7zMSu5lfiwWDVWzRDGIN+lnCEUdaXgtVHJgLb1rGaA6jMrtB9EmE7L18foXJIE8Un/A/h6NJfGQp/e1J4A=="
}, },
"@babel/helper-validator-option": { "@babel/helper-validator-option": {
"version": "7.12.17", "version": "7.12.17",
...@@ -318,29 +319,29 @@ ...@@ -318,29 +319,29 @@
} }
}, },
"@babel/helpers": { "@babel/helpers": {
"version": "7.13.10", "version": "7.14.0",
"resolved": "http://npmprivate.quantgroups.com/@babel%2fhelpers/-/helpers-7.13.10.tgz", "resolved": "http://npmprivate.quantgroups.com/@babel%2fhelpers/-/helpers-7.14.0.tgz",
"integrity": "sha512-4VO883+MWPDUVRF3PhiLBUFHoX/bsLTGFpFK/HqvvfBZz2D57u9XzPVNFVBTc0PW/CWR9BXTOKt8NF4DInUHcQ==", "integrity": "sha512-+ufuXprtQ1D1iZTO/K9+EBRn+qPWMJjZSw/S0KlFrxCw4tkrzv9grgpDHkY9MeQTjTY8i2sp7Jep8DfU6tN9Mg==",
"requires": { "requires": {
"@babel/template": "^7.12.13", "@babel/template": "^7.12.13",
"@babel/traverse": "^7.13.0", "@babel/traverse": "^7.14.0",
"@babel/types": "^7.13.0" "@babel/types": "^7.14.0"
} }
}, },
"@babel/highlight": { "@babel/highlight": {
"version": "7.13.10", "version": "7.14.0",
"resolved": "http://npmprivate.quantgroups.com/@babel%2fhighlight/-/highlight-7.13.10.tgz", "resolved": "http://npmprivate.quantgroups.com/@babel%2fhighlight/-/highlight-7.14.0.tgz",
"integrity": "sha512-5aPpe5XQPzflQrFwL1/QoeHkP2MsA4JCntcXHRhEsdsfPVkvPi2w7Qix4iV7t5S/oC9OodGrggd8aco1g3SZFg==", "integrity": "sha512-YSCOwxvTYEIMSGaBQb5kDDsCopDdiUGsqpatp3fOlI4+2HQSkTmEVWnVuySdAC5EWCqSWWTv0ib63RjR7dTBdg==",
"requires": { "requires": {
"@babel/helper-validator-identifier": "^7.12.11", "@babel/helper-validator-identifier": "^7.14.0",
"chalk": "^2.0.0", "chalk": "^2.0.0",
"js-tokens": "^4.0.0" "js-tokens": "^4.0.0"
} }
}, },
"@babel/parser": { "@babel/parser": {
"version": "7.13.15", "version": "7.14.1",
"resolved": "http://npmprivate.quantgroups.com/@babel%2fparser/-/parser-7.13.15.tgz", "resolved": "http://npmprivate.quantgroups.com/@babel%2fparser/-/parser-7.14.1.tgz",
"integrity": "sha512-b9COtcAlVEQljy/9fbcMHpG+UIW9ReF+gpaxDHTlZd0c6/UU9ng8zdySAW9sRTzpvcdCHn6bUcbuYUgGzLAWVQ==" "integrity": "sha512-muUGEKu8E/ftMTPlNp+mc6zL3E9zKWmF5sDHZ5MSsoTP9Wyz64AhEf9kD08xYJ7w6Hdcu8H550ircnPyWSIF0Q=="
}, },
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": { "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": {
"version": "7.13.12", "version": "7.13.12",
...@@ -371,6 +372,15 @@ ...@@ -371,6 +372,15 @@
"@babel/helper-plugin-utils": "^7.13.0" "@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": { "@babel/plugin-proposal-decorators": {
"version": "7.13.15", "version": "7.13.15",
"resolved": "http://npmprivate.quantgroups.com/@babel%2fplugin-proposal-decorators/-/plugin-proposal-decorators-7.13.15.tgz", "resolved": "http://npmprivate.quantgroups.com/@babel%2fplugin-proposal-decorators/-/plugin-proposal-decorators-7.13.15.tgz",
...@@ -475,6 +485,17 @@ ...@@ -475,6 +485,17 @@
"@babel/helper-plugin-utils": "^7.13.0" "@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": { "@babel/plugin-proposal-unicode-property-regex": {
"version": "7.12.13", "version": "7.12.13",
"resolved": "http://npmprivate.quantgroups.com/@babel%2fplugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.12.13.tgz", "resolved": "http://npmprivate.quantgroups.com/@babel%2fplugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.12.13.tgz",
...@@ -500,6 +521,14 @@ ...@@ -500,6 +521,14 @@
"@babel/helper-plugin-utils": "^7.12.13" "@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": { "@babel/plugin-syntax-decorators": {
"version": "7.12.13", "version": "7.12.13",
"resolved": "http://npmprivate.quantgroups.com/@babel%2fplugin-syntax-decorators/-/plugin-syntax-decorators-7.12.13.tgz", "resolved": "http://npmprivate.quantgroups.com/@babel%2fplugin-syntax-decorators/-/plugin-syntax-decorators-7.12.13.tgz",
...@@ -588,6 +617,14 @@ ...@@ -588,6 +617,14 @@
"@babel/helper-plugin-utils": "^7.8.0" "@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": { "@babel/plugin-syntax-top-level-await": {
"version": "7.12.13", "version": "7.12.13",
"resolved": "http://npmprivate.quantgroups.com/@babel%2fplugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.12.13.tgz", "resolved": "http://npmprivate.quantgroups.com/@babel%2fplugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.12.13.tgz",
...@@ -623,11 +660,11 @@ ...@@ -623,11 +660,11 @@
} }
}, },
"@babel/plugin-transform-block-scoping": { "@babel/plugin-transform-block-scoping": {
"version": "7.12.13", "version": "7.14.1",
"resolved": "http://npmprivate.quantgroups.com/@babel%2fplugin-transform-block-scoping/-/plugin-transform-block-scoping-7.12.13.tgz", "resolved": "http://npmprivate.quantgroups.com/@babel%2fplugin-transform-block-scoping/-/plugin-transform-block-scoping-7.14.1.tgz",
"integrity": "sha512-Pxwe0iqWJX4fOOM2kEZeUuAxHMWb9nK+9oh5d11bsLoB0xMg+mkDpt0eYuDZB7ETrY9bbcVlKUGTOGWy7BHsMQ==", "integrity": "sha512-2mQXd0zBrwfp0O1moWIhPpEeTKDvxyHcnma3JATVP1l+CctWBuot6OJG8LQ4DnBj4ZZPSmlb/fm4mu47EOAnVA==",
"requires": { "requires": {
"@babel/helper-plugin-utils": "^7.12.13" "@babel/helper-plugin-utils": "^7.13.0"
} }
}, },
"@babel/plugin-transform-classes": { "@babel/plugin-transform-classes": {
...@@ -653,9 +690,9 @@ ...@@ -653,9 +690,9 @@
} }
}, },
"@babel/plugin-transform-destructuring": { "@babel/plugin-transform-destructuring": {
"version": "7.13.0", "version": "7.13.17",
"resolved": "http://npmprivate.quantgroups.com/@babel%2fplugin-transform-destructuring/-/plugin-transform-destructuring-7.13.0.tgz", "resolved": "http://npmprivate.quantgroups.com/@babel%2fplugin-transform-destructuring/-/plugin-transform-destructuring-7.13.17.tgz",
"integrity": "sha512-zym5em7tePoNT9s964c0/KU3JPPnuq7VhIxPRefJ4/s82cD+q1mgKfuGRDMCPL0HTyKz4dISuQlCusfgCJ86HA==", "integrity": "sha512-UAUqiLv+uRLO+xuBKKMEpC+t7YRNVRqBsWWq1yKXbBZBje/t3IXCiSinZhjn/DC3qzBfICeYd2EFGEbHsh5RLA==",
"requires": { "requires": {
"@babel/helper-plugin-utils": "^7.13.0" "@babel/helper-plugin-utils": "^7.13.0"
} }
...@@ -720,23 +757,23 @@ ...@@ -720,23 +757,23 @@
} }
}, },
"@babel/plugin-transform-modules-amd": { "@babel/plugin-transform-modules-amd": {
"version": "7.13.0", "version": "7.14.0",
"resolved": "http://npmprivate.quantgroups.com/@babel%2fplugin-transform-modules-amd/-/plugin-transform-modules-amd-7.13.0.tgz", "resolved": "http://npmprivate.quantgroups.com/@babel%2fplugin-transform-modules-amd/-/plugin-transform-modules-amd-7.14.0.tgz",
"integrity": "sha512-EKy/E2NHhY/6Vw5d1k3rgoobftcNUmp9fGjb9XZwQLtTctsRBOTRO7RHHxfIky1ogMN5BxN7p9uMA3SzPfotMQ==", "integrity": "sha512-CF4c5LX4LQ03LebQxJ5JZes2OYjzBuk1TdiF7cG7d5dK4lAdw9NZmaxq5K/mouUdNeqwz3TNjnW6v01UqUNgpQ==",
"requires": { "requires": {
"@babel/helper-module-transforms": "^7.13.0", "@babel/helper-module-transforms": "^7.14.0",
"@babel/helper-plugin-utils": "^7.13.0", "@babel/helper-plugin-utils": "^7.13.0",
"babel-plugin-dynamic-import-node": "^2.3.3" "babel-plugin-dynamic-import-node": "^2.3.3"
} }
}, },
"@babel/plugin-transform-modules-commonjs": { "@babel/plugin-transform-modules-commonjs": {
"version": "7.13.8", "version": "7.14.0",
"resolved": "http://npmprivate.quantgroups.com/@babel%2fplugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.13.8.tgz", "resolved": "http://npmprivate.quantgroups.com/@babel%2fplugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.14.0.tgz",
"integrity": "sha512-9QiOx4MEGglfYZ4XOnU79OHr6vIWUakIj9b4mioN8eQIoEh+pf5p/zEB36JpDFWA12nNMiRf7bfoRvl9Rn79Bw==", "integrity": "sha512-EX4QePlsTaRZQmw9BsoPeyh5OCtRGIhwfLquhxGp5e32w+dyL8htOcDwamlitmNFK6xBZYlygjdye9dbd9rUlQ==",
"requires": { "requires": {
"@babel/helper-module-transforms": "^7.13.0", "@babel/helper-module-transforms": "^7.14.0",
"@babel/helper-plugin-utils": "^7.13.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" "babel-plugin-dynamic-import-node": "^2.3.3"
} }
}, },
...@@ -753,11 +790,11 @@ ...@@ -753,11 +790,11 @@
} }
}, },
"@babel/plugin-transform-modules-umd": { "@babel/plugin-transform-modules-umd": {
"version": "7.13.0", "version": "7.14.0",
"resolved": "http://npmprivate.quantgroups.com/@babel%2fplugin-transform-modules-umd/-/plugin-transform-modules-umd-7.13.0.tgz", "resolved": "http://npmprivate.quantgroups.com/@babel%2fplugin-transform-modules-umd/-/plugin-transform-modules-umd-7.14.0.tgz",
"integrity": "sha512-D/ILzAh6uyvkWjKKyFE/W0FzWwasv6vPTSqPcjxFqn6QpX3u8DjRVliq4F2BamO2Wee/om06Vyy+vPkNrd4wxw==", "integrity": "sha512-nPZdnWtXXeY7I87UZr9VlsWme3Y0cfFFE41Wbxz4bbaexAjNMInXPFUpRRUJ8NoMm0Cw+zxbqjdPmLhcjfazMw==",
"requires": { "requires": {
"@babel/helper-module-transforms": "^7.13.0", "@babel/helper-module-transforms": "^7.14.0",
"@babel/helper-plugin-utils": "^7.13.0" "@babel/helper-plugin-utils": "^7.13.0"
} }
}, },
...@@ -914,17 +951,18 @@ ...@@ -914,17 +951,18 @@
} }
}, },
"@babel/preset-env": { "@babel/preset-env": {
"version": "7.13.15", "version": "7.14.1",
"resolved": "http://npmprivate.quantgroups.com/@babel%2fpreset-env/-/preset-env-7.13.15.tgz", "resolved": "http://npmprivate.quantgroups.com/@babel%2fpreset-env/-/preset-env-7.14.1.tgz",
"integrity": "sha512-D4JAPMXcxk69PKe81jRJ21/fP/uYdcTZ3hJDF5QX2HSI9bBxxYw/dumdR6dGumhjxlprHPE4XWoPaqzZUVy2MA==", "integrity": "sha512-0M4yL1l7V4l+j/UHvxcdvNfLB9pPtIooHTbEhgD/6UGyh8Hy3Bm1Mj0buzjDXATCSz3JFibVdnoJZCrlUCanrQ==",
"requires": { "requires": {
"@babel/compat-data": "^7.13.15", "@babel/compat-data": "^7.14.0",
"@babel/helper-compilation-targets": "^7.13.13", "@babel/helper-compilation-targets": "^7.13.16",
"@babel/helper-plugin-utils": "^7.13.0", "@babel/helper-plugin-utils": "^7.13.0",
"@babel/helper-validator-option": "^7.12.17", "@babel/helper-validator-option": "^7.12.17",
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.13.12", "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.13.12",
"@babel/plugin-proposal-async-generator-functions": "^7.13.15", "@babel/plugin-proposal-async-generator-functions": "^7.13.15",
"@babel/plugin-proposal-class-properties": "^7.13.0", "@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-dynamic-import": "^7.13.8",
"@babel/plugin-proposal-export-namespace-from": "^7.12.13", "@babel/plugin-proposal-export-namespace-from": "^7.12.13",
"@babel/plugin-proposal-json-strings": "^7.13.8", "@babel/plugin-proposal-json-strings": "^7.13.8",
...@@ -935,9 +973,11 @@ ...@@ -935,9 +973,11 @@
"@babel/plugin-proposal-optional-catch-binding": "^7.13.8", "@babel/plugin-proposal-optional-catch-binding": "^7.13.8",
"@babel/plugin-proposal-optional-chaining": "^7.13.12", "@babel/plugin-proposal-optional-chaining": "^7.13.12",
"@babel/plugin-proposal-private-methods": "^7.13.0", "@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-proposal-unicode-property-regex": "^7.12.13",
"@babel/plugin-syntax-async-generators": "^7.8.4", "@babel/plugin-syntax-async-generators": "^7.8.4",
"@babel/plugin-syntax-class-properties": "^7.12.13", "@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-dynamic-import": "^7.8.3",
"@babel/plugin-syntax-export-namespace-from": "^7.8.3", "@babel/plugin-syntax-export-namespace-from": "^7.8.3",
"@babel/plugin-syntax-json-strings": "^7.8.3", "@babel/plugin-syntax-json-strings": "^7.8.3",
...@@ -947,14 +987,15 @@ ...@@ -947,14 +987,15 @@
"@babel/plugin-syntax-object-rest-spread": "^7.8.3", "@babel/plugin-syntax-object-rest-spread": "^7.8.3",
"@babel/plugin-syntax-optional-catch-binding": "^7.8.3", "@babel/plugin-syntax-optional-catch-binding": "^7.8.3",
"@babel/plugin-syntax-optional-chaining": "^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-syntax-top-level-await": "^7.12.13",
"@babel/plugin-transform-arrow-functions": "^7.13.0", "@babel/plugin-transform-arrow-functions": "^7.13.0",
"@babel/plugin-transform-async-to-generator": "^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-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-classes": "^7.13.0",
"@babel/plugin-transform-computed-properties": "^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-dotall-regex": "^7.12.13",
"@babel/plugin-transform-duplicate-keys": "^7.12.13", "@babel/plugin-transform-duplicate-keys": "^7.12.13",
"@babel/plugin-transform-exponentiation-operator": "^7.12.13", "@babel/plugin-transform-exponentiation-operator": "^7.12.13",
...@@ -962,10 +1003,10 @@ ...@@ -962,10 +1003,10 @@
"@babel/plugin-transform-function-name": "^7.12.13", "@babel/plugin-transform-function-name": "^7.12.13",
"@babel/plugin-transform-literals": "^7.12.13", "@babel/plugin-transform-literals": "^7.12.13",
"@babel/plugin-transform-member-expression-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-amd": "^7.14.0",
"@babel/plugin-transform-modules-commonjs": "^7.13.8", "@babel/plugin-transform-modules-commonjs": "^7.14.0",
"@babel/plugin-transform-modules-systemjs": "^7.13.8", "@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-named-capturing-groups-regex": "^7.12.13",
"@babel/plugin-transform-new-target": "^7.12.13", "@babel/plugin-transform-new-target": "^7.12.13",
"@babel/plugin-transform-object-super": "^7.12.13", "@babel/plugin-transform-object-super": "^7.12.13",
...@@ -981,7 +1022,7 @@ ...@@ -981,7 +1022,7 @@
"@babel/plugin-transform-unicode-escapes": "^7.12.13", "@babel/plugin-transform-unicode-escapes": "^7.12.13",
"@babel/plugin-transform-unicode-regex": "^7.12.13", "@babel/plugin-transform-unicode-regex": "^7.12.13",
"@babel/preset-modules": "^0.1.4", "@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-corejs2": "^0.2.0",
"babel-plugin-polyfill-corejs3": "^0.2.0", "babel-plugin-polyfill-corejs3": "^0.2.0",
"babel-plugin-polyfill-regenerator": "^0.2.0", "babel-plugin-polyfill-regenerator": "^0.2.0",
...@@ -1009,17 +1050,17 @@ ...@@ -1009,17 +1050,17 @@
} }
}, },
"@babel/runtime": { "@babel/runtime": {
"version": "7.13.10", "version": "7.14.0",
"resolved": "http://npmprivate.quantgroups.com/@babel%2fruntime/-/runtime-7.13.10.tgz", "resolved": "http://npmprivate.quantgroups.com/@babel%2fruntime/-/runtime-7.14.0.tgz",
"integrity": "sha512-4QPkjJq6Ns3V/RgpEahRk+AGfL0eO6RHHtTWoNNr5mO49G6B5+X6d6THgWEAvTrznU5xYpbAlVKRYcsCgh/Akw==", "integrity": "sha512-JELkvo/DlpNdJ7dlyw/eY7E0suy5i5GQH+Vlxaq1nsNJ+H7f4Vtv3jMeCEgRhZZQFXTjldYfQgv2qmM6M1v5wA==",
"requires": { "requires": {
"regenerator-runtime": "^0.13.4" "regenerator-runtime": "^0.13.4"
} }
}, },
"@babel/runtime-corejs3": { "@babel/runtime-corejs3": {
"version": "7.13.10", "version": "7.14.0",
"resolved": "http://npmprivate.quantgroups.com/@babel%2fruntime-corejs3/-/runtime-corejs3-7.13.10.tgz", "resolved": "http://npmprivate.quantgroups.com/@babel%2fruntime-corejs3/-/runtime-corejs3-7.14.0.tgz",
"integrity": "sha512-x/XYVQ1h684pp1mJwOV4CyvqZXqbc8CMsMGUnAbuc82ZCdv1U63w5RSUzgDSXQHG5Rps/kiksH6g2D5BuaKyXg==", "integrity": "sha512-0R0HTZWHLk6G8jIk0FtoX+AatCtKnswS98VhXwGImFc759PJRp4Tru0PQYZofyijTFUr+gT8Mu7sgXVJLQ0ceg==",
"requires": { "requires": {
"core-js-pure": "^3.0.0", "core-js-pure": "^3.0.0",
"regenerator-runtime": "^0.13.4" "regenerator-runtime": "^0.13.4"
...@@ -1036,16 +1077,16 @@ ...@@ -1036,16 +1077,16 @@
} }
}, },
"@babel/traverse": { "@babel/traverse": {
"version": "7.13.15", "version": "7.14.0",
"resolved": "http://npmprivate.quantgroups.com/@babel%2ftraverse/-/traverse-7.13.15.tgz", "resolved": "http://npmprivate.quantgroups.com/@babel%2ftraverse/-/traverse-7.14.0.tgz",
"integrity": "sha512-/mpZMNvj6bce59Qzl09fHEs8Bt8NnpEDQYleHUPZQ3wXUMvXi+HJPLars68oAbmp839fGoOkv2pSL2z9ajCIaQ==", "integrity": "sha512-dZ/a371EE5XNhTHomvtuLTUyx6UEoJmYX+DT5zBCQN3McHemsuIaKKYqsc/fs26BEkHs/lBZy0J571LP5z9kQA==",
"requires": { "requires": {
"@babel/code-frame": "^7.12.13", "@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-function-name": "^7.12.13",
"@babel/helper-split-export-declaration": "^7.12.13", "@babel/helper-split-export-declaration": "^7.12.13",
"@babel/parser": "^7.13.15", "@babel/parser": "^7.14.0",
"@babel/types": "^7.13.14", "@babel/types": "^7.14.0",
"debug": "^4.1.0", "debug": "^4.1.0",
"globals": "^11.1.0" "globals": "^11.1.0"
}, },
...@@ -1066,27 +1107,26 @@ ...@@ -1066,27 +1107,26 @@
} }
}, },
"@babel/types": { "@babel/types": {
"version": "7.13.14", "version": "7.14.1",
"resolved": "http://npmprivate.quantgroups.com/@babel%2ftypes/-/types-7.13.14.tgz", "resolved": "http://npmprivate.quantgroups.com/@babel%2ftypes/-/types-7.14.1.tgz",
"integrity": "sha512-A2aa3QTkWoyqsZZFl56MLUsfmh7O0gN41IPvXAE/++8ojpbz12SszD7JEGYVdn4f9Kt4amIei07swF1h4AqmmQ==", "integrity": "sha512-S13Qe85fzLs3gYRUnrpyeIrBJIMYv33qSTg1qoBwiG6nPKwUWAD9odSzWhEedpwOIzSEI6gbdQIWEMiCI42iBA==",
"requires": { "requires": {
"@babel/helper-validator-identifier": "^7.12.11", "@babel/helper-validator-identifier": "^7.14.0",
"lodash": "^4.17.19",
"to-fast-properties": "^2.0.0" "to-fast-properties": "^2.0.0"
} }
}, },
"@better-scroll/core": { "@better-scroll/core": {
"version": "2.3.0", "version": "2.3.1",
"resolved": "http://npmprivate.quantgroups.com/@better-scroll%2fcore/-/core-2.3.0.tgz", "resolved": "http://npmprivate.quantgroups.com/@better-scroll%2fcore/-/core-2.3.1.tgz",
"integrity": "sha512-7ThX4HvqpqB1OwtZa7hQLzBLHO96CcQb4EpAl2KLdgTNBh3/Y1i5cn+HumMB/Bj4FJyGfxKTX0ML+CBOruGGbg==", "integrity": "sha512-X/10f+1Rxxpad4h8NmToVToED3+vRJIAhMaoXDIOUJ6Glq+ruImxpKStuZ663Ceu+yk2j3TtBwHeOBHWtx8rxA==",
"requires": { "requires": {
"@better-scroll/shared-utils": "^2.3.0" "@better-scroll/shared-utils": "^2.3.1"
} }
}, },
"@better-scroll/shared-utils": { "@better-scroll/shared-utils": {
"version": "2.3.0", "version": "2.3.1",
"resolved": "http://npmprivate.quantgroups.com/@better-scroll%2fshared-utils/-/shared-utils-2.3.0.tgz", "resolved": "http://npmprivate.quantgroups.com/@better-scroll%2fshared-utils/-/shared-utils-2.3.1.tgz",
"integrity": "sha512-5RRjC1Fb4BJ6mw1ctIot+U/sWwKMfUlsiFJZzlRwzTXYKtn7IQpYim9nFfeQknivgrVXVRJucawhJ7yqKGLf6w==" "integrity": "sha512-w0VjSDAYArTnq1PyDoikdHlOTNrNVgWeYZCej3iVC/JQuhHH/wpROPUFjdF9hz8REF4+ACluX9Y+fMYy5do5vA=="
}, },
"@easy-team/easywebpack": { "@easy-team/easywebpack": {
"version": "4.2.8", "version": "4.2.8",
...@@ -1445,9 +1485,9 @@ ...@@ -1445,9 +1485,9 @@
"integrity": "sha512-VZMYa7+fXHdwIq1TDhSXoVmSPEGM/aa+6Aiq3nVVJ9bXr24zScr+NlKFKC3iPljA7ho/GAZr+d2jOf5GIRC30Q==" "integrity": "sha512-VZMYa7+fXHdwIq1TDhSXoVmSPEGM/aa+6Aiq3nVVJ9bXr24zScr+NlKFKC3iPljA7ho/GAZr+d2jOf5GIRC30Q=="
}, },
"@qg/cherry-ui": { "@qg/cherry-ui": {
"version": "2.20.13", "version": "2.20.19",
"resolved": "http://npmprivate.quantgroups.com/@qg%2fcherry-ui/-/cherry-ui-2.20.13.tgz", "resolved": "http://npmprivate.quantgroups.com/@qg%2fcherry-ui/-/cherry-ui-2.20.19.tgz",
"integrity": "sha512-MPBtzLf+/Gc9Eh+5SrTRfwR873DegZ9fch0aUru7gZzujEY2vTS1NGTxWEMySU6LunI/0VclP6oQd2dNaIQqkg==", "integrity": "sha512-lC4VNODjwwwm+NuaiZGlwi+Q9hiQ8KP7zV9Z8ZFDtOX8Mnfrak7BrMgxUxS94zOJM7Yzxks6lyNFc3l2YdPIVg==",
"requires": { "requires": {
"@popperjs/core": "^2.5.4", "@popperjs/core": "^2.5.4",
"vue-lazyload": "^1.3.3", "vue-lazyload": "^1.3.3",
...@@ -1455,13 +1495,13 @@ ...@@ -1455,13 +1495,13 @@
} }
}, },
"@qg/citrus-ui": { "@qg/citrus-ui": {
"version": "0.0.80", "version": "0.1.0",
"resolved": "http://npmprivate.quantgroups.com/@qg%2fcitrus-ui/-/citrus-ui-0.0.80.tgz", "resolved": "http://npmprivate.quantgroups.com/@qg%2fcitrus-ui/-/citrus-ui-0.1.0.tgz",
"integrity": "sha512-cLzxCkpi1ftCfGhRqHhLW2exxhJXFiayUAug/PZPIvM8nNVMlP+gF9mnURqApD6BJqyd4Fhr3qmn9BZ9KiT98g==", "integrity": "sha512-j/KJkQtatcJJQ2W6pZlMqXxJ6XSUW7Z8EJJFH5e7AaMq0WM7XrUKelKP1k83f0tD72RRbZsPfg3Ml1F4QCoktg==",
"requires": { "requires": {
"@better-scroll/core": "^2.1.1", "@better-scroll/core": "^2.1.1",
"@qg/cherry-ui": "^2.20.13", "@qg/cherry-ui": "^2.20.19",
"@qg/js-bridge": "^1.1.9", "@qg/js-bridge": "^1.1.11",
"axios": "^0.21.1", "axios": "^0.21.1",
"intersection-observer": "^0.12.0", "intersection-observer": "^0.12.0",
"js-cookie": "^2.2.1", "js-cookie": "^2.2.1",
...@@ -1617,9 +1657,9 @@ ...@@ -1617,9 +1657,9 @@
"integrity": "sha512-2aoSC4UUbHDj2uCsCxcG/vRMXey/m17bC7UwitVm5hn22nI8O8Y9iDpA76Orc+DWkQ4zZrOKEshCqR/jSuXAHA==" "integrity": "sha512-2aoSC4UUbHDj2uCsCxcG/vRMXey/m17bC7UwitVm5hn22nI8O8Y9iDpA76Orc+DWkQ4zZrOKEshCqR/jSuXAHA=="
}, },
"@types/ioredis": { "@types/ioredis": {
"version": "4.22.3", "version": "4.26.3",
"resolved": "http://npmprivate.quantgroups.com/@types%2fioredis/-/ioredis-4.22.3.tgz", "resolved": "http://npmprivate.quantgroups.com/@types%2fioredis/-/ioredis-4.26.3.tgz",
"integrity": "sha512-V23g0XZUmkm0Hp/GsQYV5Wz12ynm6h6lyi5v/o63iyqFV7+8t3k5YxCnFWVWFEjO6mvRI7V6f7YxNVxIjPsSUw==", "integrity": "sha512-2YiIUTo/MCZidXXfHAIoh2DUlGEG7zYFMfz0VXzTpI5934/wBCT5a/pR24lHCKk9WQNIlYauIFxQHcAF93w1FA==",
"requires": { "requires": {
"@types/node": "*" "@types/node": "*"
} }
...@@ -1708,9 +1748,9 @@ ...@@ -1708,9 +1748,9 @@
"integrity": "sha512-1z8k4wzFnNjVK/tlxvrWuK5WMt6mydWWP7+zvH5eFep4oj+UkrfiJTRtjCeBXNpwaA/FYqqtb4/QS4ianFpIRA==" "integrity": "sha512-1z8k4wzFnNjVK/tlxvrWuK5WMt6mydWWP7+zvH5eFep4oj+UkrfiJTRtjCeBXNpwaA/FYqqtb4/QS4ianFpIRA=="
}, },
"@types/node": { "@types/node": {
"version": "10.17.58", "version": "10.17.59",
"resolved": "http://npmprivate.quantgroups.com/@types%2fnode/-/node-10.17.58.tgz", "resolved": "http://npmprivate.quantgroups.com/@types%2fnode/-/node-10.17.59.tgz",
"integrity": "sha512-Dn5RBxLohjdHFj17dVVw3rtrZAeXeWg+LQfvxDIW/fdPkSiuQk7h3frKMYtsQhtIW42wkErDcy9UMVxhGW4O7w==" "integrity": "sha512-7Uc8IRrL8yZz5ti45RaFxpbU8TxlzdC3HvxV+hOWo1EyLsuKv/w7y0n+TwZzwL3vdx3oZ2k3ubxPq131hNtXyg=="
}, },
"@types/normalize-package-data": { "@types/normalize-package-data": {
"version": "2.4.0", "version": "2.4.0",
...@@ -2747,9 +2787,9 @@ ...@@ -2747,9 +2787,9 @@
"integrity": "sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA==" "integrity": "sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA=="
}, },
"axe-core": { "axe-core": {
"version": "4.1.4", "version": "4.2.0",
"resolved": "http://npmprivate.quantgroups.com/axe-core/-/axe-core-4.1.4.tgz", "resolved": "http://npmprivate.quantgroups.com/axe-core/-/axe-core-4.2.0.tgz",
"integrity": "sha512-Pdgfv6iP0gNx9ejRGa3zE7Xgkj/iclXqLfe7BnatdZz0QnLZ3jrRHUVH8wNSdN68w05Sk3ShGTb3ydktMTooig==" "integrity": "sha512-1uIESzroqpaTzt9uX48HO+6gfnKu3RwvWdCcWSrX4csMInJfCo1yvKPNXCwXFRpJqRW25tiASb6No0YH57PXqg=="
}, },
"axios": { "axios": {
"version": "0.21.1", "version": "0.21.1",
...@@ -4415,13 +4455,13 @@ ...@@ -4415,13 +4455,13 @@
} }
}, },
"browserslist": { "browserslist": {
"version": "4.16.4", "version": "4.16.6",
"resolved": "http://npmprivate.quantgroups.com/browserslist/-/browserslist-4.16.4.tgz", "resolved": "http://npmprivate.quantgroups.com/browserslist/-/browserslist-4.16.6.tgz",
"integrity": "sha512-d7rCxYV8I9kj41RH8UKYnvDYCRENUlHRgyXy/Rhr/1BaeLGfiCptEdFE8MIrvGfWbBFNjVYx76SQWvNX1j+/cQ==", "integrity": "sha512-Wspk/PqO+4W9qp5iUTJsa1B/QrYn1keNCcEP5OvP7WBwT4KaDly0uONYmC6Xa3Z5IqnUgS0KcgLYu1l74x0ZXQ==",
"requires": { "requires": {
"caniuse-lite": "^1.0.30001208", "caniuse-lite": "^1.0.30001219",
"colorette": "^1.2.2", "colorette": "^1.2.2",
"electron-to-chromium": "^1.3.712", "electron-to-chromium": "^1.3.723",
"escalade": "^3.1.1", "escalade": "^3.1.1",
"node-releases": "^1.1.71" "node-releases": "^1.1.71"
} }
...@@ -4777,9 +4817,9 @@ ...@@ -4777,9 +4817,9 @@
} }
}, },
"caniuse-lite": { "caniuse-lite": {
"version": "1.0.30001214", "version": "1.0.30001228",
"resolved": "http://npmprivate.quantgroups.com/caniuse-lite/-/caniuse-lite-1.0.30001214.tgz", "resolved": "http://npmprivate.quantgroups.com/caniuse-lite/-/caniuse-lite-1.0.30001228.tgz",
"integrity": "sha512-O2/SCpuaU3eASWVaesQirZv1MSjUNOvmugaD8zNSJqw6Vv5SGwoOpA9LJs3pNPfM745nxqPvfZY3MQKY4AKHYg==" "integrity": "sha512-QQmLOGJ3DEgokHbMSA8cj2a+geXqmnpyOFT0lhQV6P3/YOJvGDEwoedcwxEQ30gJIwIIunHIicunJ2rzK5gB2A=="
}, },
"capture-stack-trace": { "capture-stack-trace": {
"version": "1.0.1", "version": "1.0.1",
...@@ -5882,6 +5922,11 @@ ...@@ -5882,6 +5922,11 @@
"resolved": "http://npmprivate.quantgroups.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz", "resolved": "http://npmprivate.quantgroups.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz",
"integrity": "sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=" "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": { "copy-to": {
"version": "2.0.1", "version": "2.0.1",
"resolved": "http://npmprivate.quantgroups.com/copy-to/-/copy-to-2.0.1.tgz", "resolved": "http://npmprivate.quantgroups.com/copy-to/-/copy-to-2.0.1.tgz",
...@@ -5957,11 +6002,11 @@ ...@@ -5957,11 +6002,11 @@
"integrity": "sha512-I39t74+4t+zau64EN1fE5v2W31Adtc/REhzWN+gWRRXg6WH5qAsZm62DHpQ1+Yhe4047T55jvzz7MUqF/dBBlA==" "integrity": "sha512-I39t74+4t+zau64EN1fE5v2W31Adtc/REhzWN+gWRRXg6WH5qAsZm62DHpQ1+Yhe4047T55jvzz7MUqF/dBBlA=="
}, },
"core-js-compat": { "core-js-compat": {
"version": "3.10.2", "version": "3.12.1",
"resolved": "http://npmprivate.quantgroups.com/core-js-compat/-/core-js-compat-3.10.2.tgz", "resolved": "http://npmprivate.quantgroups.com/core-js-compat/-/core-js-compat-3.12.1.tgz",
"integrity": "sha512-IGHnpuaM1N++gLSPI1F1wu3WXICPxSyj/Q++clcwsIOnUVp5uKUIPl/+6h0TQ112KU3fMiSxqJuM+OrCyKj5+A==", "integrity": "sha512-i6h5qODpw6EsHAoIdQhKoZdWn+dGBF3dSS8m5tif36RlWvW3A6+yu2S16QHUo3CrkzrnEskMAt9f8FxmY9fhWQ==",
"requires": { "requires": {
"browserslist": "^4.16.4", "browserslist": "^4.16.6",
"semver": "7.0.0" "semver": "7.0.0"
}, },
"dependencies": { "dependencies": {
...@@ -5973,9 +6018,9 @@ ...@@ -5973,9 +6018,9 @@
} }
}, },
"core-js-pure": { "core-js-pure": {
"version": "3.10.2", "version": "3.12.1",
"resolved": "http://npmprivate.quantgroups.com/core-js-pure/-/core-js-pure-3.10.2.tgz", "resolved": "http://npmprivate.quantgroups.com/core-js-pure/-/core-js-pure-3.12.1.tgz",
"integrity": "sha512-uu18pVHQ21n4mzfuSlCXpucu5VKsck3j2m5fjrBOBqqdgWAxwdCgUuGWj6cDDPN1zLj/qtiqKvBMxWgDeeu49Q==" "integrity": "sha512-1cch+qads4JnDSWsvc7d6nzlKAippwjUlf6vykkTLW53VSV+NkE6muGBToAjEA8pG90cSfcud3JgVmW2ds5TaQ=="
}, },
"core-util-is": { "core-util-is": {
"version": "1.0.2", "version": "1.0.2",
...@@ -6457,9 +6502,9 @@ ...@@ -6457,9 +6502,9 @@
} }
}, },
"damerau-levenshtein": { "damerau-levenshtein": {
"version": "1.0.6", "version": "1.0.7",
"resolved": "http://npmprivate.quantgroups.com/damerau-levenshtein/-/damerau-levenshtein-1.0.6.tgz", "resolved": "http://npmprivate.quantgroups.com/damerau-levenshtein/-/damerau-levenshtein-1.0.7.tgz",
"integrity": "sha512-JVrozIeElnj3QzfUIt8tB8YMluBJom4Vw9qTPpjGYQ9fYlB3D/rb6OordUxf3xeFB35LKWs0xqcO5U6ySvBtug==" "integrity": "sha512-VvdQIPGdWP0SqFXghj79Wf/5LArmreyMsGLa6FG6iC4t3j7j5s71TrwWmT/4akbDQIqjfACkLZmjXhA7g2oUZw=="
}, },
"dargs": { "dargs": {
"version": "6.1.0", "version": "6.1.0",
...@@ -7087,9 +7132,9 @@ ...@@ -7087,9 +7132,9 @@
} }
}, },
"egg-bin": { "egg-bin": {
"version": "4.15.0", "version": "4.16.1",
"resolved": "http://npmprivate.quantgroups.com/egg-bin/-/egg-bin-4.15.0.tgz", "resolved": "http://npmprivate.quantgroups.com/egg-bin/-/egg-bin-4.16.1.tgz",
"integrity": "sha512-g+u7B1bRZpi1EMYNGN6YZlCWQsntoq05yDRLSxWNL5bC2bj7PLaPiUEnM1kS4qLJz5DJuwMGXzXJKsSvczeGYg==", "integrity": "sha512-Nmw88y4DcMIEv9lR+tJ0QyGbzEOrGtkXVxIhT3Hsuz1o6w8vJoj70Aq8O63iRW5KHFkJiZmaWfGel1K+e7tufw==",
"requires": { "requires": {
"autod": "^3.1.0", "autod": "^3.1.0",
"chalk": "^2.4.2", "chalk": "^2.4.2",
...@@ -7860,9 +7905,9 @@ ...@@ -7860,9 +7905,9 @@
} }
}, },
"egg-security": { "egg-security": {
"version": "2.8.0", "version": "2.9.0",
"resolved": "http://npmprivate.quantgroups.com/egg-security/-/egg-security-2.8.0.tgz", "resolved": "http://npmprivate.quantgroups.com/egg-security/-/egg-security-2.9.0.tgz",
"integrity": "sha512-Qv+wwHy8C0x2IQzTUBzef+/G3fe5lkrOAKdAilDMbG5UADg+y9wGdJL7Nl3V23xB3lb3yQzJ//7mxngEWeQYJw==", "integrity": "sha512-JAKeMiUdp9NpJL3kxySSBXA6StHKlD3bIAVrUmpj4cJsQYc3fNK7GcjKQbYNufAFYjKo9pmUqSK6y/BhG1V/Aw==",
"requires": { "requires": {
"csrf": "^3.0.6", "csrf": "^3.0.6",
"debug": "^4.1.1", "debug": "^4.1.1",
...@@ -7956,9 +8001,9 @@ ...@@ -7956,9 +8001,9 @@
} }
}, },
"egg-ts-helper": { "egg-ts-helper": {
"version": "1.25.8", "version": "1.25.9",
"resolved": "http://npmprivate.quantgroups.com/egg-ts-helper/-/egg-ts-helper-1.25.8.tgz", "resolved": "http://npmprivate.quantgroups.com/egg-ts-helper/-/egg-ts-helper-1.25.9.tgz",
"integrity": "sha512-aRD1f4mP3ALqsqTcbET5vU1W5RCWNoGnP36QnIwW3qNb6qNRZo+czY0HjKpvOblzGKdcr+DIP0xEmp672lkJtQ==", "integrity": "sha512-meDbMuu159fIe2AvkdzrRZpEtRNYthevYEUr8eaQORvYdQTl9BH66AzHp8OgDMGDVG7jABVIwj/Nz7TszriqMg==",
"requires": { "requires": {
"cache-require-paths": "^0.3.0", "cache-require-paths": "^0.3.0",
"chalk": "^2.4.2", "chalk": "^2.4.2",
...@@ -7970,8 +8015,8 @@ ...@@ -7970,8 +8015,8 @@
"globby": "^8.0.1", "globby": "^8.0.1",
"mkdirp": "^0.5.1", "mkdirp": "^0.5.1",
"ts-node": "^7.0.0", "ts-node": "^7.0.0",
"tslib": "^1.9.3", "tslib": "^2.0.0",
"typescript": "^3.0.0", "typescript": "^4.0.0",
"yn": "^3.0.0" "yn": "^3.0.0"
}, },
"dependencies": { "dependencies": {
...@@ -8597,10 +8642,10 @@ ...@@ -8597,10 +8642,10 @@
"resolved": "http://npmprivate.quantgroups.com/slash/-/slash-1.0.0.tgz", "resolved": "http://npmprivate.quantgroups.com/slash/-/slash-1.0.0.tgz",
"integrity": "sha1-xB8vbDn8FtHNF61LXYlhFK5HDVU=" "integrity": "sha1-xB8vbDn8FtHNF61LXYlhFK5HDVU="
}, },
"tslib": { "typescript": {
"version": "1.14.1", "version": "4.2.4",
"resolved": "http://npmprivate.quantgroups.com/tslib/-/tslib-1.14.1.tgz", "resolved": "http://npmprivate.quantgroups.com/typescript/-/typescript-4.2.4.tgz",
"integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==" "integrity": "sha512-V+evlYHZnQkaz8TRBuxTA92yZBPotr5H+WhQ7bD3hZUndx5tGOa1fuCgeSjxAzM1RiN5IzvadIXTVefuuwZCRg=="
} }
} }
}, },
...@@ -8698,9 +8743,9 @@ ...@@ -8698,9 +8743,9 @@
"integrity": "sha512-7vmuyh5+kuUyJKePhQfRQBhXV5Ce+RnaeeQArKu1EAMpL3WbgMt5WG6uQZpEVvYSSsxMXRKOewtDk9RaTKXRlA==" "integrity": "sha512-7vmuyh5+kuUyJKePhQfRQBhXV5Ce+RnaeeQArKu1EAMpL3WbgMt5WG6uQZpEVvYSSsxMXRKOewtDk9RaTKXRlA=="
}, },
"electron-to-chromium": { "electron-to-chromium": {
"version": "1.3.717", "version": "1.3.727",
"resolved": "http://npmprivate.quantgroups.com/electron-to-chromium/-/electron-to-chromium-1.3.717.tgz", "resolved": "http://npmprivate.quantgroups.com/electron-to-chromium/-/electron-to-chromium-1.3.727.tgz",
"integrity": "sha512-OfzVPIqD1MkJ7fX+yTl2nKyOE4FReeVfMCzzxQS+Kp43hZYwHwThlGP+EGIZRXJsxCM7dqo8Y65NOX/HP12iXQ==" "integrity": "sha512-Mfz4FIB4FSvEwBpDfdipRIrwd6uo8gUDoRDF4QEYb4h4tSuI3ov594OrjU6on042UlFHouIJpClDODGkPcBSbg=="
}, },
"element-resize-detector": { "element-resize-detector": {
"version": "1.2.2", "version": "1.2.2",
...@@ -10270,9 +10315,9 @@ ...@@ -10270,9 +10315,9 @@
"integrity": "sha1-PjKNj95BKtR+c44751C00pAENJg=" "integrity": "sha1-PjKNj95BKtR+c44751C00pAENJg="
}, },
"follow-redirects": { "follow-redirects": {
"version": "1.13.3", "version": "1.14.1",
"resolved": "http://npmprivate.quantgroups.com/follow-redirects/-/follow-redirects-1.13.3.tgz", "resolved": "http://npmprivate.quantgroups.com/follow-redirects/-/follow-redirects-1.14.1.tgz",
"integrity": "sha512-DUgl6+HDzB0iEptNQEXLx/KhTmDb8tZUHSeLqpnjpknR70H0nC2t9N73BK6fN4hOvJ84pKlIQVQ4k5FFlBedKA==" "integrity": "sha512-HWqDgT7ZEkqRzBvc2s64vSZ/hfOceEol3ac/7tKwzuvEyWx3/4UegXh5oBOIotkGsObyk3xznnSRVADBgWSQVg=="
}, },
"for-in": { "for-in": {
"version": "1.0.2", "version": "1.0.2",
...@@ -10295,12 +10340,12 @@ ...@@ -10295,12 +10340,12 @@
} }
}, },
"formstream": { "formstream": {
"version": "1.1.0", "version": "1.1.1",
"resolved": "http://npmprivate.quantgroups.com/formstream/-/formstream-1.1.0.tgz", "resolved": "http://npmprivate.quantgroups.com/formstream/-/formstream-1.1.1.tgz",
"integrity": "sha1-UfOXDyYTbrCtRDBN5M67UCB7RHk=", "integrity": "sha512-yHRxt3qLFnhsKAfhReM4w17jP+U1OlhUjnKPPtonwKbIJO7oBP0MvoxkRUwb8AU9n0MIkYy5X5dK6pQnbj+R2Q==",
"requires": { "requires": {
"destroy": "^1.0.4", "destroy": "^1.0.4",
"mime": "^1.3.4", "mime": "^2.5.2",
"pause-stream": "~0.0.11" "pause-stream": "~0.0.11"
} }
}, },
...@@ -10539,9 +10584,9 @@ ...@@ -10539,9 +10584,9 @@
} }
}, },
"glob": { "glob": {
"version": "7.1.6", "version": "7.1.7",
"resolved": "http://npmprivate.quantgroups.com/glob/-/glob-7.1.6.tgz", "resolved": "http://npmprivate.quantgroups.com/glob/-/glob-7.1.7.tgz",
"integrity": "sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==", "integrity": "sha512-OvD9ENzPLbegENnYP5UUfJIirTg4+XwMWGaQfQTY0JenxNvvIKP3U3/tAQSPIu/lHxXYSZmpXlUHeqAIdKzBLQ==",
"requires": { "requires": {
"fs.realpath": "^1.0.0", "fs.realpath": "^1.0.0",
"inflight": "^1.0.4", "inflight": "^1.0.4",
...@@ -11281,9 +11326,9 @@ ...@@ -11281,9 +11326,9 @@
"integrity": "sha1-i0F+R8KPklpFEz2RTKH9OJEH8w8=" "integrity": "sha1-i0F+R8KPklpFEz2RTKH9OJEH8w8="
}, },
"inflection": { "inflection": {
"version": "1.12.0", "version": "1.13.1",
"resolved": "http://npmprivate.quantgroups.com/inflection/-/inflection-1.12.0.tgz", "resolved": "http://npmprivate.quantgroups.com/inflection/-/inflection-1.13.1.tgz",
"integrity": "sha1-ogCTVlbW9fa8TcdQLhrstwMihBY=" "integrity": "sha512-dldYtl2WlN0QDkIDtg8+xFwOS2Tbmp12t1cHa5/YClU6ZQjTFm7B66UcVbh9NQB+HvT5BAd2t5+yKsBkw5pcqA=="
}, },
"inflight": { "inflight": {
"version": "1.0.6", "version": "1.0.6",
...@@ -11333,9 +11378,9 @@ ...@@ -11333,9 +11378,9 @@
} }
}, },
"chalk": { "chalk": {
"version": "4.1.0", "version": "4.1.1",
"resolved": "http://npmprivate.quantgroups.com/chalk/-/chalk-4.1.0.tgz", "resolved": "http://npmprivate.quantgroups.com/chalk/-/chalk-4.1.1.tgz",
"integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==", "integrity": "sha512-diHzdDKxcU+bAsUboHLPEDQiw0qEe0qd7SYUn3HgcFlWgbDcfLGswOHYeGrHKzG9z6UYf01d9VFMfZxPM1xZSg==",
"requires": { "requires": {
"ansi-styles": "^4.1.0", "ansi-styles": "^4.1.0",
"supports-color": "^7.1.0" "supports-color": "^7.1.0"
...@@ -11437,9 +11482,9 @@ ...@@ -11437,9 +11482,9 @@
"integrity": "sha512-wPVv/y/QQ/Uiirj/vh3oP+1Ww+AWehmi1g5fFWGPF6IpCBCDVrhgHRMvrLfdYcwDh3QJbGXDW4JAuzxElLSqKA==" "integrity": "sha512-wPVv/y/QQ/Uiirj/vh3oP+1Ww+AWehmi1g5fFWGPF6IpCBCDVrhgHRMvrLfdYcwDh3QJbGXDW4JAuzxElLSqKA=="
}, },
"ioredis": { "ioredis": {
"version": "4.26.0", "version": "4.27.2",
"resolved": "http://npmprivate.quantgroups.com/ioredis/-/ioredis-4.26.0.tgz", "resolved": "http://npmprivate.quantgroups.com/ioredis/-/ioredis-4.27.2.tgz",
"integrity": "sha512-nh39okWezWWZ35/RxXXzHksMFt4WCaev8SNO2kozRDeVdEAJj16EarqPP3JeHz8IEjEXN5CiVtbWMk62Z0eveQ==", "integrity": "sha512-7OpYymIthonkC2Jne5uGWXswdhlua1S1rWGAERaotn0hGJWTSURvxdHA9G6wNbT/qKCloCja/FHsfKXW8lpTmg==",
"requires": { "requires": {
"cluster-key-slot": "^1.1.0", "cluster-key-slot": "^1.1.0",
"debug": "^4.3.1", "debug": "^4.3.1",
...@@ -11512,9 +11557,9 @@ ...@@ -11512,9 +11557,9 @@
"integrity": "sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=" "integrity": "sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0="
}, },
"is-bigint": { "is-bigint": {
"version": "1.0.1", "version": "1.0.2",
"resolved": "http://npmprivate.quantgroups.com/is-bigint/-/is-bigint-1.0.1.tgz", "resolved": "http://npmprivate.quantgroups.com/is-bigint/-/is-bigint-1.0.2.tgz",
"integrity": "sha512-J0ELF4yHFxHy0cmSxZuheDOz2luOdVvqjwmEcj8H/L1JHeuEDSDbeRP+Dk9kFVk5RTFzbucJ2Kb9F7ixY2QaCg==" "integrity": "sha512-0JV5+SOCQkIdzjBK9buARcV804Ddu7A0Qet6sHi3FimE9ne6m4BGQZfRn+NZiXbBk4F4XmHfDZIipLj9pX8dSA=="
}, },
"is-binary-path": { "is-binary-path": {
"version": "2.1.0", "version": "2.1.0",
...@@ -11531,11 +11576,11 @@ ...@@ -11531,11 +11576,11 @@
"integrity": "sha1-CWQ5Bg9KpBGr7hkUOoTWpVNG1uI=" "integrity": "sha1-CWQ5Bg9KpBGr7hkUOoTWpVNG1uI="
}, },
"is-boolean-object": { "is-boolean-object": {
"version": "1.1.0", "version": "1.1.1",
"resolved": "http://npmprivate.quantgroups.com/is-boolean-object/-/is-boolean-object-1.1.0.tgz", "resolved": "http://npmprivate.quantgroups.com/is-boolean-object/-/is-boolean-object-1.1.1.tgz",
"integrity": "sha512-a7Uprx8UtD+HWdyYwnD1+ExtTgqQtD2k/1yJgtXP6wnMm8byhkoTZRl+95LLThpzNZJ5aEvi46cdH+ayMFRwmA==", "integrity": "sha512-bXdQWkECBUIAcCkeH1unwJLIpZYaa5VvuygSyS/c2lf719mTKZDU5UdDRlpd01UjADgmW8RfqaP+mRaVPdr/Ng==",
"requires": { "requires": {
"call-bind": "^1.0.0" "call-bind": "^1.0.2"
} }
}, },
"is-buffer": { "is-buffer": {
...@@ -11575,9 +11620,9 @@ ...@@ -11575,9 +11620,9 @@
} }
}, },
"is-core-module": { "is-core-module": {
"version": "2.2.0", "version": "2.4.0",
"resolved": "http://npmprivate.quantgroups.com/is-core-module/-/is-core-module-2.2.0.tgz", "resolved": "http://npmprivate.quantgroups.com/is-core-module/-/is-core-module-2.4.0.tgz",
"integrity": "sha512-XRAfAdyyY5F5cOXn7hYQDqh2Xmii+DEfIcQGxK/uNwMHhIkPWO0g8msXcbzLe+MpGoR951MlqM/2iIlU4vKDdQ==", "integrity": "sha512-6A2fkfq1rfeQZjxrZJGerpLCTHRNEBiSgnu0+obeJpEPZRUooHgsizvzv0ZjJwOz3iWIHdJtVWJ/tmPr3D21/A==",
"requires": { "requires": {
"has": "^1.0.3" "has": "^1.0.3"
} }
...@@ -11601,9 +11646,9 @@ ...@@ -11601,9 +11646,9 @@
} }
}, },
"is-date-object": { "is-date-object": {
"version": "1.0.2", "version": "1.0.4",
"resolved": "http://npmprivate.quantgroups.com/is-date-object/-/is-date-object-1.0.2.tgz", "resolved": "http://npmprivate.quantgroups.com/is-date-object/-/is-date-object-1.0.4.tgz",
"integrity": "sha512-USlDT524woQ08aoZFzh3/Z6ch9Y/EWXEHQ/AaRN0SkKq4t2Jw2R2339tSXmwuVoY7LLlBCbOIlx2myP/L5zk0g==" "integrity": "sha512-/b4ZVsG7Z5XVtIxs/h9W8nvfLgSAyKYdtGWQLbqy6jA1icmgjf8WCoTKgeS4wy5tYaPePouzFMANbnj94c2Z+A=="
}, },
"is-descriptor": { "is-descriptor": {
"version": "0.1.6", "version": "0.1.6",
...@@ -11658,9 +11703,9 @@ ...@@ -11658,9 +11703,9 @@
"integrity": "sha1-wUwhBX7TbjKNuANHlmxpP4hjifM=" "integrity": "sha1-wUwhBX7TbjKNuANHlmxpP4hjifM="
}, },
"is-generator-function": { "is-generator-function": {
"version": "1.0.8", "version": "1.0.9",
"resolved": "http://npmprivate.quantgroups.com/is-generator-function/-/is-generator-function-1.0.8.tgz", "resolved": "http://npmprivate.quantgroups.com/is-generator-function/-/is-generator-function-1.0.9.tgz",
"integrity": "sha512-2Omr/twNtufVZFr1GhxjOMFPAj2sjc/dKaIqBhvo4qciXfJmITGH6ZGd8eZYNHza8t1y0e01AuqRhJwfWp26WQ==" "integrity": "sha512-ZJ34p1uvIfptHCN7sFTjGibB9/oBg17sHqzDLfuwhvmN/qLVvIQXRQ8licZQ35WJ8KuEQt/etnnzQFI9C9Ue/A=="
}, },
"is-glob": { "is-glob": {
"version": "4.0.1", "version": "4.0.1",
...@@ -11730,9 +11775,9 @@ ...@@ -11730,9 +11775,9 @@
} }
}, },
"is-number-object": { "is-number-object": {
"version": "1.0.4", "version": "1.0.5",
"resolved": "http://npmprivate.quantgroups.com/is-number-object/-/is-number-object-1.0.4.tgz", "resolved": "http://npmprivate.quantgroups.com/is-number-object/-/is-number-object-1.0.5.tgz",
"integrity": "sha512-zohwelOAur+5uXtk8O3GPQ1eAcu4ZX3UwxQhUlfFFMNpUd83gXgjbhJh6HmB6LUNV/ieOLQuDwJO3dWJosUeMw==" "integrity": "sha512-RU0lI/n95pMoUKu9v1BZP5MBcZuNSVJkMkAG2dJqC4z2GlkGUNeH68SuHuBKBD/XFe+LHZ+f9BKkLET60Niedw=="
}, },
"is-obj": { "is-obj": {
"version": "2.0.0", "version": "2.0.0",
...@@ -11776,12 +11821,12 @@ ...@@ -11776,12 +11821,12 @@
"integrity": "sha1-HQPd7VO9jbDzDCbk+V02/HyH3CQ=" "integrity": "sha1-HQPd7VO9jbDzDCbk+V02/HyH3CQ="
}, },
"is-regex": { "is-regex": {
"version": "1.1.2", "version": "1.1.3",
"resolved": "http://npmprivate.quantgroups.com/is-regex/-/is-regex-1.1.2.tgz", "resolved": "http://npmprivate.quantgroups.com/is-regex/-/is-regex-1.1.3.tgz",
"integrity": "sha512-axvdhb5pdhEVThqJzYXwMlVuZwC+FF2DpcOhTS+y/8jVq4trxyPgfcwIxIKiyeuLlSQYKkmUaPQJ8ZE4yNKXDg==", "integrity": "sha512-qSVXFz28HM7y+IWX6vLCsexdlvzT1PJNFSBuaQLQ5o0IEw8UDYW6/2+eCMVyIsbM8CNLX2a/QWmSpyxYEHY7CQ==",
"requires": { "requires": {
"call-bind": "^1.0.2", "call-bind": "^1.0.2",
"has-symbols": "^1.0.1" "has-symbols": "^1.0.2"
} }
}, },
"is-resolvable": { "is-resolvable": {
...@@ -11800,16 +11845,16 @@ ...@@ -11800,16 +11845,16 @@
"integrity": "sha1-EtSj3U5o4Lec6428hBc66A2RykQ=" "integrity": "sha1-EtSj3U5o4Lec6428hBc66A2RykQ="
}, },
"is-string": { "is-string": {
"version": "1.0.5", "version": "1.0.6",
"resolved": "http://npmprivate.quantgroups.com/is-string/-/is-string-1.0.5.tgz", "resolved": "http://npmprivate.quantgroups.com/is-string/-/is-string-1.0.6.tgz",
"integrity": "sha512-buY6VNRjhQMiF1qWDouloZlQbRhDPCebwxSjxMjxgemYT46YMd2NR0/H+fBhEfWX4A/w9TBJ+ol+okqJKFE6vQ==" "integrity": "sha512-2gdzbKUuqtQ3lYNrUTQYoClPhm7oQu4UdpSZMp1/DGgkHBT8E2Z1l0yMdb6D4zNAxwDiMv8MdulKROJGNl0Q0w=="
}, },
"is-symbol": { "is-symbol": {
"version": "1.0.3", "version": "1.0.4",
"resolved": "http://npmprivate.quantgroups.com/is-symbol/-/is-symbol-1.0.3.tgz", "resolved": "http://npmprivate.quantgroups.com/is-symbol/-/is-symbol-1.0.4.tgz",
"integrity": "sha512-OwijhaRSgqvhm/0ZdAcXNZt9lYdKFpcRDT5ULUuYXPoT794UNOdU+gpT6Rzo7b4V2HUl/op6GqY894AZwv9faQ==", "integrity": "sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==",
"requires": { "requires": {
"has-symbols": "^1.0.1" "has-symbols": "^1.0.2"
} }
}, },
"is-type-of": { "is-type-of": {
...@@ -12370,6 +12415,12 @@ ...@@ -12370,6 +12415,12 @@
"tslib": "^1.10.0" "tslib": "^1.10.0"
}, },
"dependencies": { "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": { "tslib": {
"version": "1.14.1", "version": "1.14.1",
"resolved": "http://npmprivate.quantgroups.com/tslib/-/tslib-1.14.1.tgz", "resolved": "http://npmprivate.quantgroups.com/tslib/-/tslib-1.14.1.tgz",
...@@ -12897,9 +12948,9 @@ ...@@ -12897,9 +12948,9 @@
} }
}, },
"mime": { "mime": {
"version": "1.6.0", "version": "2.5.2",
"resolved": "http://npmprivate.quantgroups.com/mime/-/mime-1.6.0.tgz", "resolved": "http://npmprivate.quantgroups.com/mime/-/mime-2.5.2.tgz",
"integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==" "integrity": "sha512-tqkh47FzKeCPD2PUiPB6pkbMzsCasjxAfC62/Wap5qrUWcb+sFasXUC5I3gYM5iBM8v/Qpn4UK0x+j0iHyFPDg=="
}, },
"mime-db": { "mime-db": {
"version": "1.47.0", "version": "1.47.0",
...@@ -17675,9 +17726,9 @@ ...@@ -17675,9 +17726,9 @@
"integrity": "sha512-OSuu/pU4ENM9kmREg0BdNrUDIl1heYa4mBZacJc+vVWz4GtAwu7jO8s4AIt2aGRUTqxykpWzI3Oqnsm13tTMDA==" "integrity": "sha512-OSuu/pU4ENM9kmREg0BdNrUDIl1heYa4mBZacJc+vVWz4GtAwu7jO8s4AIt2aGRUTqxykpWzI3Oqnsm13tTMDA=="
}, },
"object-inspect": { "object-inspect": {
"version": "1.10.2", "version": "1.10.3",
"resolved": "http://npmprivate.quantgroups.com/object-inspect/-/object-inspect-1.10.2.tgz", "resolved": "http://npmprivate.quantgroups.com/object-inspect/-/object-inspect-1.10.3.tgz",
"integrity": "sha512-gz58rdPpadwztRrPjZE9DZLOABUpTGdcANUgOwBFO1C+HZZhePoP83M65WGDmbpwFYJSWqavbl4SgDn4k8RYTA==" "integrity": "sha512-e5mCJlSH7poANfC8z8S9s9S2IN5/4Zb3aZ33f5s8YqoazCFzNLloLU8r5VCG+G7WoqLvAAZoVMcy3tp/3X0Plw=="
}, },
"object-keys": { "object-keys": {
"version": "1.1.1", "version": "1.1.1",
...@@ -19947,9 +19998,9 @@ ...@@ -19947,9 +19998,9 @@
"integrity": "sha1-8z/pz7Urv9UgqhgyO8ZdsRCht2w=" "integrity": "sha1-8z/pz7Urv9UgqhgyO8ZdsRCht2w="
}, },
"rollup": { "rollup": {
"version": "2.46.0", "version": "2.48.0",
"resolved": "http://npmprivate.quantgroups.com/rollup/-/rollup-2.46.0.tgz", "resolved": "http://npmprivate.quantgroups.com/rollup/-/rollup-2.48.0.tgz",
"integrity": "sha512-qPGoUBNl+Z8uNu0z7pD3WPTABWRbcOwIrO/5ccDJzmrtzn0LVf6Lj91+L5CcWhXl6iWf23FQ6m8Jkl2CmN1O7Q==", "integrity": "sha512-wl9ZSSSsi5579oscSDYSzGn092tCS076YB+TQrzsGuSfYyJeep8eEWj0eaRjuC5McuMNmcnR8icBqiE/FWNB1A==",
"requires": { "requires": {
"fsevents": "~2.3.1" "fsevents": "~2.3.1"
} }
...@@ -19968,9 +20019,9 @@ ...@@ -19968,9 +20019,9 @@
} }
}, },
"runscript": { "runscript": {
"version": "1.5.0", "version": "1.5.1",
"resolved": "http://npmprivate.quantgroups.com/runscript/-/runscript-1.5.0.tgz", "resolved": "http://npmprivate.quantgroups.com/runscript/-/runscript-1.5.1.tgz",
"integrity": "sha512-o9MaYVXr9ZNwOj+KO4jWWkC8qvTvsu6RfZLgF2h1UZjD2cenwEjoMMnCcILXZ0nu/RrSShc0OYgm1xl8iXEjJA==", "integrity": "sha512-xNbL4dunisjNZUvdY+CW9mIT6wJUTvxEr0EVryf+f0HPO5VtqReNyM3cxV1016rJHtjG7Z3hN2qDgBzC7y4lJg==",
"requires": { "requires": {
"debug": "^2.6.8", "debug": "^2.6.8",
"is-type-of": "^1.1.0" "is-type-of": "^1.1.0"
...@@ -20000,9 +20051,9 @@ ...@@ -20000,9 +20051,9 @@
} }
}, },
"sa-sdk-javascript": { "sa-sdk-javascript": {
"version": "1.16.10", "version": "1.16.15",
"resolved": "http://npmprivate.quantgroups.com/sa-sdk-javascript/-/sa-sdk-javascript-1.16.10.tgz", "resolved": "http://npmprivate.quantgroups.com/sa-sdk-javascript/-/sa-sdk-javascript-1.16.15.tgz",
"integrity": "sha512-5dTAa2qco7RebSdVv8iDSti1vHPFvjS659AI1fF1vgXeVQDXFLM5QSPOfyxvPXrqNxaDJ81KIoucIDw1heL6LQ==" "integrity": "sha512-mG/k/P9oMbgEPwcAvqL8SzXQYZmJqaXwlVH6sFmXkwEVOR8qihaGYadZo0PAz5pCiRTVhUEKIGZ8u+DOYxF1ew=="
}, },
"safe-buffer": { "safe-buffer": {
"version": "5.1.2", "version": "5.1.2",
...@@ -20106,6 +20157,11 @@ ...@@ -20106,6 +20157,11 @@
"statuses": "~1.5.0" "statuses": "~1.5.0"
}, },
"dependencies": { "dependencies": {
"mime": {
"version": "1.6.0",
"resolved": "http://npmprivate.quantgroups.com/mime/-/mime-1.6.0.tgz",
"integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg=="
},
"ms": { "ms": {
"version": "2.1.1", "version": "2.1.1",
"resolved": "http://npmprivate.quantgroups.com/ms/-/ms-2.1.1.tgz", "resolved": "http://npmprivate.quantgroups.com/ms/-/ms-2.1.1.tgz",
...@@ -20164,6 +20220,11 @@ ...@@ -20164,6 +20220,11 @@
"ms": "^2.1.1" "ms": "^2.1.1"
} }
}, },
"inflection": {
"version": "1.12.0",
"resolved": "http://npmprivate.quantgroups.com/inflection/-/inflection-1.12.0.tgz",
"integrity": "sha1-ogCTVlbW9fa8TcdQLhrstwMihBY="
},
"ms": { "ms": {
"version": "2.1.3", "version": "2.1.3",
"resolved": "http://npmprivate.quantgroups.com/ms/-/ms-2.1.3.tgz", "resolved": "http://npmprivate.quantgroups.com/ms/-/ms-2.1.3.tgz",
...@@ -20717,9 +20778,9 @@ ...@@ -20717,9 +20778,9 @@
} }
}, },
"chalk": { "chalk": {
"version": "4.1.0", "version": "4.1.1",
"resolved": "http://npmprivate.quantgroups.com/chalk/-/chalk-4.1.0.tgz", "resolved": "http://npmprivate.quantgroups.com/chalk/-/chalk-4.1.1.tgz",
"integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==", "integrity": "sha512-diHzdDKxcU+bAsUboHLPEDQiw0qEe0qd7SYUn3HgcFlWgbDcfLGswOHYeGrHKzG9z6UYf01d9VFMfZxPM1xZSg==",
"requires": { "requires": {
"ansi-styles": "^4.1.0", "ansi-styles": "^4.1.0",
"supports-color": "^7.1.0" "supports-color": "^7.1.0"
...@@ -22020,9 +22081,9 @@ ...@@ -22020,9 +22081,9 @@
"integrity": "sha512-0Vb/54WJ6k5v8sSWN09S0ora+Hnr+cX40r9F170nT+mSkaxltoE/7R3OrIdBSUv1OoiobH1QoWQbCnAO+e8J1A==" "integrity": "sha512-0Vb/54WJ6k5v8sSWN09S0ora+Hnr+cX40r9F170nT+mSkaxltoE/7R3OrIdBSUv1OoiobH1QoWQbCnAO+e8J1A=="
}, },
"uglify-js": { "uglify-js": {
"version": "3.13.4", "version": "3.13.6",
"resolved": "http://npmprivate.quantgroups.com/uglify-js/-/uglify-js-3.13.4.tgz", "resolved": "http://npmprivate.quantgroups.com/uglify-js/-/uglify-js-3.13.6.tgz",
"integrity": "sha512-kv7fCkIXyQIilD5/yQy8O+uagsYIOt5cZvs890W40/e/rvjMSzJw81o9Bg0tkURxzZBROtDQhW2LFjOGoK3RZw==" "integrity": "sha512-rRprLwl8RVaS+Qvx3Wh5hPfPBn9++G6xkGlUupya0s5aDmNjI7z3lnRLB3u7sN4OmbB0pWgzhM9BEJyiWAwtAA=="
} }
} }
}, },
...@@ -22272,11 +22333,6 @@ ...@@ -22272,11 +22333,6 @@
"schema-utils": "^2.5.0" "schema-utils": "^2.5.0"
}, },
"dependencies": { "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": { "schema-utils": {
"version": "2.7.1", "version": "2.7.1",
"resolved": "http://npmprivate.quantgroups.com/schema-utils/-/schema-utils-2.7.1.tgz", "resolved": "http://npmprivate.quantgroups.com/schema-utils/-/schema-utils-2.7.1.tgz",
...@@ -22425,18 +22481,19 @@ ...@@ -22425,18 +22481,19 @@
"integrity": "sha1-IpnwLG3tMNSllhsLn3RSShj2NPw=" "integrity": "sha1-IpnwLG3tMNSllhsLn3RSShj2NPw="
}, },
"vconsole": { "vconsole": {
"version": "3.4.1", "version": "3.5.1",
"resolved": "http://npmprivate.quantgroups.com/vconsole/-/vconsole-3.4.1.tgz", "resolved": "http://npmprivate.quantgroups.com/vconsole/-/vconsole-3.5.1.tgz",
"integrity": "sha512-ri5Q4grPat/kCkR0O1uLMuIvpKyKDE8IjBJCZK8rpGvNkINaIjQAcp2oYbSrq897A+5vf2+RAv2YUX1IEaQgeA==", "integrity": "sha512-PoHz1DiNtxfQQXtfSIQbIUsYK5nEqAW6IeN3uBiCzqhHD9GuUqoxmLrrS2PjRigWyPPp02K/ud0UmXNx8jfZ2Q==",
"requires": { "requires": {
"core-js": "^3.8.3", "copy-text-to-clipboard": "^3.0.1",
"core-js": "^3.11.0",
"mutation-observer": "^1.0.3" "mutation-observer": "^1.0.3"
}, },
"dependencies": { "dependencies": {
"core-js": { "core-js": {
"version": "3.10.2", "version": "3.12.1",
"resolved": "http://npmprivate.quantgroups.com/core-js/-/core-js-3.10.2.tgz", "resolved": "http://npmprivate.quantgroups.com/core-js/-/core-js-3.12.1.tgz",
"integrity": "sha512-W+2oVYeNghuBr3yTzZFQ5rfmjZtYB/Ubg87R5YOmlGrIb+Uw9f7qjUbhsj+/EkXhcV7eOD3jiM4+sgraX3FZUw==" "integrity": "sha512-Ne9DKPHTObRuB09Dru5AjwKjY4cJHVGu+y5f7coGn1E9Grkc3p2iBwE9AI/nJzsE29mQF7oq+mhYYRqOMFN1Bw=="
} }
} }
}, },
...@@ -23540,13 +23597,6 @@ ...@@ -23540,13 +23597,6 @@
"mime": "^2.3.1", "mime": "^2.3.1",
"range-parser": "^1.0.3", "range-parser": "^1.0.3",
"webpack-log": "^2.0.0" "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": { "webpack-filter-warnings-plugin": {
...@@ -24074,9 +24124,9 @@ ...@@ -24074,9 +24124,9 @@
"integrity": "sha1-UqY+VsoLhKfzpfPWGHLxJq16WUM=" "integrity": "sha1-UqY+VsoLhKfzpfPWGHLxJq16WUM="
}, },
"xss": { "xss": {
"version": "1.0.8", "version": "1.0.9",
"resolved": "http://npmprivate.quantgroups.com/xss/-/xss-1.0.8.tgz", "resolved": "http://npmprivate.quantgroups.com/xss/-/xss-1.0.9.tgz",
"integrity": "sha512-3MgPdaXV8rfQ/pNn16Eio6VXYPTkqwa0vc7GkiymmY/DqR1SE/7VPAAVZz1GJsJFrllMYO3RHfEaiUGjab6TNw==", "integrity": "sha512-2t7FahYnGJys6DpHLhajusId7R0Pm2yTmuL0GV9+mV0ZlaLSnb2toBmppATfg5sWIhZQGlsTLoecSzya+l4EAQ==",
"requires": { "requires": {
"commander": "^2.20.3", "commander": "^2.20.3",
"cssfilter": "0.0.10" "cssfilter": "0.0.10"
...@@ -24362,9 +24412,9 @@ ...@@ -24362,9 +24412,9 @@
"integrity": "sha512-uGZHXkHnhF0XeeAPgnKfPv1bgKAYyVvmNL1xlKsPYZPaIHxGti2hHqvOCQv71XMsLxu1QjergkqogUnms5D3YQ==" "integrity": "sha512-uGZHXkHnhF0XeeAPgnKfPv1bgKAYyVvmNL1xlKsPYZPaIHxGti2hHqvOCQv71XMsLxu1QjergkqogUnms5D3YQ=="
}, },
"yargs": { "yargs": {
"version": "7.1.1", "version": "7.1.2",
"resolved": "http://npmprivate.quantgroups.com/yargs/-/yargs-7.1.1.tgz", "resolved": "http://npmprivate.quantgroups.com/yargs/-/yargs-7.1.2.tgz",
"integrity": "sha512-huO4Fr1f9PmiJJdll5kwoS2e4GqzGSsMT3PPMpOwoVkOK8ckqAewMTZyA6LXVQWflleb/Z8oPBEvNsMft0XE+g==", "integrity": "sha512-ZEjj/dQYQy0Zx0lgLMLR8QuaqTihnxirir7EwUHp1Axq4e3+k8jXU5K0VLbNvedv1f4EWtBonDIZm0NUr+jCcA==",
"requires": { "requires": {
"camelcase": "^3.0.0", "camelcase": "^3.0.0",
"cliui": "^3.2.0", "cliui": "^3.2.0",
...@@ -24378,13 +24428,13 @@ ...@@ -24378,13 +24428,13 @@
"string-width": "^1.0.2", "string-width": "^1.0.2",
"which-module": "^1.0.0", "which-module": "^1.0.0",
"y18n": "^3.2.1", "y18n": "^3.2.1",
"yargs-parser": "5.0.0-security.0" "yargs-parser": "^5.0.1"
} }
}, },
"yargs-parser": { "yargs-parser": {
"version": "5.0.0-security.0", "version": "5.0.1",
"resolved": "http://npmprivate.quantgroups.com/yargs-parser/-/yargs-parser-5.0.0-security.0.tgz", "resolved": "http://npmprivate.quantgroups.com/yargs-parser/-/yargs-parser-5.0.1.tgz",
"integrity": "sha512-T69y4Ps64LNesYxeYGYPvfoMTt/7y1XtfpIslUeK4um+9Hu7hlGoRtaDLvdXb7+/tfq4opVa2HRY5xGip022rQ==", "integrity": "sha512-wpav5XYiddjXxirPoCTUPbqM0PXvJ9hiBMvuJgInvo4/lAOTZzUprArw17q2O1P2+GHhbBr18/iQwjL5Z9BqfA==",
"requires": { "requires": {
"camelcase": "^3.0.0", "camelcase": "^3.0.0",
"object.assign": "^4.1.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