From 5446bb30cac0e286cdc28568950568c3fbd67d39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Mar 2021 07:06:30 +0000 Subject: [PATCH] Bump elliptic from 6.5.2 to 6.5.4 Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.2 to 6.5.4. - [Release notes](https://github.com/indutny/elliptic/releases) - [Commits](https://github.com/indutny/elliptic/compare/v6.5.2...v6.5.4) Signed-off-by: dependabot[bot] --- package-lock.json | 157 ++++++++++++++++++++++++++++++++++++++-------- yarn.lock | 48 +++++++------- 2 files changed, 155 insertions(+), 50 deletions(-) diff --git a/package-lock.json b/package-lock.json index 673f2c2..5db2166 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", @@ -9300,24 +9366,24 @@ "dev": true }, "elliptic": { - "version": "6.5.3", - "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.5.3.tgz", - "integrity": "sha512-IMqzv5wNQf+E6aHeIqATs0tOLeOTwj1QKbRcS3jBbYkl5oLAserA8yJTT7/VyHUYG91PRmPyeQDObKLPpeS4dw==", + "version": "6.5.4", + "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.5.4.tgz", + "integrity": "sha512-iLhC6ULemrljPZb+QutR5TQGB+pdW6KGD5RSegS+8sorOZT+rdQFbsQFJgvN3eRqNALqJer4oQ16YvJHlU8hzQ==", "dev": true, "requires": { - "bn.js": "^4.4.0", - "brorand": "^1.0.1", + "bn.js": "^4.11.9", + "brorand": "^1.1.0", "hash.js": "^1.0.0", - "hmac-drbg": "^1.0.0", - "inherits": "^2.0.1", - "minimalistic-assert": "^1.0.0", - "minimalistic-crypto-utils": "^1.0.0" + "hmac-drbg": "^1.0.1", + "inherits": "^2.0.4", + "minimalistic-assert": "^1.0.1", + "minimalistic-crypto-utils": "^1.0.1" }, "dependencies": { "bn.js": { - "version": "4.11.9", - "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.11.9.tgz", - "integrity": "sha512-E6QoYqCKZfgatHTdHzs1RRKP7ip4vvm+EyRUeE2RF0NblwVvb0p6jSVeNTOFxPn26QXN2o6SMfNxKp6kU8zQaw==", + "version": "4.12.0", + "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.0.tgz", + "integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==", "dev": true } } @@ -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": { @@ -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..9fb488b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3159,10 +3159,10 @@ bluebird@^3.5.1, bluebird@^3.5.5: resolved "https://registry.npm.taobao.org/bluebird/download/bluebird-3.7.2.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fbluebird%2Fdownload%2Fbluebird-3.7.2.tgz#9f229c15be272454ffa973ace0dbee79a1b0c36f" integrity sha1-nyKcFb4nJFT/qXOs4NvueaGww28= -bn.js@^4.0.0, bn.js@^4.1.0, bn.js@^4.1.1, bn.js@^4.4.0: - version "4.11.8" - resolved "https://registry.npm.taobao.org/bn.js/download/bn.js-4.11.8.tgz#2cde09eb5ee341f484746bb0309b3253b1b1442f" - integrity sha1-LN4J617jQfSEdGuwMJsyU7GxRC8= +bn.js@^4.0.0, bn.js@^4.1.0, bn.js@^4.1.1, bn.js@^4.11.9: + version "4.12.0" + resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-4.12.0.tgz#775b3f278efbb9718eec7361f483fb36fbbfea88" + integrity sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA== body-parser@1.19.0: version "1.19.0" @@ -3228,9 +3228,9 @@ braces@^3.0.1, braces@~3.0.2: dependencies: fill-range "^7.0.1" -brorand@^1.0.1: +brorand@^1.0.1, brorand@^1.1.0: version "1.1.0" - resolved "https://registry.npm.taobao.org/brorand/download/brorand-1.1.0.tgz#12c25efe40a45e3c323eb8675a0a0ce57b22371f" + resolved "https://registry.yarnpkg.com/brorand/-/brorand-1.1.0.tgz#12c25efe40a45e3c323eb8675a0a0ce57b22371f" integrity sha1-EsJe/kCkXjwyPrhnWgoM5XsiNx8= browserify-aes@^1.0.0, browserify-aes@^1.0.4: @@ -4605,17 +4605,17 @@ electron-to-chromium@^1.3.612: integrity sha512-CI8L38UN2BEnqXw3/oRIQTmde0LiSeqWSRlPA42ZTYgJQ8fYenzAM2Z3ni+jtILTcrs5aiXZCGJ96Pm+3/yGyQ== elliptic@^6.0.0: - version "6.5.2" - resolved "https://registry.npm.taobao.org/elliptic/download/elliptic-6.5.2.tgz#05c5678d7173c049d8ca433552224a495d0e3762" - integrity sha1-BcVnjXFzwEnYykM1UiJKSV0ON2I= + version "6.5.4" + resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.5.4.tgz#da37cebd31e79a1367e941b592ed1fbebd58abbb" + integrity sha512-iLhC6ULemrljPZb+QutR5TQGB+pdW6KGD5RSegS+8sorOZT+rdQFbsQFJgvN3eRqNALqJer4oQ16YvJHlU8hzQ== dependencies: - bn.js "^4.4.0" - brorand "^1.0.1" + bn.js "^4.11.9" + brorand "^1.1.0" hash.js "^1.0.0" - hmac-drbg "^1.0.0" - inherits "^2.0.1" - minimalistic-assert "^1.0.0" - minimalistic-crypto-utils "^1.0.0" + hmac-drbg "^1.0.1" + inherits "^2.0.4" + minimalistic-assert "^1.0.1" + minimalistic-crypto-utils "^1.0.1" emoji-regex@^7.0.1: version "7.0.3" @@ -5744,8 +5744,8 @@ hash-base@^3.0.0: hash.js@^1.0.0, hash.js@^1.0.3: version "1.1.7" - resolved "https://registry.npm.taobao.org/hash.js/download/hash.js-1.1.7.tgz#0babca538e8d4ee4a0f8988d68866537a003cf42" - integrity sha1-C6vKU46NTuSg+JiNaIZlN6ADz0I= + resolved "https://registry.yarnpkg.com/hash.js/-/hash.js-1.1.7.tgz#0babca538e8d4ee4a0f8988d68866537a003cf42" + integrity sha512-taOaskGt4z4SOANNseOviYDvjEJinIkRgmp7LbKP2YTTmVxWBl87s/uzK9r+44BclBSp2X7K1hqeNfz9JbBeXA== dependencies: inherits "^2.0.3" minimalistic-assert "^1.0.1" @@ -5755,9 +5755,9 @@ he@1.2.x: resolved "https://registry.npm.taobao.org/he/download/he-1.2.0.tgz#84ae65fa7eafb165fddb61566ae14baf05664f0f" integrity sha1-hK5l+n6vsWX922FWauFLrwVmTw8= -hmac-drbg@^1.0.0: +hmac-drbg@^1.0.1: version "1.0.1" - resolved "https://registry.npm.taobao.org/hmac-drbg/download/hmac-drbg-1.0.1.tgz#d2745701025a6c775a6c545793ed502fc0c649a1" + resolved "https://registry.yarnpkg.com/hmac-drbg/-/hmac-drbg-1.0.1.tgz#d2745701025a6c775a6c545793ed502fc0c649a1" integrity sha1-0nRXAQJabHdabFRXk+1QL8DGSaE= dependencies: hash.js "^1.0.3" @@ -6070,7 +6070,7 @@ inflight@^1.0.4: once "^1.3.0" wrappy "1" -inherits@2, inherits@2.0.4, inherits@^2.0.0, inherits@^2.0.1, inherits@^2.0.3, inherits@~2.0.0, inherits@~2.0.1, inherits@~2.0.3: +inherits@2, inherits@2.0.4, inherits@^2.0.0, inherits@^2.0.1, inherits@^2.0.3, inherits@^2.0.4, inherits@~2.0.0, inherits@~2.0.1, inherits@~2.0.3: version "2.0.4" resolved "https://registry.npm.taobao.org/inherits/download/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c" integrity sha1-D6LGT5MpF8NDOg3tVTY6rjdBa3w= @@ -7285,12 +7285,12 @@ mini-css-extract-plugin@^0.7.0: minimalistic-assert@^1.0.0, minimalistic-assert@^1.0.1: version "1.0.1" - resolved "https://registry.npm.taobao.org/minimalistic-assert/download/minimalistic-assert-1.0.1.tgz#2e194de044626d4a10e7f7fbc00ce73e83e4d5c7" - integrity sha1-LhlN4ERibUoQ5/f7wAznPoPk1cc= + resolved "https://registry.yarnpkg.com/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz#2e194de044626d4a10e7f7fbc00ce73e83e4d5c7" + integrity sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A== -minimalistic-crypto-utils@^1.0.0, minimalistic-crypto-utils@^1.0.1: +minimalistic-crypto-utils@^1.0.1: version "1.0.1" - resolved "https://registry.npm.taobao.org/minimalistic-crypto-utils/download/minimalistic-crypto-utils-1.0.1.tgz#f6c00c1c0b082246e5c4d99dfb8c7c083b2b582a" + resolved "https://registry.yarnpkg.com/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz#f6c00c1c0b082246e5c4d99dfb8c7c083b2b582a" integrity sha1-9sAMHAsIIkblxNmd+4x8CDsrWCo= minimatch@^3.0.2, minimatch@^3.0.4, minimatch@~3.0.2: