|
@@ -1036,7 +1036,7 @@
|
|
|
"@types/minimatch" "*"
|
|
|
"@types/node" "*"
|
|
|
|
|
|
-"@types/json-schema@^7.0.5":
|
|
|
+"@types/json-schema@^7.0.5", "@types/json-schema@^7.0.6":
|
|
|
version "7.0.6"
|
|
|
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.6.tgz#f4c7ec43e81b319a9815115031709f26987891f0"
|
|
|
integrity sha512-3c+yGKvVP5Y9TYBEibGNR+kLtijnj7mYrXRg+WpFb2X9xm04g/DXYkfg4hmzJQosc9snFNUPkbYIhu+KAm6jJw==
|
|
@@ -1524,6 +1524,16 @@ ajv@^6.1.0, ajv@^6.10.0, ajv@^6.10.2, ajv@^6.12.4, ajv@^6.5.5, ajv@^6.9.1:
|
|
|
json-schema-traverse "^0.4.1"
|
|
|
uri-js "^4.2.2"
|
|
|
|
|
|
+ajv@^6.12.5:
|
|
|
+ version "6.12.5"
|
|
|
+ resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.12.5.tgz#19b0e8bae8f476e5ba666300387775fb1a00a4da"
|
|
|
+ integrity sha512-lRF8RORchjpKG50/WFf8xmg7sgCLFiYNNnqdKflk63whMQcWR5ngGjiSXkL9bjxy6B2npOK2HSMN49jEBMSkag==
|
|
|
+ dependencies:
|
|
|
+ fast-deep-equal "^3.1.1"
|
|
|
+ fast-json-stable-stringify "^2.0.0"
|
|
|
+ json-schema-traverse "^0.4.1"
|
|
|
+ uri-js "^4.2.2"
|
|
|
+
|
|
|
algoliasearch@^3.24.5:
|
|
|
version "3.33.0"
|
|
|
resolved "https://registry.yarnpkg.com/algoliasearch/-/algoliasearch-3.33.0.tgz#83b541124ebb0db54643009d4e660866b3177cdf"
|
|
@@ -3783,12 +3793,12 @@ expand-tilde@^2.0.0, expand-tilde@^2.0.2:
|
|
|
homedir-polyfill "^1.0.1"
|
|
|
|
|
|
exports-loader@^1.0.0:
|
|
|
- version "1.1.0"
|
|
|
- resolved "https://registry.yarnpkg.com/exports-loader/-/exports-loader-1.1.0.tgz#26a16706e4cf533145de24c1419baf33b624fb5c"
|
|
|
- integrity sha512-zGB2SujiAyO0Rwn4GQ17/HlT8cwmT8abcBeZpr2R3sItJ5sI5Y9BzNzus3H9tH1iWLAoJLi9N3TP54D2+j859Q==
|
|
|
+ version "1.1.1"
|
|
|
+ resolved "https://registry.yarnpkg.com/exports-loader/-/exports-loader-1.1.1.tgz#88c9a6877ee6a5519d7c41a016bdd99148421e69"
|
|
|
+ integrity sha512-CmyhIR2sJ3KOfVsHjsR0Yvo+0lhRhRMAevCbB8dhTVLHsZPs0lCQTvRmR9YNvBXDBxUuhmCE2f54KqEjZUaFrg==
|
|
|
dependencies:
|
|
|
loader-utils "^2.0.0"
|
|
|
- schema-utils "^2.7.0"
|
|
|
+ schema-utils "^3.0.0"
|
|
|
source-map "^0.6.1"
|
|
|
|
|
|
express@^4.17.1:
|
|
@@ -7773,6 +7783,15 @@ schema-utils@^2.6.5, schema-utils@^2.7.0, schema-utils@^2.7.1:
|
|
|
ajv "^6.12.4"
|
|
|
ajv-keywords "^3.5.2"
|
|
|
|
|
|
+schema-utils@^3.0.0:
|
|
|
+ version "3.0.0"
|
|
|
+ resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-3.0.0.tgz#67502f6aa2b66a2d4032b4279a2944978a0913ef"
|
|
|
+ integrity sha512-6D82/xSzO094ajanoOSbe4YvXWMfn2A//8Y1+MUqFAJul5Bs+yn36xbK9OtNDcRVSBJ9jjeoXftM6CfztsjOAA==
|
|
|
+ dependencies:
|
|
|
+ "@types/json-schema" "^7.0.6"
|
|
|
+ ajv "^6.12.5"
|
|
|
+ ajv-keywords "^3.5.2"
|
|
|
+
|
|
|
scss-tokenizer@^0.2.3:
|
|
|
version "0.2.3"
|
|
|
resolved "http://registry.npm.taobao.org/scss-tokenizer/download/scss-tokenizer-0.2.3.tgz#8eb06db9a9723333824d3f5530641149847ce5d1"
|