diff --git a/package-lock.json b/package-lock.json index 673f2c2..3bef62f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2075,6 +2075,8 @@ }, "@tarojs/components": { "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@tarojs/components/-/components-2.0.0.tgz", + "integrity": "sha512-RSRytZPcutXmJ9g+iyBvyiwMIISFNHpJgrSi4+5X0fCwkF7/uZN/9vN5yb1THqh/bkxkAh7O7u165XH58aPqiQ==", "requires": { "better-scroll": "^1.14.1", "classnames": "^2.2.5", @@ -2093,7 +2095,9 @@ } }, "@tarojs/components-qa": { - "version": "2.0.0" + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@tarojs/components-qa/-/components-qa-2.0.0.tgz", + "integrity": "sha512-3gaxHTJfw4UqWqrILeaM20JA5YfYCzPPo5ke9FBg5bZmHBhYH5b3reueFx8QVBHce3Hvy5mT+kc8yKHd/FP+FQ==" }, "@tarojs/helper": { "version": "2.2.15", @@ -2500,6 +2504,8 @@ }, "@tarojs/mini-runner": { "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@tarojs/mini-runner/-/mini-runner-2.0.0.tgz", + "integrity": "sha512-nx01/EuPsydBH4dmiUkQDv5S2pMLexSAGrb/Z76Nk3slqZ9hcoYqcoysaW2qUiZgwfHVFlqeXmKSjf8n9Pm60w==", "dev": true, "requires": { "@tarojs/runner-utils": "2.0.0", @@ -4149,6 +4155,8 @@ }, "@tarojs/redux": { "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@tarojs/redux/-/redux-2.0.0.tgz", + "integrity": "sha512-K3OBI08mVM4St8iTDoxBhkq1jBS+ER61xhCSC8FrQeHKOY48CEIrbkONjNs5VF6ATdqdkjBvkGWn724M+mDjKg==", "requires": { "@tarojs/taro": "2.0.0", "@tarojs/utils": "2.0.0" @@ -4166,6 +4174,8 @@ }, "@tarojs/redux-h5": { "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@tarojs/redux-h5/-/redux-h5-2.0.0.tgz", + "integrity": "sha512-d3mZguPjNAta58ABSgYUByRupUUwGnWFCqM0Q8iHirKPhWV4bpsWkNFP0k7pDqS/8dTt/4v3buG8vob+Gsuy+Q==", "requires": { "hoist-non-react-statics": "^2.5.0", "invariant": "^2.2.4", @@ -4175,6 +4185,8 @@ }, "@tarojs/router": { "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@tarojs/router/-/router-2.0.0.tgz", + "integrity": "sha512-QKFqiBbmhZI7iXb1H9CkGkzpAOxdtjgOY5QFZRr/pl15FSZp9ytT1zEWeVQh4MMaq9z3NtvmUo7TK3lVBChdkA==", "requires": { "invariant": "2.2.4", "lodash": "4.17.13", @@ -4416,8 +4428,18 @@ } } }, + "@tarojs/taro": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@tarojs/taro/-/taro-2.0.0.tgz", + "integrity": "sha512-d/4ZxMXrW1ueiZKr9sSitr/DPdQfh4D/RH4r+yu5y8wifmNF08FpnVEklcBvWXezt7yXvzM8ejLT+AWZa9RfQg==", + "requires": { + "@tarojs/utils": "2.0.0" + } + }, "@tarojs/taro-alipay": { "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@tarojs/taro-alipay/-/taro-alipay-2.0.0.tgz", + "integrity": "sha512-eeaa+fCOQ9yRMr1afYK8zElBfPWUNYSYA/aXZG37G+RUgW6jzM0wi2RfjfcnFeJrDAMjhbgM+oJXuSiZqwW0ag==", "requires": { "@tarojs/taro": "2.0.0", "@tarojs/utils": "2.0.0", @@ -4435,8 +4457,22 @@ } } }, + "@tarojs/taro-h5": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@tarojs/taro-h5/-/taro-h5-2.0.0.tgz", + "integrity": "sha512-3OwAW53yqldVT+Kt9H4kEGgsaKZnZoLtVF4vpl1USocgSDxEL7MfZi8u1qlAzqGNM19iVVrJjCiKyl+hzG3Xrw==", + "requires": { + "base64-js": "^1.3.0", + "jsonp-retry": "^1.0.3", + "mobile-detect": "^1.4.2", + "raf": "^3.4.1", + "whatwg-fetch": "^2.0.4" + } + }, "@tarojs/taro-qq": { "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@tarojs/taro-qq/-/taro-qq-2.0.0.tgz", + "integrity": "sha512-TvwvyahHmQTtIXBwapzZEELm7sAFIbfFstFuMfeD4L50MuapdTxv+NNCVFVlcUBHWWeYmpTBoe5tbC7wm1z4xA==", "requires": { "@tarojs/taro": "2.0.0", "@tarojs/utils": "2.0.0", @@ -4456,6 +4492,8 @@ }, "@tarojs/taro-quickapp": { "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@tarojs/taro-quickapp/-/taro-quickapp-2.0.0.tgz", + "integrity": "sha512-gFuuAcbM1C2CIa7LJFw+MHA2hAalRi6SAfqLbz6kqfe9RGoLYR8RZyBqOo/DhGUd5qT8c4LsUkLnIfdK1x8tFg==", "requires": { "@tarojs/taro": "2.0.0", "@tarojs/utils": "2.0.0", @@ -4475,6 +4513,8 @@ }, "@tarojs/taro-swan": { "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@tarojs/taro-swan/-/taro-swan-2.0.0.tgz", + "integrity": "sha512-hgUEYv3lYIXrJnexcwO7qnVl1rsOtX3cEMqrVk3M0yANEhtTeWn3hNbiWT8vh/zML3r5zy7eRfyUy0sI2TXrNw==", "requires": { "@tarojs/taro": "2.0.0", "@tarojs/utils": "2.0.0", @@ -4494,6 +4534,8 @@ }, "@tarojs/taro-tt": { "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@tarojs/taro-tt/-/taro-tt-2.0.0.tgz", + "integrity": "sha512-WERCw2idLPjk0cSOh7aUWIF4xK9VIn5FkAomSM40XPA2u4mRvEsVuJZX2y1B9BArwLWAb00cbWdDrqjXriOZ1g==", "requires": { "@tarojs/taro": "2.0.0", "@tarojs/utils": "2.0.0", @@ -4513,6 +4555,8 @@ }, "@tarojs/taro-weapp": { "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@tarojs/taro-weapp/-/taro-weapp-2.0.0.tgz", + "integrity": "sha512-8OljPgWzIpRCrKDv82lPclVsZSV8qnlQBukbm0VxuTogOG3Q9N+hZjrGCR8Y66u5VjaH5qCWRgcswCZTfMEiGg==", "requires": { "@tarojs/taro": "2.0.0", "@tarojs/utils": "2.0.0", @@ -4596,6 +4640,8 @@ }, "@tarojs/webpack-runner": { "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@tarojs/webpack-runner/-/webpack-runner-2.0.0.tgz", + "integrity": "sha512-dLfEC1FIYAfEJOhpkFbYXzKrlue4TRBxVY4BhG33LJ/Rh8mcYwkJew42RAWY3rZHwP/IQpc5290ZFyBazwyKqw==", "dev": true, "requires": { "@tarojs/plugin-sass": "2.0.0", @@ -5064,6 +5110,8 @@ }, "@types/webpack-env": { "version": "1.15.1", + "resolved": "https://registry.npmjs.org/@types/webpack-env/-/webpack-env-1.15.1.tgz", + "integrity": "sha512-eWN5ElDTeBc5lRDh95SqA8x18D0ll2pWudU3uWiyfsRmIZcmUXpEsxPU+7+BsdCrO2vfLRC629u/MmjbmF+2tA==", "dev": true }, "@webassemblyjs/ast": { @@ -6656,6 +6704,8 @@ }, "babel-plugin-transform-decorators-legacy": { "version": "1.3.5", + "resolved": "https://registry.npmjs.org/babel-plugin-transform-decorators-legacy/-/babel-plugin-transform-decorators-legacy-1.3.5.tgz", + "integrity": "sha512-jYHwjzRXRelYQ1uGm353zNzf3QmtdCfvJbuYTZ4gKveK7M9H1fs3a5AKdY1JUDl0z97E30ukORW1dzhWvsabtA==", "dev": true, "requires": { "babel-plugin-syntax-decorators": "^6.1.18", @@ -7274,6 +7324,8 @@ }, "babel-plugin-transform-jsx-stylesheet": { "version": "0.6.9", + "resolved": "https://registry.npmjs.org/babel-plugin-transform-jsx-stylesheet/-/babel-plugin-transform-jsx-stylesheet-0.6.9.tgz", + "integrity": "sha512-HTbboBYILOh/vxnTImShDvZbavvzNtyCbzq4wBLWZjrJbOzdGyG/8OhF/UGwuXOKjvgVFhxACwxA8Xt1TPGp3g==", "dev": true, "requires": { "camelcase": "^3.0.0" @@ -7281,6 +7333,8 @@ }, "babel-plugin-transform-object-rest-spread": { "version": "6.26.0", + "resolved": "https://registry.npmjs.org/babel-plugin-transform-object-rest-spread/-/babel-plugin-transform-object-rest-spread-6.26.0.tgz", + "integrity": "sha1-DzZpLVD+9rfi1LOsFHgTepY7ewY=", "dev": true, "requires": { "babel-plugin-syntax-object-rest-spread": "^6.8.0", @@ -7331,6 +7385,8 @@ }, "babel-plugin-transform-runtime": { "version": "6.23.0", + "resolved": "https://registry.npmjs.org/babel-plugin-transform-runtime/-/babel-plugin-transform-runtime-6.23.0.tgz", + "integrity": "sha1-iEkNRGUC6puOfvsP4J7E2ZR5se4=", "dev": true, "requires": { "babel-runtime": "^6.22.0" @@ -7378,6 +7434,8 @@ }, "babel-preset-env": { "version": "1.7.0", + "resolved": "https://registry.npmjs.org/babel-preset-env/-/babel-preset-env-1.7.0.tgz", + "integrity": "sha512-9OR2afuKDneX2/q2EurSftUYM0xGu4O2D9adAhVfADDhrYDaxXV0rBbevVYoY9n6nyX1PmQW/0jtpJvUNr9CHg==", "dev": true, "requires": { "babel-plugin-check-es2015-constants": "^6.22.0", @@ -7439,6 +7497,15 @@ } } }, + "babel-runtime": { + "version": "6.26.0", + "resolved": "https://registry.npmjs.org/babel-runtime/-/babel-runtime-6.26.0.tgz", + "integrity": "sha1-llxwWGaOgrVde/4E/yM3vItWR/4=", + "requires": { + "core-js": "^2.4.0", + "regenerator-runtime": "^0.11.0" + } + }, "babel-template": { "version": "6.26.0", "resolved": "https://registry.npmjs.org/babel-template/-/babel-template-6.26.0.tgz", @@ -7596,8 +7663,7 @@ "base64-js": { "version": "1.3.1", "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.3.1.tgz", - "integrity": "sha512-mLQ4i2QO1ytvGWFWmcngKO//JXAQueZvwEKtjgQFM4jIK0kU+ytMfplL8j+n5mspOfjHwoAg+9yhb7BwAHm36g==", - "dev": true + "integrity": "sha512-mLQ4i2QO1ytvGWFWmcngKO//JXAQueZvwEKtjgQFM4jIK0kU+ytMfplL8j+n5mspOfjHwoAg+9yhb7BwAHm36g==" }, "batch": { "version": "0.6.1", @@ -8903,9 +8969,9 @@ } }, "dayjs": { - "version": "1.8.20", - "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.8.20.tgz", - "integrity": "sha512-mH0MCDxw6UCGJYxVN78h8ugWycZAO8thkj3bW6vApL5tS0hQplIDdAQcmbvl7n35H0AKdCJQaArTrIQw2xt4Qg==" + "version": "1.10.4", + "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.10.4.tgz", + "integrity": "sha512-RI/Hh4kqRc1UKLOAf/T5zdMMX5DQIlDxwUe3wSyMMnEbGunnpENCdbUgM+dW7kXidZqCttBrmw7BhN4TMddkCw==" }, "debug": { "version": "2.6.9", @@ -9558,6 +9624,8 @@ }, "eslint-config-taro": { "version": "2.0.0", + "resolved": "https://registry.npmjs.org/eslint-config-taro/-/eslint-config-taro-2.0.0.tgz", + "integrity": "sha512-2aLReOkmgzu4XqwNvDb5l+8TJW1/0NaQL88iGRqQGrwNlE++W2fvNsOPMmKpU4K7qCM6qvR4PZbbB10h/ZMEiw==", "dev": true, "requires": { "eslint-plugin-taro": "2.0.0" @@ -9585,6 +9653,8 @@ }, "eslint-plugin-import": { "version": "2.20.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.20.1.tgz", + "integrity": "sha512-qQHgFOTjguR+LnYRoToeZWT62XM55MBVXObHM6SKFd1VzDcX/vqT1kAz8ssqigh5eMj8qXcRoXXGZpPP6RfdCw==", "dev": true, "requires": { "array-includes": "^3.0.3", @@ -9671,6 +9741,8 @@ }, "eslint-plugin-react": { "version": "7.18.3", + "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.18.3.tgz", + "integrity": "sha512-Bt56LNHAQCoou88s8ViKRjMB2+36XRejCQ1VoLj716KI1MoE99HpTVvIThJ0rvFmG4E4Gsq+UgToEjn+j044Bg==", "dev": true, "requires": { "array-includes": "^3.1.1", @@ -9687,6 +9759,8 @@ }, "eslint-plugin-react-hooks": { "version": "1.7.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-1.7.0.tgz", + "integrity": "sha512-iXTCFcOmlWvw4+TOE8CLWj6yX1GwzT0Y6cUfHHZqWnSk144VmVIRcVGtUAzrLES7C798lmvnt02C7rxaOX1HNA==", "dev": true }, "eslint-plugin-taro": { @@ -10790,9 +10864,9 @@ } }, "hosted-git-info": { - "version": "2.8.8", - "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.8.tgz", - "integrity": "sha512-f/wzC2QaWBs7t9IYqB4T3sR1xviIViXJRJTWBlx2Gf3g0Xi5vI7Yy4koXQ1c9OYDGHN9sBy1DQ2AB8fqZBWhUg==" + "version": "2.8.9", + "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.9.tgz", + "integrity": "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==" }, "hpack.js": { "version": "2.1.6", @@ -11741,7 +11815,6 @@ "version": "1.0.3", "resolved": "https://registry.npmjs.org/jsonp-retry/-/jsonp-retry-1.0.3.tgz", "integrity": "sha512-/jmE9+shtKP+oIt2AWO9Wx+C27NTGpLCEw4QHOqpoV2X6ta374HE9C+EEdgu8r3iLKgFMx7u5j0mCwxWN8UdlA==", - "dev": true, "requires": { "object-assign": "^4.1.1" } @@ -12524,8 +12597,7 @@ "mobile-detect": { "version": "1.4.4", "resolved": "https://registry.npmjs.org/mobile-detect/-/mobile-detect-1.4.4.tgz", - "integrity": "sha512-vTgEjKjS89C5yHL5qWPpT6BzKuOVqABp+A3Szpbx34pIy3sngxlGaFpgHhfj6fKze1w0QKeOSDbU7SKu7wDvRQ==", - "dev": true + "integrity": "sha512-vTgEjKjS89C5yHL5qWPpT6BzKuOVqABp+A3Szpbx34pIy3sngxlGaFpgHhfj6fKze1w0QKeOSDbU7SKu7wDvRQ==" }, "move-concurrently": { "version": "1.0.1", @@ -12610,6 +12682,8 @@ }, "nerv-devtools": { "version": "1.5.6", + "resolved": "https://registry.npmjs.org/nerv-devtools/-/nerv-devtools-1.5.6.tgz", + "integrity": "sha512-Gn9my/yXcPliVukpwxJrdctTsBI5QOgTB96wUo4ZsrseIoY+IJx43sZr3LOZWpADg0TuVDkN65BDbkPcS6AnYA==", "requires": { "nerv-shared": "1.4.0", "nerv-utils": "1.4.5", @@ -12637,6 +12711,15 @@ "resolved": "https://registry.npmjs.org/nerv-utils/-/nerv-utils-1.4.5.tgz", "integrity": "sha512-9XeifC0l+aDXhA0aXcklxS2o7o87xJxMQAl1+iIHrD5Sei/61ubap0oOzb4t9VMhSEvwWm4/rJRd8PGMKZiwiA==" }, + "nervjs": { + "version": "1.5.7", + "resolved": "https://registry.npmjs.org/nervjs/-/nervjs-1.5.7.tgz", + "integrity": "sha512-x+hGSOETqA+7lbChW+c/NIXEMrCCvm6IaEHlDbZmaNVX0TAyKZinRIHcYr7o5K/pA4qGWjJQmjoNyx+Mx+rVLg==", + "requires": { + "nerv-shared": "1.4.0", + "nerv-utils": "1.4.5" + } + }, "next-tick": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/next-tick/-/next-tick-1.0.0.tgz", @@ -14211,7 +14294,6 @@ "version": "3.4.1", "resolved": "https://registry.npmjs.org/raf/-/raf-3.4.1.tgz", "integrity": "sha512-Sq4CW4QhwOHE8ucn6J34MqtZCeWFP2aQSmrlroYgqAV1PjStIhJXxYuTgUIfkEk7zTLjmIjLmU5q+fbD1NnOJA==", - "dev": true, "requires": { "performance-now": "^2.1.0" } @@ -14378,6 +14460,8 @@ }, "redux": { "version": "4.0.5", + "resolved": "https://registry.npmjs.org/redux/-/redux-4.0.5.tgz", + "integrity": "sha512-VSz1uMAH24DM6MF72vcojpYPtrTUu3ByVWfPL1nPfVRb5mZVTve5GnNCUV53QM/BZ66xfWrm0CTWoM+Xlz8V1w==", "requires": { "loose-envify": "^1.4.0", "symbol-observable": "^1.2.0" @@ -14385,12 +14469,16 @@ }, "redux-logger": { "version": "3.0.6", + "resolved": "https://registry.npmjs.org/redux-logger/-/redux-logger-3.0.6.tgz", + "integrity": "sha1-91VZZvMJjzyIYExEnPC69XeCdL8=", "requires": { "deep-diff": "^0.3.5" } }, "redux-thunk": { - "version": "2.3.0" + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/redux-thunk/-/redux-thunk-2.3.0.tgz", + "integrity": "sha512-km6dclyFnmcvxhAcrQV2AkZmPQjzPDjgVlQtR0EQjxZPyJ0BnMf3in1ryuR8A2qU0HldVRfxYXbFSKlI3N7Slw==" }, "regenerate": { "version": "1.4.0", @@ -15892,6 +15980,8 @@ }, "stylelint": { "version": "9.10.1", + "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-9.10.1.tgz", + "integrity": "sha512-9UiHxZhOAHEgeQ7oLGwrwoDR8vclBKlSX7r4fH0iuu0SfPwFaLkb1c7Q2j1cqg9P7IDXeAV2TvQML/fRQzGBBQ==", "dev": true, "requires": { "autoprefixer": "^9.0.0", @@ -16070,6 +16160,8 @@ }, "stylelint-config-standard": { "version": "19.0.0", + "resolved": "https://registry.npmjs.org/stylelint-config-standard/-/stylelint-config-standard-19.0.0.tgz", + "integrity": "sha512-VvcODsL1PryzpYteWZo2YaA5vU/pWfjqBpOvmeA8iB2MteZ/ZhI1O4hnrWMidsS4vmEJpKtjdhLdfGJmmZm6Cg==", "dev": true, "requires": { "stylelint-config-recommended": "^3.0.0" @@ -16077,14 +16169,20 @@ }, "stylelint-config-styled-components": { "version": "0.1.1", + "resolved": "https://registry.npmjs.org/stylelint-config-styled-components/-/stylelint-config-styled-components-0.1.1.tgz", + "integrity": "sha512-z5Xz/9GmvxO6e/DLzBMwkB85zHxEEjN6K7Cj80Bi+o/9vR9eS3GX3E9VuMnX9WLFYulqbqLtTapGGY28JBiy9Q==", "dev": true }, "stylelint-config-taro-rn": { "version": "2.0.0", + "resolved": "https://registry.npmjs.org/stylelint-config-taro-rn/-/stylelint-config-taro-rn-2.0.0.tgz", + "integrity": "sha512-wFBJ4FJXuJqIbq+XsFJsoT/6uZ80XRUikIvIMN+DtSvX7msQb+xfvP2c+OwOM5foKcM8iogr65TKFZkyE1orFw==", "dev": true }, "stylelint-order": { "version": "4.0.0", + "resolved": "https://registry.npmjs.org/stylelint-order/-/stylelint-order-4.0.0.tgz", + "integrity": "sha512-bXV0v+jfB0+JKsqIn3mLglg1Dj2QCYkFHNfL1c+rVMEmruZmW5LUqT/ARBERfBm8SFtCuXpEdatidw/3IkcoiA==", "dev": true, "requires": { "lodash": "^4.17.15", @@ -16094,6 +16192,8 @@ }, "stylelint-processor-styled-components": { "version": "1.9.0", + "resolved": "https://registry.npmjs.org/stylelint-processor-styled-components/-/stylelint-processor-styled-components-1.9.0.tgz", + "integrity": "sha512-tWsCnURm8uqqVySWsGfXdto1qR/0MaATGx2ovWu/hqG+gnrjGZZOdeNEIEb12tpIbCnLV0a6q1Bb3yhDjGGzSQ==", "dev": true, "requires": { "@babel/parser": "^7.0.0", @@ -16149,6 +16249,8 @@ }, "stylelint-taro-rn": { "version": "2.0.0", + "resolved": "https://registry.npmjs.org/stylelint-taro-rn/-/stylelint-taro-rn-2.0.0.tgz", + "integrity": "sha512-UW0dpQTHBVt0KoVbMpFwX+V8bi8KoD/hvIy0jYazzt/G0WOhNPWwilSrZ/pqoHDrM2tc20J72Sy0LM6ohkmecQ==", "dev": true, "requires": { "react-native-known-styling-properties": "^1.0.4" @@ -16269,7 +16371,9 @@ } }, "taro-ui": { - "version": "2.2.4", + "version": "2.3.4", + "resolved": "https://registry.npmjs.org/taro-ui/-/taro-ui-2.3.4.tgz", + "integrity": "sha512-qjAGO75bIvBGaOlpbnRKecTjmQIzJZjieFuz2UsfSJHnyGgOhlFviWWHPLQQGE2tFcjC0Zol0BDnO4r87JjdSw==", "requires": { "@types/react": "^16.7.3", "bind-decorator": "^1.0.11", @@ -16503,6 +16607,8 @@ }, "ts-loader": { "version": "6.2.1", + "resolved": "https://registry.npmjs.org/ts-loader/-/ts-loader-6.2.1.tgz", + "integrity": "sha512-Dd9FekWuABGgjE1g0TlQJ+4dFUfYGbYcs52/HQObE0ZmUNjQlmLAS7xXsSzy23AMaMwipsx5sNHvoEpT2CZq1g==", "dev": true, "requires": { "chalk": "^2.3.0", @@ -17623,8 +17729,7 @@ "whatwg-fetch": { "version": "2.0.4", "resolved": "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-2.0.4.tgz", - "integrity": "sha512-dcQ1GWpOD/eEQ97k66aiEVpNnapVj90/+R+SXTPYGHpYBBypfKJEQjLrvMZ7YXbKm21gXd4NcuxUTjiv1YtLng==", - "dev": true + "integrity": "sha512-dcQ1GWpOD/eEQ97k66aiEVpNnapVj90/+R+SXTPYGHpYBBypfKJEQjLrvMZ7YXbKm21gXd4NcuxUTjiv1YtLng==" }, "when": { "version": "3.6.4", diff --git a/yarn.lock b/yarn.lock index 100fa91..39c8114 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5778,9 +5778,9 @@ home-or-tmp@^2.0.0: os-tmpdir "^1.0.1" hosted-git-info@^2.1.4: - version "2.8.5" - resolved "https://registry.npm.taobao.org/hosted-git-info/download/hosted-git-info-2.8.5.tgz?cache=0&sync_timestamp=1570493570687&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fhosted-git-info%2Fdownload%2Fhosted-git-info-2.8.5.tgz#759cfcf2c4d156ade59b0b2dfabddc42a6b9c70c" - integrity sha1-dZz88sTRVq3lmwst+r3cQqa5xww= + version "2.8.9" + resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.8.9.tgz#dffc0bf9a21c02209090f2aa69429e1414daf3f9" + integrity sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw== hpack.js@^2.1.6: version "2.1.6"