|
@@ -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"
|
|
@@ -3933,12 +3943,12 @@ file-loader@^3.0.1:
|
|
|
schema-utils "^1.0.0"
|
|
|
|
|
|
file-loader@^6.0.0:
|
|
|
- version "6.1.0"
|
|
|
- resolved "https://registry.yarnpkg.com/file-loader/-/file-loader-6.1.0.tgz#65b9fcfb0ea7f65a234a1f10cdd7f1ab9a33f253"
|
|
|
- integrity sha512-26qPdHyTsArQ6gU4P1HJbAbnFTyT2r0pG7czh1GFAd9TZbj0n94wWbupgixZH/ET/meqi2/5+F7DhW4OAXD+Lg==
|
|
|
+ version "6.1.1"
|
|
|
+ resolved "https://registry.yarnpkg.com/file-loader/-/file-loader-6.1.1.tgz#a6f29dfb3f5933a1c350b2dbaa20ac5be0539baa"
|
|
|
+ integrity sha512-Klt8C4BjWSXYQAfhpYYkG4qHNTna4toMHEbWrI5IuVoxbU6uiDKeKAP99R8mmbJi3lvewn/jQBOgU4+NS3tDQw==
|
|
|
dependencies:
|
|
|
loader-utils "^2.0.0"
|
|
|
- schema-utils "^2.7.1"
|
|
|
+ schema-utils "^3.0.0"
|
|
|
|
|
|
fill-range@^4.0.0:
|
|
|
version "4.0.0"
|
|
@@ -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"
|