|
@@ -1353,7 +1353,7 @@ ajv@^6.1.0:
|
|
|
fast-json-stable-stringify "^2.0.0"
|
|
fast-json-stable-stringify "^2.0.0"
|
|
|
json-schema-traverse "^0.3.0"
|
|
json-schema-traverse "^0.3.0"
|
|
|
|
|
|
|
|
-ajv@^6.5.5, ajv@^6.9.1:
|
|
|
|
|
|
|
+ajv@^6.10.0, ajv@^6.5.5, ajv@^6.9.1:
|
|
|
version "6.10.0"
|
|
version "6.10.0"
|
|
|
resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.10.0.tgz#90d0d54439da587cd7e843bfb7045f50bd22bdf1"
|
|
resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.10.0.tgz#90d0d54439da587cd7e843bfb7045f50bd22bdf1"
|
|
|
dependencies:
|
|
dependencies:
|
|
@@ -1699,14 +1699,6 @@ axios@^0.19.0:
|
|
|
follow-redirects "1.5.10"
|
|
follow-redirects "1.5.10"
|
|
|
is-buffer "^2.0.2"
|
|
is-buffer "^2.0.2"
|
|
|
|
|
|
|
|
-babel-code-frame@^6.26.0:
|
|
|
|
|
- version "6.26.0"
|
|
|
|
|
- resolved "https://registry.yarnpkg.com/babel-code-frame/-/babel-code-frame-6.26.0.tgz#63fd43f7dc1e3bb7ce35947db8fe369a3f58c74b"
|
|
|
|
|
- dependencies:
|
|
|
|
|
- chalk "^1.1.3"
|
|
|
|
|
- esutils "^2.0.2"
|
|
|
|
|
- js-tokens "^3.0.2"
|
|
|
|
|
-
|
|
|
|
|
babel-eslint@^10.0.1:
|
|
babel-eslint@^10.0.1:
|
|
|
version "10.0.1"
|
|
version "10.0.1"
|
|
|
resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-10.0.1.tgz#919681dc099614cd7d31d45c8908695092a1faed"
|
|
resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-10.0.1.tgz#919681dc099614cd7d31d45c8908695092a1faed"
|
|
@@ -2331,6 +2323,11 @@ camelcase@^5.0.0:
|
|
|
version "5.0.0"
|
|
version "5.0.0"
|
|
|
resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-5.0.0.tgz#03295527d58bd3cd4aa75363f35b2e8d97be2f42"
|
|
resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-5.0.0.tgz#03295527d58bd3cd4aa75363f35b2e8d97be2f42"
|
|
|
|
|
|
|
|
|
|
+camelcase@^5.3.1:
|
|
|
|
|
+ version "5.3.1"
|
|
|
|
|
+ resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-5.3.1.tgz#e3c9b31569e106811df242f715725a1f4c494320"
|
|
|
|
|
+ integrity sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==
|
|
|
|
|
+
|
|
|
camelize@1.0.0:
|
|
camelize@1.0.0:
|
|
|
version "1.0.0"
|
|
version "1.0.0"
|
|
|
resolved "https://registry.yarnpkg.com/camelize/-/camelize-1.0.0.tgz#164a5483e630fa4321e5af07020e531831b2609b"
|
|
resolved "https://registry.yarnpkg.com/camelize/-/camelize-1.0.0.tgz#164a5483e630fa4321e5af07020e531831b2609b"
|
|
@@ -3128,22 +3125,23 @@ css-declaration-sorter@^3.0.0:
|
|
|
postcss "^6.0.0"
|
|
postcss "^6.0.0"
|
|
|
timsort "^0.3.0"
|
|
timsort "^0.3.0"
|
|
|
|
|
|
|
|
-css-loader@^1.0.0:
|
|
|
|
|
- version "1.0.1"
|
|
|
|
|
- resolved "https://registry.yarnpkg.com/css-loader/-/css-loader-1.0.1.tgz#6885bb5233b35ec47b006057da01cc640b6b79fe"
|
|
|
|
|
|
|
+css-loader@^3.0.0:
|
|
|
|
|
+ version "3.0.0"
|
|
|
|
|
+ resolved "https://registry.yarnpkg.com/css-loader/-/css-loader-3.0.0.tgz#bdd48a4921eefedf1f0a55266585944d4e5efc63"
|
|
|
|
|
+ integrity sha512-WR6KZuCkFbnMhRrGPlkwAA7SSCtwqPwpyXJAPhotYkYsc0mKU9n/fu5wufy4jl2WhBw9Ia8gUQMIp/1w98DuPw==
|
|
|
dependencies:
|
|
dependencies:
|
|
|
- babel-code-frame "^6.26.0"
|
|
|
|
|
- css-selector-tokenizer "^0.7.0"
|
|
|
|
|
- icss-utils "^2.1.0"
|
|
|
|
|
- loader-utils "^1.0.2"
|
|
|
|
|
- lodash "^4.17.11"
|
|
|
|
|
- postcss "^6.0.23"
|
|
|
|
|
- postcss-modules-extract-imports "^1.2.0"
|
|
|
|
|
- postcss-modules-local-by-default "^1.2.0"
|
|
|
|
|
- postcss-modules-scope "^1.1.0"
|
|
|
|
|
- postcss-modules-values "^1.3.0"
|
|
|
|
|
- postcss-value-parser "^3.3.0"
|
|
|
|
|
- source-list-map "^2.0.0"
|
|
|
|
|
|
|
+ camelcase "^5.3.1"
|
|
|
|
|
+ cssesc "^3.0.0"
|
|
|
|
|
+ icss-utils "^4.1.1"
|
|
|
|
|
+ loader-utils "^1.2.3"
|
|
|
|
|
+ normalize-path "^3.0.0"
|
|
|
|
|
+ postcss "^7.0.17"
|
|
|
|
|
+ postcss-modules-extract-imports "^2.0.0"
|
|
|
|
|
+ postcss-modules-local-by-default "^3.0.2"
|
|
|
|
|
+ postcss-modules-scope "^2.1.0"
|
|
|
|
|
+ postcss-modules-values "^3.0.0"
|
|
|
|
|
+ postcss-value-parser "^4.0.0"
|
|
|
|
|
+ schema-utils "^1.0.0"
|
|
|
|
|
|
|
|
css-select-base-adapter@~0.1.0:
|
|
css-select-base-adapter@~0.1.0:
|
|
|
version "0.1.0"
|
|
version "0.1.0"
|
|
@@ -3158,14 +3156,6 @@ css-select@~1.3.0-rc0:
|
|
|
domutils "1.5.1"
|
|
domutils "1.5.1"
|
|
|
nth-check "^1.0.1"
|
|
nth-check "^1.0.1"
|
|
|
|
|
|
|
|
-css-selector-tokenizer@^0.7.0:
|
|
|
|
|
- version "0.7.0"
|
|
|
|
|
- resolved "https://registry.yarnpkg.com/css-selector-tokenizer/-/css-selector-tokenizer-0.7.0.tgz#e6988474ae8c953477bf5e7efecfceccd9cf4c86"
|
|
|
|
|
- dependencies:
|
|
|
|
|
- cssesc "^0.1.0"
|
|
|
|
|
- fastparse "^1.1.1"
|
|
|
|
|
- regexpu-core "^1.0.0"
|
|
|
|
|
-
|
|
|
|
|
css-tree@1.0.0-alpha.29:
|
|
css-tree@1.0.0-alpha.29:
|
|
|
version "1.0.0-alpha.29"
|
|
version "1.0.0-alpha.29"
|
|
|
resolved "https://registry.yarnpkg.com/css-tree/-/css-tree-1.0.0-alpha.29.tgz#3fa9d4ef3142cbd1c301e7664c1f352bd82f5a39"
|
|
resolved "https://registry.yarnpkg.com/css-tree/-/css-tree-1.0.0-alpha.29.tgz#3fa9d4ef3142cbd1c301e7664c1f352bd82f5a39"
|
|
@@ -3192,9 +3182,10 @@ css-what@2.1:
|
|
|
version "2.1.0"
|
|
version "2.1.0"
|
|
|
resolved "https://registry.yarnpkg.com/css-what/-/css-what-2.1.0.tgz#9467d032c38cfaefb9f2d79501253062f87fa1bd"
|
|
resolved "https://registry.yarnpkg.com/css-what/-/css-what-2.1.0.tgz#9467d032c38cfaefb9f2d79501253062f87fa1bd"
|
|
|
|
|
|
|
|
-cssesc@^0.1.0:
|
|
|
|
|
- version "0.1.0"
|
|
|
|
|
- resolved "https://registry.yarnpkg.com/cssesc/-/cssesc-0.1.0.tgz#c814903e45623371a0477b40109aaafbeeaddbb4"
|
|
|
|
|
|
|
+cssesc@^3.0.0:
|
|
|
|
|
+ version "3.0.0"
|
|
|
|
|
+ resolved "https://registry.yarnpkg.com/cssesc/-/cssesc-3.0.0.tgz#37741919903b868565e1c09ea747445cd18983ee"
|
|
|
|
|
+ integrity sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==
|
|
|
|
|
|
|
|
cssfilter@0.0.10:
|
|
cssfilter@0.0.10:
|
|
|
version "0.0.10"
|
|
version "0.0.10"
|
|
@@ -3280,9 +3271,10 @@ cssstyle@^1.0.0:
|
|
|
dependencies:
|
|
dependencies:
|
|
|
cssom "0.3.x"
|
|
cssom "0.3.x"
|
|
|
|
|
|
|
|
-csv-to-markdown-table@^0.5.0:
|
|
|
|
|
- version "0.5.0"
|
|
|
|
|
- resolved "https://registry.yarnpkg.com/csv-to-markdown-table/-/csv-to-markdown-table-0.5.0.tgz#df7b5fd2d7d433319cec2fc01f3213c945de99f6"
|
|
|
|
|
|
|
+csv-to-markdown-table@^1.0.1:
|
|
|
|
|
+ version "1.0.1"
|
|
|
|
|
+ resolved "https://registry.yarnpkg.com/csv-to-markdown-table/-/csv-to-markdown-table-1.0.1.tgz#43da1b0c0c483faa10a23921abc5e47a48e0daba"
|
|
|
|
|
+ integrity sha512-sw7oHNTBvmvztdDp5ZdIA3FPOy7fVol08hPgdSfVky4D1bcIoKwSiUeB/3G99mSaHnZh7wgCHcT7wAmyiyiaQA==
|
|
|
|
|
|
|
|
currently-unhandled@^0.4.1:
|
|
currently-unhandled@^0.4.1:
|
|
|
version "0.4.1"
|
|
version "0.4.1"
|
|
@@ -4024,9 +4016,10 @@ eslint-config-airbnb@^17.1.0:
|
|
|
object.assign "^4.1.0"
|
|
object.assign "^4.1.0"
|
|
|
object.entries "^1.0.4"
|
|
object.entries "^1.0.4"
|
|
|
|
|
|
|
|
-eslint-config-weseek@^1.0.1:
|
|
|
|
|
- version "1.0.1"
|
|
|
|
|
- resolved "https://registry.yarnpkg.com/eslint-config-weseek/-/eslint-config-weseek-1.0.1.tgz#f8291c0af8f7001cf3c0b7b60c97c01a9cf5422c"
|
|
|
|
|
|
|
+eslint-config-weseek@^1.0.2:
|
|
|
|
|
+ version "1.0.2"
|
|
|
|
|
+ resolved "https://registry.yarnpkg.com/eslint-config-weseek/-/eslint-config-weseek-1.0.2.tgz#ae96be9d1ef81ac5cdb4c76212badea767f56e00"
|
|
|
|
|
+ integrity sha512-Ak3nV0qh3fx8029h05WB9Eql62hQk+bzOAqdeY3jmiPaYo2TI2kRD+gqe4a8wOkMmcKrQDxynuwmP9tmhkGBtw==
|
|
|
dependencies:
|
|
dependencies:
|
|
|
eslint-config-airbnb "^17.1.0"
|
|
eslint-config-airbnb "^17.1.0"
|
|
|
|
|
|
|
@@ -4037,44 +4030,50 @@ eslint-import-resolver-node@^0.3.2:
|
|
|
debug "^2.6.9"
|
|
debug "^2.6.9"
|
|
|
resolve "^1.5.0"
|
|
resolve "^1.5.0"
|
|
|
|
|
|
|
|
-eslint-module-utils@^2.3.0:
|
|
|
|
|
- version "2.3.0"
|
|
|
|
|
- resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.3.0.tgz#546178dab5e046c8b562bbb50705e2456d7bda49"
|
|
|
|
|
|
|
+eslint-module-utils@^2.4.0:
|
|
|
|
|
+ version "2.4.0"
|
|
|
|
|
+ resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.4.0.tgz#8b93499e9b00eab80ccb6614e69f03678e84e09a"
|
|
|
|
|
+ integrity sha512-14tltLm38Eu3zS+mt0KvILC3q8jyIAH518MlG+HO0p+yK885Lb1UHTY/UgR91eOyGdmxAPb+OLoW4znqIT6Ndw==
|
|
|
dependencies:
|
|
dependencies:
|
|
|
debug "^2.6.8"
|
|
debug "^2.6.8"
|
|
|
pkg-dir "^2.0.0"
|
|
pkg-dir "^2.0.0"
|
|
|
|
|
|
|
|
-eslint-plugin-import@^2.16.0:
|
|
|
|
|
- version "2.16.0"
|
|
|
|
|
- resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.16.0.tgz#97ac3e75d0791c4fac0e15ef388510217be7f66f"
|
|
|
|
|
|
|
+eslint-plugin-import@^2.18.0:
|
|
|
|
|
+ version "2.18.0"
|
|
|
|
|
+ resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.18.0.tgz#7a5ba8d32622fb35eb9c8db195c2090bd18a3678"
|
|
|
|
|
+ integrity sha512-PZpAEC4gj/6DEMMoU2Df01C5c50r7zdGIN52Yfi7CvvWaYssG7Jt5R9nFG5gmqodxNOz9vQS87xk6Izdtpdrig==
|
|
|
dependencies:
|
|
dependencies:
|
|
|
|
|
+ array-includes "^3.0.3"
|
|
|
contains-path "^0.1.0"
|
|
contains-path "^0.1.0"
|
|
|
debug "^2.6.9"
|
|
debug "^2.6.9"
|
|
|
doctrine "1.5.0"
|
|
doctrine "1.5.0"
|
|
|
eslint-import-resolver-node "^0.3.2"
|
|
eslint-import-resolver-node "^0.3.2"
|
|
|
- eslint-module-utils "^2.3.0"
|
|
|
|
|
|
|
+ eslint-module-utils "^2.4.0"
|
|
|
has "^1.0.3"
|
|
has "^1.0.3"
|
|
|
lodash "^4.17.11"
|
|
lodash "^4.17.11"
|
|
|
minimatch "^3.0.4"
|
|
minimatch "^3.0.4"
|
|
|
read-pkg-up "^2.0.0"
|
|
read-pkg-up "^2.0.0"
|
|
|
- resolve "^1.9.0"
|
|
|
|
|
|
|
+ resolve "^1.11.0"
|
|
|
|
|
|
|
|
-eslint-plugin-jest@^22.6.4:
|
|
|
|
|
- version "22.6.4"
|
|
|
|
|
- resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-22.6.4.tgz#2895b047dd82f90f43a58a25cf136220a21c9104"
|
|
|
|
|
- integrity sha512-36OqnZR/uMCDxXGmTsqU4RwllR0IiB/XF8GW3ODmhsjiITKuI0GpgultWFt193ipN3HARkaIcKowpE6HBvRHNg==
|
|
|
|
|
|
|
+eslint-plugin-jest@^22.7.1:
|
|
|
|
|
+ version "22.7.1"
|
|
|
|
|
+ resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-22.7.1.tgz#5dcdf8f7a285f98040378220d6beca581f0ab2a1"
|
|
|
|
|
+ integrity sha512-CrT3AzA738neimv8G8iK2HCkrCwHnAJeeo7k5TEHK86VMItKl6zdJT/tHBDImfnVVAYsVs4Y6BUdBZQCCgfiyw==
|
|
|
|
|
|
|
|
-eslint-plugin-react@^7.12.4:
|
|
|
|
|
- version "7.12.4"
|
|
|
|
|
- resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.12.4.tgz#b1ecf26479d61aee650da612e425c53a99f48c8c"
|
|
|
|
|
|
|
+eslint-plugin-react@^7.14.2:
|
|
|
|
|
+ version "7.14.2"
|
|
|
|
|
+ resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.14.2.tgz#94c193cc77a899ac0ecbb2766fbef88685b7ecc1"
|
|
|
|
|
+ integrity sha512-jZdnKe3ip7FQOdjxks9XPN0pjUKZYq48OggNMd16Sk+8VXx6JOvXmlElxROCgp7tiUsTsze3jd78s/9AFJP2mA==
|
|
|
dependencies:
|
|
dependencies:
|
|
|
array-includes "^3.0.3"
|
|
array-includes "^3.0.3"
|
|
|
doctrine "^2.1.0"
|
|
doctrine "^2.1.0"
|
|
|
has "^1.0.3"
|
|
has "^1.0.3"
|
|
|
- jsx-ast-utils "^2.0.1"
|
|
|
|
|
|
|
+ jsx-ast-utils "^2.1.0"
|
|
|
|
|
+ object.entries "^1.1.0"
|
|
|
object.fromentries "^2.0.0"
|
|
object.fromentries "^2.0.0"
|
|
|
- prop-types "^15.6.2"
|
|
|
|
|
- resolve "^1.9.0"
|
|
|
|
|
|
|
+ object.values "^1.1.0"
|
|
|
|
|
+ prop-types "^15.7.2"
|
|
|
|
|
+ resolve "^1.10.1"
|
|
|
|
|
|
|
|
eslint-restricted-globals@^0.1.1:
|
|
eslint-restricted-globals@^0.1.1:
|
|
|
version "0.1.1"
|
|
version "0.1.1"
|
|
@@ -4094,9 +4093,10 @@ eslint-scope@^4.0.0:
|
|
|
esrecurse "^4.1.0"
|
|
esrecurse "^4.1.0"
|
|
|
estraverse "^4.1.1"
|
|
estraverse "^4.1.1"
|
|
|
|
|
|
|
|
-eslint-scope@^4.0.2:
|
|
|
|
|
- version "4.0.2"
|
|
|
|
|
- resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-4.0.2.tgz#5f10cd6cabb1965bf479fa65745673439e21cb0e"
|
|
|
|
|
|
|
+eslint-scope@^4.0.3:
|
|
|
|
|
+ version "4.0.3"
|
|
|
|
|
+ resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-4.0.3.tgz#ca03833310f6889a3264781aa82e63eb9cfe7848"
|
|
|
|
|
+ integrity sha512-p7VutNr1O/QrxysMo3E45FjYDTeXBy0iTltPFNSqKAIfjDSXC+4dj+qfyuD8bfAXrW/y6lW3O76VaYNPKfpKrg==
|
|
|
dependencies:
|
|
dependencies:
|
|
|
esrecurse "^4.1.0"
|
|
esrecurse "^4.1.0"
|
|
|
estraverse "^4.1.1"
|
|
estraverse "^4.1.1"
|
|
@@ -4109,31 +4109,33 @@ eslint-visitor-keys@^1.0.0:
|
|
|
version "1.0.0"
|
|
version "1.0.0"
|
|
|
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#3f3180fb2e291017716acb4c9d6d5b5c34a6a81d"
|
|
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#3f3180fb2e291017716acb4c9d6d5b5c34a6a81d"
|
|
|
|
|
|
|
|
-eslint@^5.15.1:
|
|
|
|
|
- version "5.15.1"
|
|
|
|
|
- resolved "https://registry.yarnpkg.com/eslint/-/eslint-5.15.1.tgz#8266b089fd5391e0009a047050795b1d73664524"
|
|
|
|
|
|
|
+eslint@^6.0.1:
|
|
|
|
|
+ version "6.0.1"
|
|
|
|
|
+ resolved "https://registry.yarnpkg.com/eslint/-/eslint-6.0.1.tgz#4a32181d72cb999d6f54151df7d337131f81cda7"
|
|
|
|
|
+ integrity sha512-DyQRaMmORQ+JsWShYsSg4OPTjY56u1nCjAmICrE8vLWqyLKxhFXOthwMj1SA8xwfrv0CofLNVnqbfyhwCkaO0w==
|
|
|
dependencies:
|
|
dependencies:
|
|
|
"@babel/code-frame" "^7.0.0"
|
|
"@babel/code-frame" "^7.0.0"
|
|
|
- ajv "^6.9.1"
|
|
|
|
|
|
|
+ ajv "^6.10.0"
|
|
|
chalk "^2.1.0"
|
|
chalk "^2.1.0"
|
|
|
cross-spawn "^6.0.5"
|
|
cross-spawn "^6.0.5"
|
|
|
debug "^4.0.1"
|
|
debug "^4.0.1"
|
|
|
doctrine "^3.0.0"
|
|
doctrine "^3.0.0"
|
|
|
- eslint-scope "^4.0.2"
|
|
|
|
|
|
|
+ eslint-scope "^4.0.3"
|
|
|
eslint-utils "^1.3.1"
|
|
eslint-utils "^1.3.1"
|
|
|
eslint-visitor-keys "^1.0.0"
|
|
eslint-visitor-keys "^1.0.0"
|
|
|
- espree "^5.0.1"
|
|
|
|
|
|
|
+ espree "^6.0.0"
|
|
|
esquery "^1.0.1"
|
|
esquery "^1.0.1"
|
|
|
esutils "^2.0.2"
|
|
esutils "^2.0.2"
|
|
|
file-entry-cache "^5.0.1"
|
|
file-entry-cache "^5.0.1"
|
|
|
functional-red-black-tree "^1.0.1"
|
|
functional-red-black-tree "^1.0.1"
|
|
|
- glob "^7.1.2"
|
|
|
|
|
|
|
+ glob-parent "^3.1.0"
|
|
|
globals "^11.7.0"
|
|
globals "^11.7.0"
|
|
|
ignore "^4.0.6"
|
|
ignore "^4.0.6"
|
|
|
import-fresh "^3.0.0"
|
|
import-fresh "^3.0.0"
|
|
|
imurmurhash "^0.1.4"
|
|
imurmurhash "^0.1.4"
|
|
|
inquirer "^6.2.2"
|
|
inquirer "^6.2.2"
|
|
|
- js-yaml "^3.12.0"
|
|
|
|
|
|
|
+ is-glob "^4.0.0"
|
|
|
|
|
+ js-yaml "^3.13.1"
|
|
|
json-stable-stringify-without-jsonify "^1.0.1"
|
|
json-stable-stringify-without-jsonify "^1.0.1"
|
|
|
levn "^0.3.0"
|
|
levn "^0.3.0"
|
|
|
lodash "^4.17.11"
|
|
lodash "^4.17.11"
|
|
@@ -4141,7 +4143,6 @@ eslint@^5.15.1:
|
|
|
mkdirp "^0.5.1"
|
|
mkdirp "^0.5.1"
|
|
|
natural-compare "^1.4.0"
|
|
natural-compare "^1.4.0"
|
|
|
optionator "^0.8.2"
|
|
optionator "^0.8.2"
|
|
|
- path-is-inside "^1.0.2"
|
|
|
|
|
progress "^2.0.0"
|
|
progress "^2.0.0"
|
|
|
regexpp "^2.0.1"
|
|
regexpp "^2.0.1"
|
|
|
semver "^5.5.1"
|
|
semver "^5.5.1"
|
|
@@ -4150,9 +4151,10 @@ eslint@^5.15.1:
|
|
|
table "^5.2.3"
|
|
table "^5.2.3"
|
|
|
text-table "^0.2.0"
|
|
text-table "^0.2.0"
|
|
|
|
|
|
|
|
-espree@^5.0.1:
|
|
|
|
|
- version "5.0.1"
|
|
|
|
|
- resolved "https://registry.yarnpkg.com/espree/-/espree-5.0.1.tgz#5d6526fa4fc7f0788a5cf75b15f30323e2f81f7a"
|
|
|
|
|
|
|
+espree@^6.0.0:
|
|
|
|
|
+ version "6.0.0"
|
|
|
|
|
+ resolved "https://registry.yarnpkg.com/espree/-/espree-6.0.0.tgz#716fc1f5a245ef5b9a7fdb1d7b0d3f02322e75f6"
|
|
|
|
|
+ integrity sha512-lJvCS6YbCn3ImT3yKkPe0+tJ+mH6ljhGNjHQH9mRtiO6gjhVAOhVXW1yjnwqGwTkK3bGbye+hb00nFNmu0l/1Q==
|
|
|
dependencies:
|
|
dependencies:
|
|
|
acorn "^6.0.7"
|
|
acorn "^6.0.7"
|
|
|
acorn-jsx "^5.0.0"
|
|
acorn-jsx "^5.0.0"
|
|
@@ -4342,13 +4344,13 @@ express-session@^1.16.1:
|
|
|
safe-buffer "5.1.2"
|
|
safe-buffer "5.1.2"
|
|
|
uid-safe "~2.1.5"
|
|
uid-safe "~2.1.5"
|
|
|
|
|
|
|
|
-express-validator@^5.3.1:
|
|
|
|
|
- version "5.3.1"
|
|
|
|
|
- resolved "https://registry.yarnpkg.com/express-validator/-/express-validator-5.3.1.tgz#6f42c6d52554441b0360c40ccfb555b1770affe2"
|
|
|
|
|
- integrity sha512-g8xkipBF6VxHbO1+ksC7nxUU7+pWif0+OZXjZTybKJ/V0aTVhuCoHbyhIPgSYVldwQLocGExPtB2pE0DqK4jsw==
|
|
|
|
|
|
|
+express-validator@^6.1.1:
|
|
|
|
|
+ version "6.1.1"
|
|
|
|
|
+ resolved "https://registry.yarnpkg.com/express-validator/-/express-validator-6.1.1.tgz#2ac81c3a11ce670da6f85a39af6f726a587ee2e7"
|
|
|
|
|
+ integrity sha512-AF6YOhdDiCU7tUOO/OHp2W++I3qpYX7EInMmEEcRGOjs+qoubwgc5s6Wo3OQgxwsWRGCxXlrF73SIDEmY4y3wg==
|
|
|
dependencies:
|
|
dependencies:
|
|
|
- lodash "^4.17.10"
|
|
|
|
|
- validator "^10.4.0"
|
|
|
|
|
|
|
+ lodash "^4.17.11"
|
|
|
|
|
+ validator "^11.0.0"
|
|
|
|
|
|
|
|
express-webpack-assets@^0.1.0:
|
|
express-webpack-assets@^0.1.0:
|
|
|
version "0.1.0"
|
|
version "0.1.0"
|
|
@@ -4504,10 +4506,6 @@ fast-levenshtein@~2.0.4:
|
|
|
version "2.0.6"
|
|
version "2.0.6"
|
|
|
resolved "https://registry.yarnpkg.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz#3d8a5c66883a16a30ca8643e851f19baa7797917"
|
|
resolved "https://registry.yarnpkg.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz#3d8a5c66883a16a30ca8643e851f19baa7797917"
|
|
|
|
|
|
|
|
-fastparse@^1.1.1:
|
|
|
|
|
- version "1.1.1"
|
|
|
|
|
- resolved "https://registry.yarnpkg.com/fastparse/-/fastparse-1.1.1.tgz#d1e2643b38a94d7583b479060e6c4affc94071f8"
|
|
|
|
|
-
|
|
|
|
|
fb-watchman@^2.0.0:
|
|
fb-watchman@^2.0.0:
|
|
|
version "2.0.0"
|
|
version "2.0.0"
|
|
|
resolved "https://registry.yarnpkg.com/fb-watchman/-/fb-watchman-2.0.0.tgz#54e9abf7dfa2f26cd9b1636c588c1afc05de5d58"
|
|
resolved "https://registry.yarnpkg.com/fb-watchman/-/fb-watchman-2.0.0.tgz#54e9abf7dfa2f26cd9b1636c588c1afc05de5d58"
|
|
@@ -5140,10 +5138,10 @@ graceful-fs@^4.1.15:
|
|
|
version "4.1.15"
|
|
version "4.1.15"
|
|
|
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.1.15.tgz#ffb703e1066e8a0eeaa4c8b80ba9253eeefbfb00"
|
|
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.1.15.tgz#ffb703e1066e8a0eeaa4c8b80ba9253eeefbfb00"
|
|
|
|
|
|
|
|
-growi-commons@^4.0.1:
|
|
|
|
|
- version "4.0.1"
|
|
|
|
|
- resolved "https://registry.yarnpkg.com/growi-commons/-/growi-commons-4.0.1.tgz#e0e71c9c286f493e11c0703c809385bcdc6a97a9"
|
|
|
|
|
- integrity sha512-haH4Av1WuQIHic4Jv2RRwDprbKecRKF/3C0wVk9ssBzWtB3V6Oghj5gksajDpYOd7tOKdvkVEqqkFfIV4JQUyQ==
|
|
|
|
|
|
|
+growi-commons@^4.0.3:
|
|
|
|
|
+ version "4.0.3"
|
|
|
|
|
+ resolved "https://registry.yarnpkg.com/growi-commons/-/growi-commons-4.0.3.tgz#aa8cec9a45854ff5a66d28bdf3b232adc64e0270"
|
|
|
|
|
+ integrity sha512-ktf6wdAOykVkrGCMWBArP+jHjZTg8iDFrnPGNNVoCxm1fnWfRVXBNu7a8mFIvB2wQScSvnoHs2RFBKN/GcJJoA==
|
|
|
|
|
|
|
|
growly@^1.3.0:
|
|
growly@^1.3.0:
|
|
|
version "1.3.0"
|
|
version "1.3.0"
|
|
@@ -5535,15 +5533,12 @@ iconv-lite@0.4.24, iconv-lite@^0.4.24:
|
|
|
dependencies:
|
|
dependencies:
|
|
|
safer-buffer ">= 2.1.2 < 3"
|
|
safer-buffer ">= 2.1.2 < 3"
|
|
|
|
|
|
|
|
-icss-replace-symbols@^1.1.0:
|
|
|
|
|
- version "1.1.0"
|
|
|
|
|
- resolved "https://registry.yarnpkg.com/icss-replace-symbols/-/icss-replace-symbols-1.1.0.tgz#06ea6f83679a7749e386cfe1fe812ae5db223ded"
|
|
|
|
|
-
|
|
|
|
|
-icss-utils@^2.1.0:
|
|
|
|
|
- version "2.1.0"
|
|
|
|
|
- resolved "https://registry.yarnpkg.com/icss-utils/-/icss-utils-2.1.0.tgz#83f0a0ec378bf3246178b6c2ad9136f135b1c962"
|
|
|
|
|
|
|
+icss-utils@^4.0.0, icss-utils@^4.1.1:
|
|
|
|
|
+ version "4.1.1"
|
|
|
|
|
+ resolved "https://registry.yarnpkg.com/icss-utils/-/icss-utils-4.1.1.tgz#21170b53789ee27447c2f47dd683081403f9a467"
|
|
|
|
|
+ integrity sha512-4aFq7wvWyMHKgxsH8QQtGpvbASCf+eM3wPRLI6R+MgAnTCZ6STYsRvttLvRWK0Nfif5piF394St3HeJDaljGPA==
|
|
|
dependencies:
|
|
dependencies:
|
|
|
- postcss "^6.0.1"
|
|
|
|
|
|
|
+ postcss "^7.0.14"
|
|
|
|
|
|
|
|
ieee754@^1.1.4:
|
|
ieee754@^1.1.4:
|
|
|
version "1.1.8"
|
|
version "1.1.8"
|
|
@@ -6577,7 +6572,7 @@ js-levenshtein@^1.1.3:
|
|
|
resolved "https://registry.yarnpkg.com/js-levenshtein/-/js-levenshtein-1.1.6.tgz#c6cee58eb3550372df8deb85fad5ce66ce01d59d"
|
|
resolved "https://registry.yarnpkg.com/js-levenshtein/-/js-levenshtein-1.1.6.tgz#c6cee58eb3550372df8deb85fad5ce66ce01d59d"
|
|
|
integrity sha512-X2BB11YZtrRqY4EnQcLX5Rh373zbK4alC1FW7D7MBhL2gtcC17cTnr6DmfHZeS0s2rTHjUTMMHfG7gO8SSdw+g==
|
|
integrity sha512-X2BB11YZtrRqY4EnQcLX5Rh373zbK4alC1FW7D7MBhL2gtcC17cTnr6DmfHZeS0s2rTHjUTMMHfG7gO8SSdw+g==
|
|
|
|
|
|
|
|
-js-tokens@^3.0.0, js-tokens@^3.0.2:
|
|
|
|
|
|
|
+js-tokens@^3.0.0:
|
|
|
version "3.0.2"
|
|
version "3.0.2"
|
|
|
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-3.0.2.tgz#9866df395102130e38f7f996bceb65443209c25b"
|
|
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-3.0.2.tgz#9866df395102130e38f7f996bceb65443209c25b"
|
|
|
|
|
|
|
@@ -6592,7 +6587,7 @@ js-yaml@3.12.0, js-yaml@^3.9.0:
|
|
|
argparse "^1.0.7"
|
|
argparse "^1.0.7"
|
|
|
esprima "^4.0.0"
|
|
esprima "^4.0.0"
|
|
|
|
|
|
|
|
-js-yaml@3.13.1:
|
|
|
|
|
|
|
+js-yaml@3.13.1, js-yaml@^3.13.1:
|
|
|
version "3.13.1"
|
|
version "3.13.1"
|
|
|
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.13.1.tgz#aff151b30bfdfa8e49e05da22e7415e9dfa37847"
|
|
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.13.1.tgz#aff151b30bfdfa8e49e05da22e7415e9dfa37847"
|
|
|
integrity sha512-YfbcO7jXDdyj0DGxYVSlSeQNHbD7XPWvrVWeVUujrQEoZzWJIRrCPoyk6kL6IAjAG2IolMK4T0hNUe0HOUs5Jw==
|
|
integrity sha512-YfbcO7jXDdyj0DGxYVSlSeQNHbD7XPWvrVWeVUujrQEoZzWJIRrCPoyk6kL6IAjAG2IolMK4T0hNUe0HOUs5Jw==
|
|
@@ -6767,11 +6762,13 @@ jsprim@^1.2.2:
|
|
|
json-schema "0.2.3"
|
|
json-schema "0.2.3"
|
|
|
verror "1.10.0"
|
|
verror "1.10.0"
|
|
|
|
|
|
|
|
-jsx-ast-utils@^2.0.1:
|
|
|
|
|
- version "2.0.1"
|
|
|
|
|
- resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-2.0.1.tgz#e801b1b39985e20fffc87b40e3748080e2dcac7f"
|
|
|
|
|
|
|
+jsx-ast-utils@^2.1.0:
|
|
|
|
|
+ version "2.2.1"
|
|
|
|
|
+ resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-2.2.1.tgz#4d4973ebf8b9d2837ee91a8208cc66f3a2776cfb"
|
|
|
|
|
+ integrity sha512-v3FxCcAf20DayI+uxnCuw795+oOIkVu6EnJ1+kSzhqqTZHNkTZ7B66ZgLp4oLJ/gbA64cI0B7WRoHZMSRdyVRQ==
|
|
|
dependencies:
|
|
dependencies:
|
|
|
array-includes "^3.0.3"
|
|
array-includes "^3.0.3"
|
|
|
|
|
+ object.assign "^4.1.0"
|
|
|
|
|
|
|
|
jwa@^1.1.4:
|
|
jwa@^1.1.4:
|
|
|
version "1.1.5"
|
|
version "1.1.5"
|
|
@@ -7054,12 +7051,7 @@ lodash.has@^4.0, lodash.has@^4.5.2:
|
|
|
version "4.5.2"
|
|
version "4.5.2"
|
|
|
resolved "https://registry.yarnpkg.com/lodash.has/-/lodash.has-4.5.2.tgz#d19f4dc1095058cccbe2b0cdf4ee0fe4aa37c862"
|
|
resolved "https://registry.yarnpkg.com/lodash.has/-/lodash.has-4.5.2.tgz#d19f4dc1095058cccbe2b0cdf4ee0fe4aa37c862"
|
|
|
|
|
|
|
|
-lodash.isboolean@^3.0.3:
|
|
|
|
|
- version "3.0.3"
|
|
|
|
|
- resolved "https://registry.yarnpkg.com/lodash.isboolean/-/lodash.isboolean-3.0.3.tgz#6c2e171db2a257cd96802fd43b01b20d5f5870f6"
|
|
|
|
|
- integrity sha1-bC4XHbKiV82WgC/UOwGyDV9YcPY=
|
|
|
|
|
-
|
|
|
|
|
-lodash.isequal@^4.0.0, lodash.isequal@^4.5.0:
|
|
|
|
|
|
|
+lodash.isequal@^4.0.0:
|
|
|
version "4.5.0"
|
|
version "4.5.0"
|
|
|
resolved "https://registry.yarnpkg.com/lodash.isequal/-/lodash.isequal-4.5.0.tgz#415c4478f2bcc30120c22ce10ed3226f7d3e18e0"
|
|
resolved "https://registry.yarnpkg.com/lodash.isequal/-/lodash.isequal-4.5.0.tgz#415c4478f2bcc30120c22ce10ed3226f7d3e18e0"
|
|
|
integrity sha1-QVxEePK8wwEgwizhDtMib30+GOA=
|
|
integrity sha1-QVxEePK8wwEgwizhDtMib30+GOA=
|
|
@@ -7068,11 +7060,6 @@ lodash.isfinite@^3.3.2:
|
|
|
version "3.3.2"
|
|
version "3.3.2"
|
|
|
resolved "https://registry.yarnpkg.com/lodash.isfinite/-/lodash.isfinite-3.3.2.tgz#fb89b65a9a80281833f0b7478b3a5104f898ebb3"
|
|
resolved "https://registry.yarnpkg.com/lodash.isfinite/-/lodash.isfinite-3.3.2.tgz#fb89b65a9a80281833f0b7478b3a5104f898ebb3"
|
|
|
|
|
|
|
|
-lodash.isobject@^3.0.2:
|
|
|
|
|
- version "3.0.2"
|
|
|
|
|
- resolved "https://registry.yarnpkg.com/lodash.isobject/-/lodash.isobject-3.0.2.tgz#3c8fb8d5b5bf4bf90ae06e14f2a530a4ed935e1d"
|
|
|
|
|
- integrity sha1-PI+41bW/S/kK4G4U8qUwpO2TXh0=
|
|
|
|
|
-
|
|
|
|
|
lodash.memoize@^4.1.2:
|
|
lodash.memoize@^4.1.2:
|
|
|
version "4.1.2"
|
|
version "4.1.2"
|
|
|
resolved "https://registry.yarnpkg.com/lodash.memoize/-/lodash.memoize-4.1.2.tgz#bcc6c49a42a2840ed997f323eada5ecd182e0bfe"
|
|
resolved "https://registry.yarnpkg.com/lodash.memoize/-/lodash.memoize-4.1.2.tgz#bcc6c49a42a2840ed997f323eada5ecd182e0bfe"
|
|
@@ -7290,15 +7277,16 @@ markdown-it-toc-and-anchor-with-slugid@^1.1.4:
|
|
|
clone "^2.1.0"
|
|
clone "^2.1.0"
|
|
|
uslug "^1.0.4"
|
|
uslug "^1.0.4"
|
|
|
|
|
|
|
|
-markdown-it@^8.4.0:
|
|
|
|
|
- version "8.4.0"
|
|
|
|
|
- resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-8.4.0.tgz#e2400881bf171f7018ed1bd9da441dac8af6306d"
|
|
|
|
|
|
|
+markdown-it@^9.0.1:
|
|
|
|
|
+ version "9.0.1"
|
|
|
|
|
+ resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-9.0.1.tgz#aafe363c43718720b6575fd10625cde6e4ff2d47"
|
|
|
|
|
+ integrity sha512-XC9dMBHg28Xi7y5dPuLjM61upIGPJG8AiHNHYqIaXER2KNnn7eKnM5/sF0ImNnyoV224Ogn9b1Pck8VH4k0bxw==
|
|
|
dependencies:
|
|
dependencies:
|
|
|
argparse "^1.0.7"
|
|
argparse "^1.0.7"
|
|
|
entities "~1.1.1"
|
|
entities "~1.1.1"
|
|
|
linkify-it "^2.0.0"
|
|
linkify-it "^2.0.0"
|
|
|
mdurl "^1.0.1"
|
|
mdurl "^1.0.1"
|
|
|
- uc.micro "^1.0.3"
|
|
|
|
|
|
|
+ uc.micro "^1.0.5"
|
|
|
|
|
|
|
|
markdown-table@^1.1.0:
|
|
markdown-table@^1.1.0:
|
|
|
version "1.1.2"
|
|
version "1.1.2"
|
|
@@ -7552,10 +7540,10 @@ mimic-response@^1.0.0:
|
|
|
resolved "https://registry.yarnpkg.com/mimic-response/-/mimic-response-1.0.1.tgz#4923538878eef42063cb8a3e3b0798781487ab1b"
|
|
resolved "https://registry.yarnpkg.com/mimic-response/-/mimic-response-1.0.1.tgz#4923538878eef42063cb8a3e3b0798781487ab1b"
|
|
|
integrity sha512-j5EctnkH7amfV/q5Hgmoal1g2QHFJRraOtmx0JpIqkxhBhI/lJSl1nMpQ45hVarwNETOoWEimndZ4QK0RHxuxQ==
|
|
integrity sha512-j5EctnkH7amfV/q5Hgmoal1g2QHFJRraOtmx0JpIqkxhBhI/lJSl1nMpQ45hVarwNETOoWEimndZ4QK0RHxuxQ==
|
|
|
|
|
|
|
|
-mini-css-extract-plugin@^0.7.0:
|
|
|
|
|
- version "0.7.0"
|
|
|
|
|
- resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-0.7.0.tgz#5ba8290fbb4179a43dd27cca444ba150bee743a0"
|
|
|
|
|
- integrity sha512-RQIw6+7utTYn8DBGsf/LpRgZCJMpZt+kuawJ/fju0KiOL6nAaTBNmCJwS7HtwSCXfS47gCkmtBFS7HdsquhdxQ==
|
|
|
|
|
|
|
+mini-css-extract-plugin@^0.8.0:
|
|
|
|
|
+ version "0.8.0"
|
|
|
|
|
+ resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-0.8.0.tgz#81d41ec4fe58c713a96ad7c723cdb2d0bd4d70e1"
|
|
|
|
|
+ integrity sha512-MNpRGbNA52q6U92i0qbVpQNsgk7LExy41MdAlG84FeytfDOtRIf/mCHdEgG8rpTKOaNKiqUnZdlptF469hxqOw==
|
|
|
dependencies:
|
|
dependencies:
|
|
|
loader-utils "^1.1.0"
|
|
loader-utils "^1.1.0"
|
|
|
normalize-url "1.9.1"
|
|
normalize-url "1.9.1"
|
|
@@ -7786,11 +7774,6 @@ morgan@^1.9.0:
|
|
|
on-finished "~2.3.0"
|
|
on-finished "~2.3.0"
|
|
|
on-headers "~1.0.1"
|
|
on-headers "~1.0.1"
|
|
|
|
|
|
|
|
-mousetrap@^1.5.2:
|
|
|
|
|
- version "1.6.3"
|
|
|
|
|
- resolved "https://registry.yarnpkg.com/mousetrap/-/mousetrap-1.6.3.tgz#80fee49665fd478bccf072c9d46bdf1bfed3558a"
|
|
|
|
|
- integrity sha512-bd+nzwhhs9ifsUrC2tWaSgm24/oo2c83zaRyZQF06hYA6sANfsXHtnZ19AbbbDXCDzeH5nZBSQ4NvCjgD62tJA==
|
|
|
|
|
-
|
|
|
|
|
move-concurrently@^1.0.1:
|
|
move-concurrently@^1.0.1:
|
|
|
version "1.0.1"
|
|
version "1.0.1"
|
|
|
resolved "https://registry.yarnpkg.com/move-concurrently/-/move-concurrently-1.0.1.tgz#be2c005fda32e0b29af1f05d7c4b33214c701f92"
|
|
resolved "https://registry.yarnpkg.com/move-concurrently/-/move-concurrently-1.0.1.tgz#be2c005fda32e0b29af1f05d7c4b33214c701f92"
|
|
@@ -8312,7 +8295,7 @@ object.assign@^4.0.4, object.assign@^4.1.0:
|
|
|
has-symbols "^1.0.0"
|
|
has-symbols "^1.0.0"
|
|
|
object-keys "^1.0.11"
|
|
object-keys "^1.0.11"
|
|
|
|
|
|
|
|
-object.entries@^1.0.4:
|
|
|
|
|
|
|
+object.entries@^1.0.4, object.entries@^1.1.0:
|
|
|
version "1.1.0"
|
|
version "1.1.0"
|
|
|
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.0.tgz#2024fc6d6ba246aee38bdb0ffd5cfbcf371b7519"
|
|
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.0.tgz#2024fc6d6ba246aee38bdb0ffd5cfbcf371b7519"
|
|
|
dependencies:
|
|
dependencies:
|
|
@@ -8359,6 +8342,16 @@ object.values@^1.0.4:
|
|
|
function-bind "^1.1.0"
|
|
function-bind "^1.1.0"
|
|
|
has "^1.0.1"
|
|
has "^1.0.1"
|
|
|
|
|
|
|
|
|
|
+object.values@^1.1.0:
|
|
|
|
|
+ version "1.1.0"
|
|
|
|
|
+ resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.0.tgz#bf6810ef5da3e5325790eaaa2be213ea84624da9"
|
|
|
|
|
+ integrity sha512-8mf0nKLAoFX6VlNVdhGj31SVYpaNFtUnuoOXWyFEstsWRgU837AK+JYM0iAxwkSzGRbwn8cbFmgbyxj1j4VbXg==
|
|
|
|
|
+ dependencies:
|
|
|
|
|
+ define-properties "^1.1.3"
|
|
|
|
|
+ es-abstract "^1.12.0"
|
|
|
|
|
+ function-bind "^1.1.1"
|
|
|
|
|
+ has "^1.0.3"
|
|
|
|
|
+
|
|
|
oidc-token-hash@^3.0.1:
|
|
oidc-token-hash@^3.0.1:
|
|
|
version "3.0.2"
|
|
version "3.0.2"
|
|
|
resolved "https://registry.yarnpkg.com/oidc-token-hash/-/oidc-token-hash-3.0.2.tgz#5bd4716cc48ad433f4e4e99276811019b165697e"
|
|
resolved "https://registry.yarnpkg.com/oidc-token-hash/-/oidc-token-hash-3.0.2.tgz#5bd4716cc48ad433f4e4e99276811019b165697e"
|
|
@@ -8826,7 +8819,7 @@ path-is-absolute@^1.0.0:
|
|
|
version "1.0.1"
|
|
version "1.0.1"
|
|
|
resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f"
|
|
resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f"
|
|
|
|
|
|
|
|
-path-is-inside@^1.0.1, path-is-inside@^1.0.2:
|
|
|
|
|
|
|
+path-is-inside@^1.0.1:
|
|
|
version "1.0.2"
|
|
version "1.0.2"
|
|
|
resolved "https://registry.yarnpkg.com/path-is-inside/-/path-is-inside-1.0.2.tgz#365417dede44430d1c11af61027facf074bdfc53"
|
|
resolved "https://registry.yarnpkg.com/path-is-inside/-/path-is-inside-1.0.2.tgz#365417dede44430d1c11af61027facf074bdfc53"
|
|
|
|
|
|
|
@@ -9119,32 +9112,38 @@ postcss-minify-selectors@^4.0.0:
|
|
|
postcss "^6.0.0"
|
|
postcss "^6.0.0"
|
|
|
postcss-selector-parser "^3.0.0"
|
|
postcss-selector-parser "^3.0.0"
|
|
|
|
|
|
|
|
-postcss-modules-extract-imports@^1.2.0:
|
|
|
|
|
- version "1.2.1"
|
|
|
|
|
- resolved "https://registry.yarnpkg.com/postcss-modules-extract-imports/-/postcss-modules-extract-imports-1.2.1.tgz#dc87e34148ec7eab5f791f7cd5849833375b741a"
|
|
|
|
|
|
|
+postcss-modules-extract-imports@^2.0.0:
|
|
|
|
|
+ version "2.0.0"
|
|
|
|
|
+ resolved "https://registry.yarnpkg.com/postcss-modules-extract-imports/-/postcss-modules-extract-imports-2.0.0.tgz#818719a1ae1da325f9832446b01136eeb493cd7e"
|
|
|
|
|
+ integrity sha512-LaYLDNS4SG8Q5WAWqIJgdHPJrDDr/Lv775rMBFUbgjTz6j34lUznACHcdRWroPvXANP2Vj7yNK57vp9eFqzLWQ==
|
|
|
dependencies:
|
|
dependencies:
|
|
|
- postcss "^6.0.1"
|
|
|
|
|
|
|
+ postcss "^7.0.5"
|
|
|
|
|
|
|
|
-postcss-modules-local-by-default@^1.2.0:
|
|
|
|
|
- version "1.2.0"
|
|
|
|
|
- resolved "https://registry.yarnpkg.com/postcss-modules-local-by-default/-/postcss-modules-local-by-default-1.2.0.tgz#f7d80c398c5a393fa7964466bd19500a7d61c069"
|
|
|
|
|
|
|
+postcss-modules-local-by-default@^3.0.2:
|
|
|
|
|
+ version "3.0.2"
|
|
|
|
|
+ resolved "https://registry.yarnpkg.com/postcss-modules-local-by-default/-/postcss-modules-local-by-default-3.0.2.tgz#e8a6561be914aaf3c052876377524ca90dbb7915"
|
|
|
|
|
+ integrity sha512-jM/V8eqM4oJ/22j0gx4jrp63GSvDH6v86OqyTHHUvk4/k1vceipZsaymiZ5PvocqZOl5SFHiFJqjs3la0wnfIQ==
|
|
|
dependencies:
|
|
dependencies:
|
|
|
- css-selector-tokenizer "^0.7.0"
|
|
|
|
|
- postcss "^6.0.1"
|
|
|
|
|
|
|
+ icss-utils "^4.1.1"
|
|
|
|
|
+ postcss "^7.0.16"
|
|
|
|
|
+ postcss-selector-parser "^6.0.2"
|
|
|
|
|
+ postcss-value-parser "^4.0.0"
|
|
|
|
|
|
|
|
-postcss-modules-scope@^1.1.0:
|
|
|
|
|
- version "1.1.0"
|
|
|
|
|
- resolved "https://registry.yarnpkg.com/postcss-modules-scope/-/postcss-modules-scope-1.1.0.tgz#d6ea64994c79f97b62a72b426fbe6056a194bb90"
|
|
|
|
|
|
|
+postcss-modules-scope@^2.1.0:
|
|
|
|
|
+ version "2.1.0"
|
|
|
|
|
+ resolved "https://registry.yarnpkg.com/postcss-modules-scope/-/postcss-modules-scope-2.1.0.tgz#ad3f5bf7856114f6fcab901b0502e2a2bc39d4eb"
|
|
|
|
|
+ integrity sha512-91Rjps0JnmtUB0cujlc8KIKCsJXWjzuxGeT/+Q2i2HXKZ7nBUeF9YQTZZTNvHVoNYj1AthsjnGLtqDUE0Op79A==
|
|
|
dependencies:
|
|
dependencies:
|
|
|
- css-selector-tokenizer "^0.7.0"
|
|
|
|
|
- postcss "^6.0.1"
|
|
|
|
|
|
|
+ postcss "^7.0.6"
|
|
|
|
|
+ postcss-selector-parser "^6.0.0"
|
|
|
|
|
|
|
|
-postcss-modules-values@^1.3.0:
|
|
|
|
|
- version "1.3.0"
|
|
|
|
|
- resolved "https://registry.yarnpkg.com/postcss-modules-values/-/postcss-modules-values-1.3.0.tgz#ecffa9d7e192518389f42ad0e83f72aec456ea20"
|
|
|
|
|
|
|
+postcss-modules-values@^3.0.0:
|
|
|
|
|
+ version "3.0.0"
|
|
|
|
|
+ resolved "https://registry.yarnpkg.com/postcss-modules-values/-/postcss-modules-values-3.0.0.tgz#5b5000d6ebae29b4255301b4a3a54574423e7f10"
|
|
|
|
|
+ integrity sha512-1//E5jCBrZ9DmRX+zCtmQtRSV6PV42Ix7Bzj9GbwJceduuf7IqP8MgeTXuRDHOWj2m0VzZD5+roFWDuU8RQjcg==
|
|
|
dependencies:
|
|
dependencies:
|
|
|
- icss-replace-symbols "^1.1.0"
|
|
|
|
|
- postcss "^6.0.1"
|
|
|
|
|
|
|
+ icss-utils "^4.0.0"
|
|
|
|
|
+ postcss "^7.0.6"
|
|
|
|
|
|
|
|
postcss-normalize-charset@^4.0.0:
|
|
postcss-normalize-charset@^4.0.0:
|
|
|
version "4.0.0"
|
|
version "4.0.0"
|
|
@@ -9291,6 +9290,15 @@ postcss-selector-parser@^3.0.0, postcss-selector-parser@^3.1.0:
|
|
|
indexes-of "^1.0.1"
|
|
indexes-of "^1.0.1"
|
|
|
uniq "^1.0.1"
|
|
uniq "^1.0.1"
|
|
|
|
|
|
|
|
|
|
+postcss-selector-parser@^6.0.0, postcss-selector-parser@^6.0.2:
|
|
|
|
|
+ version "6.0.2"
|
|
|
|
|
+ resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-6.0.2.tgz#934cf799d016c83411859e09dcecade01286ec5c"
|
|
|
|
|
+ integrity sha512-36P2QR59jDTOAiIkqEprfJDsoNrvwFei3eCqKd1Y0tUsBimsq39BLp7RD+JWny3WgB1zGhJX8XVePwm9k4wdBg==
|
|
|
|
|
+ dependencies:
|
|
|
|
|
+ cssesc "^3.0.0"
|
|
|
|
|
+ indexes-of "^1.0.1"
|
|
|
|
|
+ uniq "^1.0.1"
|
|
|
|
|
+
|
|
|
postcss-sorting@^4.1.0:
|
|
postcss-sorting@^4.1.0:
|
|
|
version "4.1.0"
|
|
version "4.1.0"
|
|
|
resolved "https://registry.yarnpkg.com/postcss-sorting/-/postcss-sorting-4.1.0.tgz#a107f0bf3852977fa64e4442bc340c88d5aacdb3"
|
|
resolved "https://registry.yarnpkg.com/postcss-sorting/-/postcss-sorting-4.1.0.tgz#a107f0bf3852977fa64e4442bc340c88d5aacdb3"
|
|
@@ -9319,6 +9327,11 @@ postcss-value-parser@^3.0.0, postcss-value-parser@^3.2.3, postcss-value-parser@^
|
|
|
version "3.3.0"
|
|
version "3.3.0"
|
|
|
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-3.3.0.tgz#87f38f9f18f774a4ab4c8a232f5c5ce8872a9d15"
|
|
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-3.3.0.tgz#87f38f9f18f774a4ab4c8a232f5c5ce8872a9d15"
|
|
|
|
|
|
|
|
|
|
+postcss-value-parser@^4.0.0:
|
|
|
|
|
+ version "4.0.0"
|
|
|
|
|
+ resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.0.0.tgz#99a983d365f7b2ad8d0f9b8c3094926eab4b936d"
|
|
|
|
|
+ integrity sha512-ESPktioptiSUchCKgggAkzdmkgzKfmp0EU8jXH+5kbIUB+unr0Y4CY9SRMvibuvYUBjNh1ACLbxqYNpdTQOteQ==
|
|
|
|
|
+
|
|
|
postcss@^5.2.16:
|
|
postcss@^5.2.16:
|
|
|
version "5.2.18"
|
|
version "5.2.18"
|
|
|
resolved "https://registry.yarnpkg.com/postcss/-/postcss-5.2.18.tgz#badfa1497d46244f6390f58b319830d9107853c5"
|
|
resolved "https://registry.yarnpkg.com/postcss/-/postcss-5.2.18.tgz#badfa1497d46244f6390f58b319830d9107853c5"
|
|
@@ -9336,7 +9349,7 @@ postcss@^6.0.0:
|
|
|
source-map "^0.6.1"
|
|
source-map "^0.6.1"
|
|
|
supports-color "^5.3.0"
|
|
supports-color "^5.3.0"
|
|
|
|
|
|
|
|
-postcss@^6.0.1, postcss@^6.0.14, postcss@^6.0.17, postcss@^6.0.23, postcss@^6.0.6, postcss@^6.0.8:
|
|
|
|
|
|
|
+postcss@^6.0.14, postcss@^6.0.17, postcss@^6.0.23, postcss@^6.0.6, postcss@^6.0.8:
|
|
|
version "6.0.23"
|
|
version "6.0.23"
|
|
|
resolved "https://registry.yarnpkg.com/postcss/-/postcss-6.0.23.tgz#61c82cc328ac60e677645f979054eb98bc0e3324"
|
|
resolved "https://registry.yarnpkg.com/postcss/-/postcss-6.0.23.tgz#61c82cc328ac60e677645f979054eb98bc0e3324"
|
|
|
dependencies:
|
|
dependencies:
|
|
@@ -9352,6 +9365,15 @@ postcss@^7.0.0:
|
|
|
source-map "^0.6.1"
|
|
source-map "^0.6.1"
|
|
|
supports-color "^5.4.0"
|
|
supports-color "^5.4.0"
|
|
|
|
|
|
|
|
|
|
+postcss@^7.0.14, postcss@^7.0.16, postcss@^7.0.17, postcss@^7.0.5, postcss@^7.0.6:
|
|
|
|
|
+ version "7.0.17"
|
|
|
|
|
+ resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.17.tgz#4da1bdff5322d4a0acaab4d87f3e782436bad31f"
|
|
|
|
|
+ integrity sha512-546ZowA+KZ3OasvQZHsbuEpysvwTZNGJv9EfyCQdsIDltPSWHAeTQ5fQy/Npi2ZDtLI3zs7Ps/p6wThErhm9fQ==
|
|
|
|
|
+ dependencies:
|
|
|
|
|
+ chalk "^2.4.2"
|
|
|
|
|
+ source-map "^0.6.1"
|
|
|
|
|
+ supports-color "^6.1.0"
|
|
|
|
|
+
|
|
|
postcss@^7.0.2:
|
|
postcss@^7.0.2:
|
|
|
version "7.0.14"
|
|
version "7.0.14"
|
|
|
resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.14.tgz#4527ed6b1ca0d82c53ce5ec1a2041c2346bbd6e5"
|
|
resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.14.tgz#4527ed6b1ca0d82c53ce5ec1a2041c2346bbd6e5"
|
|
@@ -9474,14 +9496,6 @@ prop-types@^15.5.10, prop-types@^15.5.8:
|
|
|
loose-envify "^1.3.1"
|
|
loose-envify "^1.3.1"
|
|
|
object-assign "^4.1.1"
|
|
object-assign "^4.1.1"
|
|
|
|
|
|
|
|
-prop-types@^15.6.0, prop-types@^15.7.2:
|
|
|
|
|
- version "15.7.2"
|
|
|
|
|
- resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.7.2.tgz#52c41e75b8c87e72b9d9360e0206b99dcbffa6c5"
|
|
|
|
|
- dependencies:
|
|
|
|
|
- loose-envify "^1.4.0"
|
|
|
|
|
- object-assign "^4.1.1"
|
|
|
|
|
- react-is "^16.8.1"
|
|
|
|
|
-
|
|
|
|
|
prop-types@^15.6.1:
|
|
prop-types@^15.6.1:
|
|
|
version "15.6.1"
|
|
version "15.6.1"
|
|
|
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.6.1.tgz#36644453564255ddda391191fb3a125cbdf654ca"
|
|
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.6.1.tgz#36644453564255ddda391191fb3a125cbdf654ca"
|
|
@@ -9490,6 +9504,14 @@ prop-types@^15.6.1:
|
|
|
loose-envify "^1.3.1"
|
|
loose-envify "^1.3.1"
|
|
|
object-assign "^4.1.1"
|
|
object-assign "^4.1.1"
|
|
|
|
|
|
|
|
|
|
+prop-types@^15.7.2:
|
|
|
|
|
+ version "15.7.2"
|
|
|
|
|
+ resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.7.2.tgz#52c41e75b8c87e72b9d9360e0206b99dcbffa6c5"
|
|
|
|
|
+ dependencies:
|
|
|
|
|
+ loose-envify "^1.4.0"
|
|
|
|
|
+ object-assign "^4.1.1"
|
|
|
|
|
+ react-is "^16.8.1"
|
|
|
|
|
+
|
|
|
proxy-addr@~2.0.2:
|
|
proxy-addr@~2.0.2:
|
|
|
version "2.0.2"
|
|
version "2.0.2"
|
|
|
resolved "https://registry.yarnpkg.com/proxy-addr/-/proxy-addr-2.0.2.tgz#6571504f47bb988ec8180253f85dd7e14952bdec"
|
|
resolved "https://registry.yarnpkg.com/proxy-addr/-/proxy-addr-2.0.2.tgz#6571504f47bb988ec8180253f85dd7e14952bdec"
|
|
@@ -9755,16 +9777,12 @@ react-frame-component@^4.0.0:
|
|
|
version "4.0.0"
|
|
version "4.0.0"
|
|
|
resolved "https://registry.yarnpkg.com/react-frame-component/-/react-frame-component-4.0.0.tgz#57d51cdb2da3b204cc34577349f9f5bb84a76aac"
|
|
resolved "https://registry.yarnpkg.com/react-frame-component/-/react-frame-component-4.0.0.tgz#57d51cdb2da3b204cc34577349f9f5bb84a76aac"
|
|
|
|
|
|
|
|
-react-hotkeys@^1.1.4:
|
|
|
|
|
- version "1.1.4"
|
|
|
|
|
- resolved "https://registry.yarnpkg.com/react-hotkeys/-/react-hotkeys-1.1.4.tgz#a0712aa2e0c03a759fd7885808598497a4dace72"
|
|
|
|
|
- integrity sha1-oHEqouDAOnWf14hYCFmEl6TaznI=
|
|
|
|
|
|
|
+react-hotkeys@^2.0.0:
|
|
|
|
|
+ version "2.0.0"
|
|
|
|
|
+ resolved "https://registry.yarnpkg.com/react-hotkeys/-/react-hotkeys-2.0.0.tgz#a7719c7340cbba888b0e9184f806a9ec0ac2c53f"
|
|
|
|
|
+ integrity sha512-3n3OU8vLX/pfcJrR3xJ1zlww6KS1kEJt0Whxc4FiGV+MJrQ1mYSYI3qS/11d2MJDFm8IhOXMTFQirfu6AVOF6Q==
|
|
|
dependencies:
|
|
dependencies:
|
|
|
- lodash.isboolean "^3.0.3"
|
|
|
|
|
- lodash.isequal "^4.5.0"
|
|
|
|
|
- lodash.isobject "^3.0.2"
|
|
|
|
|
- mousetrap "^1.5.2"
|
|
|
|
|
- prop-types "^15.6.0"
|
|
|
|
|
|
|
+ prop-types "^15.6.1"
|
|
|
|
|
|
|
|
react-i18next@^10.6.1:
|
|
react-i18next@^10.6.1:
|
|
|
version "10.6.1"
|
|
version "10.6.1"
|
|
@@ -10016,10 +10034,6 @@ regenerate-unicode-properties@^8.0.2:
|
|
|
dependencies:
|
|
dependencies:
|
|
|
regenerate "^1.4.0"
|
|
regenerate "^1.4.0"
|
|
|
|
|
|
|
|
-regenerate@^1.2.1:
|
|
|
|
|
- version "1.3.3"
|
|
|
|
|
- resolved "https://registry.yarnpkg.com/regenerate/-/regenerate-1.3.3.tgz#0c336d3980553d755c39b586ae3b20aa49c82b7f"
|
|
|
|
|
-
|
|
|
|
|
regenerate@^1.4.0:
|
|
regenerate@^1.4.0:
|
|
|
version "1.4.0"
|
|
version "1.4.0"
|
|
|
resolved "https://registry.yarnpkg.com/regenerate/-/regenerate-1.4.0.tgz#4a856ec4b56e4077c557589cae85e7a4c8869a11"
|
|
resolved "https://registry.yarnpkg.com/regenerate/-/regenerate-1.4.0.tgz#4a856ec4b56e4077c557589cae85e7a4c8869a11"
|
|
@@ -10071,14 +10085,6 @@ regexpp@^2.0.1:
|
|
|
version "2.0.1"
|
|
version "2.0.1"
|
|
|
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-2.0.1.tgz#8d19d31cf632482b589049f8281f93dbcba4d07f"
|
|
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-2.0.1.tgz#8d19d31cf632482b589049f8281f93dbcba4d07f"
|
|
|
|
|
|
|
|
-regexpu-core@^1.0.0:
|
|
|
|
|
- version "1.0.0"
|
|
|
|
|
- resolved "https://registry.yarnpkg.com/regexpu-core/-/regexpu-core-1.0.0.tgz#86a763f58ee4d7c2f6b102e4764050de7ed90c6b"
|
|
|
|
|
- dependencies:
|
|
|
|
|
- regenerate "^1.2.1"
|
|
|
|
|
- regjsgen "^0.2.0"
|
|
|
|
|
- regjsparser "^0.1.4"
|
|
|
|
|
-
|
|
|
|
|
regexpu-core@^4.5.4:
|
|
regexpu-core@^4.5.4:
|
|
|
version "4.5.4"
|
|
version "4.5.4"
|
|
|
resolved "https://registry.yarnpkg.com/regexpu-core/-/regexpu-core-4.5.4.tgz#080d9d02289aa87fe1667a4f5136bc98a6aebaae"
|
|
resolved "https://registry.yarnpkg.com/regexpu-core/-/regexpu-core-4.5.4.tgz#080d9d02289aa87fe1667a4f5136bc98a6aebaae"
|
|
@@ -10104,21 +10110,11 @@ registry-url@^3.0.3:
|
|
|
dependencies:
|
|
dependencies:
|
|
|
rc "^1.0.1"
|
|
rc "^1.0.1"
|
|
|
|
|
|
|
|
-regjsgen@^0.2.0:
|
|
|
|
|
- version "0.2.0"
|
|
|
|
|
- resolved "https://registry.yarnpkg.com/regjsgen/-/regjsgen-0.2.0.tgz#6c016adeac554f75823fe37ac05b92d5a4edb1f7"
|
|
|
|
|
-
|
|
|
|
|
regjsgen@^0.5.0:
|
|
regjsgen@^0.5.0:
|
|
|
version "0.5.0"
|
|
version "0.5.0"
|
|
|
resolved "https://registry.yarnpkg.com/regjsgen/-/regjsgen-0.5.0.tgz#a7634dc08f89209c2049adda3525711fb97265dd"
|
|
resolved "https://registry.yarnpkg.com/regjsgen/-/regjsgen-0.5.0.tgz#a7634dc08f89209c2049adda3525711fb97265dd"
|
|
|
integrity sha512-RnIrLhrXCX5ow/E5/Mh2O4e/oa1/jW0eaBKTSy3LaCj+M3Bqvm97GWDp2yUtzIs4LEn65zR2yiYGFqb2ApnzDA==
|
|
integrity sha512-RnIrLhrXCX5ow/E5/Mh2O4e/oa1/jW0eaBKTSy3LaCj+M3Bqvm97GWDp2yUtzIs4LEn65zR2yiYGFqb2ApnzDA==
|
|
|
|
|
|
|
|
-regjsparser@^0.1.4:
|
|
|
|
|
- version "0.1.5"
|
|
|
|
|
- resolved "https://registry.yarnpkg.com/regjsparser/-/regjsparser-0.1.5.tgz#7ee8f84dc6fa792d3fd0ae228d24bd949ead205c"
|
|
|
|
|
- dependencies:
|
|
|
|
|
- jsesc "~0.5.0"
|
|
|
|
|
-
|
|
|
|
|
regjsparser@^0.6.0:
|
|
regjsparser@^0.6.0:
|
|
|
version "0.6.0"
|
|
version "0.6.0"
|
|
|
resolved "https://registry.yarnpkg.com/regjsparser/-/regjsparser-0.6.0.tgz#f1e6ae8b7da2bae96c99399b868cd6c933a2ba9c"
|
|
resolved "https://registry.yarnpkg.com/regjsparser/-/regjsparser-0.6.0.tgz#f1e6ae8b7da2bae96c99399b868cd6c933a2ba9c"
|
|
@@ -10377,6 +10373,13 @@ resolve@^1.0.0:
|
|
|
dependencies:
|
|
dependencies:
|
|
|
path-parse "^1.0.5"
|
|
path-parse "^1.0.5"
|
|
|
|
|
|
|
|
|
|
+resolve@^1.10.1, resolve@^1.11.0:
|
|
|
|
|
+ version "1.11.1"
|
|
|
|
|
+ resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.11.1.tgz#ea10d8110376982fef578df8fc30b9ac30a07a3e"
|
|
|
|
|
+ integrity sha512-vIpgF6wfuJOZI7KKKSP+HmiKggadPQAdsp5HiC1mvqnfp0gF1vdwgBWZIdrVft9pgqoMFQN+R7BSWZiBxx+BBw==
|
|
|
|
|
+ dependencies:
|
|
|
|
|
+ path-parse "^1.0.6"
|
|
|
|
|
+
|
|
|
resolve@^1.3.2:
|
|
resolve@^1.3.2:
|
|
|
version "1.11.0"
|
|
version "1.11.0"
|
|
|
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.11.0.tgz#4014870ba296176b86343d50b60f3b50609ce232"
|
|
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.11.0.tgz#4014870ba296176b86343d50b60f3b50609ce232"
|
|
@@ -10384,7 +10387,7 @@ resolve@^1.3.2:
|
|
|
dependencies:
|
|
dependencies:
|
|
|
path-parse "^1.0.6"
|
|
path-parse "^1.0.6"
|
|
|
|
|
|
|
|
-resolve@^1.5.0, resolve@^1.9.0:
|
|
|
|
|
|
|
+resolve@^1.5.0:
|
|
|
version "1.10.0"
|
|
version "1.10.0"
|
|
|
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.10.0.tgz#3bdaaeaf45cc07f375656dfd2e54ed0810b101ba"
|
|
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.10.0.tgz#3bdaaeaf45cc07f375656dfd2e54ed0810b101ba"
|
|
|
dependencies:
|
|
dependencies:
|
|
@@ -11920,10 +11923,15 @@ uberproto@^1.1.0:
|
|
|
version "1.2.0"
|
|
version "1.2.0"
|
|
|
resolved "https://registry.yarnpkg.com/uberproto/-/uberproto-1.2.0.tgz#61d4eab024f909c4e6ea52be867c4894a4beeb76"
|
|
resolved "https://registry.yarnpkg.com/uberproto/-/uberproto-1.2.0.tgz#61d4eab024f909c4e6ea52be867c4894a4beeb76"
|
|
|
|
|
|
|
|
-uc.micro@^1.0.1, uc.micro@^1.0.3:
|
|
|
|
|
|
|
+uc.micro@^1.0.1:
|
|
|
version "1.0.5"
|
|
version "1.0.5"
|
|
|
resolved "https://registry.yarnpkg.com/uc.micro/-/uc.micro-1.0.5.tgz#0c65f15f815aa08b560a61ce8b4db7ffc3f45376"
|
|
resolved "https://registry.yarnpkg.com/uc.micro/-/uc.micro-1.0.5.tgz#0c65f15f815aa08b560a61ce8b4db7ffc3f45376"
|
|
|
|
|
|
|
|
|
|
+uc.micro@^1.0.5:
|
|
|
|
|
+ version "1.0.6"
|
|
|
|
|
+ resolved "https://registry.yarnpkg.com/uc.micro/-/uc.micro-1.0.6.tgz#9c411a802a409a91fc6cf74081baba34b24499ac"
|
|
|
|
|
+ integrity sha512-8Y75pvTYkLJW2hWQHXxoqRgV7qb9B+9vFEtidML+7koHUFapnVJAZ6cKs+Qjz5Aw3aZWHMC6u0wJE3At+nSGwA==
|
|
|
|
|
+
|
|
|
uglify-js@2.6.0:
|
|
uglify-js@2.6.0:
|
|
|
version "2.6.0"
|
|
version "2.6.0"
|
|
|
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-2.6.0.tgz#25eaa1cc3550e39410ceefafd1cfbb6b6d15f001"
|
|
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-2.6.0.tgz#25eaa1cc3550e39410ceefafd1cfbb6b6d15f001"
|
|
@@ -12253,11 +12261,16 @@ validator@>=11.0.0:
|
|
|
resolved "https://registry.yarnpkg.com/validator/-/validator-11.0.0.tgz#fb10128bfb1fd14ce4ed36b79fc94289eae70667"
|
|
resolved "https://registry.yarnpkg.com/validator/-/validator-11.0.0.tgz#fb10128bfb1fd14ce4ed36b79fc94289eae70667"
|
|
|
integrity sha512-+wnGLYqaKV2++nUv60uGzUJyJQwYVOin6pn1tgEiFCeCQO60yeu3Og9/yPccbBX574kxIcEJicogkzx6s6eyag==
|
|
integrity sha512-+wnGLYqaKV2++nUv60uGzUJyJQwYVOin6pn1tgEiFCeCQO60yeu3Og9/yPccbBX574kxIcEJicogkzx6s6eyag==
|
|
|
|
|
|
|
|
-validator@^10.0.0, validator@^10.4.0:
|
|
|
|
|
|
|
+validator@^10.0.0:
|
|
|
version "10.11.0"
|
|
version "10.11.0"
|
|
|
resolved "https://registry.yarnpkg.com/validator/-/validator-10.11.0.tgz#003108ea6e9a9874d31ccc9e5006856ccd76b228"
|
|
resolved "https://registry.yarnpkg.com/validator/-/validator-10.11.0.tgz#003108ea6e9a9874d31ccc9e5006856ccd76b228"
|
|
|
integrity sha512-X/p3UZerAIsbBfN/IwahhYaBbY68EN/UQBWHtsbXGT5bfrH/p4NQzUCG1kF/rtKaNpnJ7jAu6NGTdSNtyNIXMw==
|
|
integrity sha512-X/p3UZerAIsbBfN/IwahhYaBbY68EN/UQBWHtsbXGT5bfrH/p4NQzUCG1kF/rtKaNpnJ7jAu6NGTdSNtyNIXMw==
|
|
|
|
|
|
|
|
|
|
+validator@^11.0.0:
|
|
|
|
|
+ version "11.1.0"
|
|
|
|
|
+ resolved "https://registry.yarnpkg.com/validator/-/validator-11.1.0.tgz#ac18cac42e0aa5902b603d7a5d9b7827e2346ac4"
|
|
|
|
|
+ integrity sha512-qiQ5ktdO7CD6C/5/mYV4jku/7qnqzjrxb3C/Q5wR3vGGinHTgJZN/TdFT3ZX4vXhX2R1PXx42fB1cn5W+uJ4lg==
|
|
|
|
|
+
|
|
|
validator@^2.1.0:
|
|
validator@^2.1.0:
|
|
|
version "2.1.0"
|
|
version "2.1.0"
|
|
|
resolved "https://registry.yarnpkg.com/validator/-/validator-2.1.0.tgz#63276570def208adcf1c032c1f4e6a17d2bd8d8b"
|
|
resolved "https://registry.yarnpkg.com/validator/-/validator-2.1.0.tgz#63276570def208adcf1c032c1f4e6a17d2bd8d8b"
|