|
|
|
@ -2359,7 +2359,7 @@ |
|
|
|
|
jest-diff "^26.0.0" |
|
|
|
|
pretty-format "^26.0.0" |
|
|
|
|
|
|
|
|
|
"@types/json-schema@*", "@types/json-schema@^7.0.3", "@types/json-schema@^7.0.5", "@types/json-schema@^7.0.6", "@types/json-schema@^7.0.7": |
|
|
|
|
"@types/json-schema@*", "@types/json-schema@^7.0.3", "@types/json-schema@^7.0.5", "@types/json-schema@^7.0.6", "@types/json-schema@^7.0.7", "@types/json-schema@^7.0.8": |
|
|
|
|
version "7.0.9" |
|
|
|
|
resolved "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.9.tgz" |
|
|
|
|
integrity sha512-qcUXuemtEu+E5wZSJHNxUXeCZhAfXKQ41D+duX+VYPde7xyEVZci+/oXKJL13tnRs9lR2pr4fod59GT6/X1/yQ== |
|
|
|
@ -4541,6 +4541,14 @@ compressible@~2.0.16: |
|
|
|
|
dependencies: |
|
|
|
|
mime-db ">= 1.43.0 < 2" |
|
|
|
|
|
|
|
|
|
compression-webpack-plugin@^9.0.0: |
|
|
|
|
version "9.0.0" |
|
|
|
|
resolved "https://registry.yarnpkg.com/compression-webpack-plugin/-/compression-webpack-plugin-9.0.0.tgz#38b4e18313f5d704c453ab5645e38a5805ba5889" |
|
|
|
|
integrity sha512-V2KmQqaUkErPT+ZcUGHa8zWpIw1oTYaC7wjGewJm053GWAoY04GfU5B/NZ/JSz1eFp9MggMdLQpEHe1TJAQY1A== |
|
|
|
|
dependencies: |
|
|
|
|
schema-utils "^3.1.0" |
|
|
|
|
serialize-javascript "^6.0.0" |
|
|
|
|
|
|
|
|
|
compression@^1.7.4: |
|
|
|
|
version "1.7.4" |
|
|
|
|
resolved "https://registry.npmjs.org/compression/-/compression-1.7.4.tgz" |
|
|
|
@ -11869,6 +11877,15 @@ schema-utils@^3.0.0: |
|
|
|
|
ajv "^6.12.5" |
|
|
|
|
ajv-keywords "^3.5.2" |
|
|
|
|
|
|
|
|
|
schema-utils@^3.1.0: |
|
|
|
|
version "3.1.1" |
|
|
|
|
resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-3.1.1.tgz#bc74c4b6b6995c1d88f76a8b77bea7219e0c8281" |
|
|
|
|
integrity sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw== |
|
|
|
|
dependencies: |
|
|
|
|
"@types/json-schema" "^7.0.8" |
|
|
|
|
ajv "^6.12.5" |
|
|
|
|
ajv-keywords "^3.5.2" |
|
|
|
|
|
|
|
|
|
sdp@^2.12.0, sdp@^2.6.0: |
|
|
|
|
version "2.12.0" |
|
|
|
|
resolved "https://registry.npmjs.org/sdp/-/sdp-2.12.0.tgz" |
|
|
|
@ -11946,6 +11963,13 @@ serialize-javascript@^5.0.1: |
|
|
|
|
dependencies: |
|
|
|
|
randombytes "^2.1.0" |
|
|
|
|
|
|
|
|
|
serialize-javascript@^6.0.0: |
|
|
|
|
version "6.0.0" |
|
|
|
|
resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-6.0.0.tgz#efae5d88f45d7924141da8b5c3a7a7e663fefeb8" |
|
|
|
|
integrity sha512-Qr3TosvguFt8ePWqsvRfrKyQXIiW+nGbYpy8XK24NQHE83caxWt+mIymTT19DGFbNWNLfEwsrkSmN64lVWB9ag== |
|
|
|
|
dependencies: |
|
|
|
|
randombytes "^2.1.0" |
|
|
|
|
|
|
|
|
|
serve-index@^1.9.1: |
|
|
|
|
version "1.9.1" |
|
|
|
|
resolved "https://registry.npmjs.org/serve-index/-/serve-index-1.9.1.tgz" |
|
|
|
|