-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): replace dependency apollo-server-types with @apollo/server
- Loading branch information
1 parent
35d33ed
commit 3a5d6c2
Showing
2 changed files
with
223 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -66,6 +66,11 @@ | |
ora "5.4.1" | ||
rxjs "6.6.7" | ||
|
||
"@apollo/cache-control-types@^1.0.2": | ||
version "1.0.2" | ||
resolved "https://registry.yarnpkg.com/@apollo/cache-control-types/-/cache-control-types-1.0.2.tgz#f42ed3563acc7f1f50617d65d208483977adc68e" | ||
integrity sha512-Por80co1eUm4ATsvjCOoS/tIR8PHxqVjsA6z76I6Vw0rFn4cgyVElQcmQDIZiYsy41k8e5xkrMRECkM2WR8pNw== | ||
|
||
"@apollo/[email protected]": | ||
version "1.2.4" | ||
resolved "https://registry.yarnpkg.com/@apollo/protobufjs/-/protobufjs-1.2.4.tgz#d913e7627210ec5efd758ceeb751c776c68ba133" | ||
|
@@ -104,6 +109,24 @@ | |
"@types/node" "^10.1.0" | ||
long "^4.0.0" | ||
|
||
"@apollo/[email protected]": | ||
version "1.2.7" | ||
resolved "https://registry.yarnpkg.com/@apollo/protobufjs/-/protobufjs-1.2.7.tgz#3a8675512817e4a046a897e5f4f16415f16a7d8a" | ||
integrity sha512-Lahx5zntHPZia35myYDBRuF58tlwPskwHc5CWBZC/4bMKB6siTBWwtMrkqXcsNwQiFSzSx5hKdRPUmemrEp3Gg== | ||
dependencies: | ||
"@protobufjs/aspromise" "^1.1.2" | ||
"@protobufjs/base64" "^1.1.2" | ||
"@protobufjs/codegen" "^2.0.4" | ||
"@protobufjs/eventemitter" "^1.1.0" | ||
"@protobufjs/fetch" "^1.1.0" | ||
"@protobufjs/float" "^1.0.2" | ||
"@protobufjs/inquire" "^1.1.0" | ||
"@protobufjs/path" "^1.1.2" | ||
"@protobufjs/pool" "^1.1.0" | ||
"@protobufjs/utf8" "^1.1.0" | ||
"@types/long" "^4.0.0" | ||
long "^4.0.0" | ||
|
||
"@apollo/[email protected]": | ||
version "0.10.0" | ||
resolved "https://registry.yarnpkg.com/@apollo/rover/-/rover-0.10.0.tgz#d510f0812d326887586c99fe7d991da70d1ff8da" | ||
|
@@ -114,11 +137,82 @@ | |
console.table "^0.10.0" | ||
detect-libc "^2.0.0" | ||
|
||
"@apollo/server-gateway-interface@^1.0.3": | ||
version "1.1.0" | ||
resolved "https://registry.yarnpkg.com/@apollo/server-gateway-interface/-/server-gateway-interface-1.1.0.tgz#592a6dfcf0359a15785ec62c1b6fa51ca761fe08" | ||
integrity sha512-0rhG++QtGfr4YhhIHgxZ9BdMFthaPY6LbhI9Au90osbfLMiZ7f8dmZsEX1mp7O1h8MJwCu6Dp0I/KcGbSvfUGA== | ||
dependencies: | ||
"@apollo/usage-reporting-protobuf" "^4.0.0" | ||
"@apollo/utils.fetcher" "^2.0.0" | ||
"@apollo/utils.keyvaluecache" "^2.1.0" | ||
"@apollo/utils.logger" "^2.0.0" | ||
|
||
"@apollo/[email protected]": | ||
version "4.0.0" | ||
resolved "https://registry.yarnpkg.com/@apollo/server/-/server-4.0.0.tgz#26976d5633af19dcddf439d9bab1598f1119f1d3" | ||
integrity sha512-PcIyjVKGkbG3k2kjn/0o/kMfJrdZYma62r/c1YOB362UQwlX0GZNL53ZmRst+wTwi0x10rEnxcCUTnyLjumT9g== | ||
dependencies: | ||
"@apollo/cache-control-types" "^1.0.2" | ||
"@apollo/server-gateway-interface" "^1.0.3" | ||
"@apollo/usage-reporting-protobuf" "^4.0.0" | ||
"@apollo/utils.createhash" "^1.1.0" | ||
"@apollo/utils.fetcher" "^1.0.0" | ||
"@apollo/utils.isnodelike" "^1.1.0" | ||
"@apollo/utils.keyvaluecache" "^1.0.1" | ||
"@apollo/utils.logger" "^1.0.0" | ||
"@apollo/utils.usagereporting" "^1.0.0" | ||
"@apollo/utils.withrequired" "^1.0.0" | ||
"@graphql-tools/schema" "^9.0.0" | ||
"@josephg/resolvable" "^1.0.0" | ||
"@types/express" "^4.17.13" | ||
"@types/express-serve-static-core" "^4.17.30" | ||
"@types/node-fetch" "^2.6.1" | ||
async-retry "^1.2.1" | ||
body-parser "^1.20.0" | ||
cors "^2.8.5" | ||
express "^4.17.1" | ||
loglevel "^1.6.8" | ||
lru-cache "^7.10.1" | ||
negotiator "^0.6.3" | ||
node-fetch "^2.6.7" | ||
uuid "^9.0.0" | ||
whatwg-mimetype "^3.0.0" | ||
|
||
"@apollo/usage-reporting-protobuf@^4.0.0": | ||
version "4.1.0" | ||
resolved "https://registry.yarnpkg.com/@apollo/usage-reporting-protobuf/-/usage-reporting-protobuf-4.1.0.tgz#b54b8c32702bbe81aa0e399076ddabaf75a13f9b" | ||
integrity sha512-hXouMuw5pQVkzi8dgMybmr6Y11+eRmMQVoB5TF0HyTwAg9SOq/v3OCuiYqcVUKdBcskU9Msp+XvjAk0GKpWCwQ== | ||
dependencies: | ||
"@apollo/protobufjs" "1.2.7" | ||
|
||
"@apollo/utils.createhash@^1.1.0": | ||
version "1.1.0" | ||
resolved "https://registry.yarnpkg.com/@apollo/utils.createhash/-/utils.createhash-1.1.0.tgz#b18a353008d2583a34eaebaf471aff6e15360172" | ||
integrity sha512-5fT4ZiW75515OlikWpIQzaVDws1yy9VgYSoHoJCrvI2UH6/7YNKXQjbjT5qVYu6ytch2wBxFMfFfYWMn/2bSCQ== | ||
dependencies: | ||
"@apollo/utils.isnodelike" "^1.1.0" | ||
sha.js "^2.4.11" | ||
|
||
"@apollo/utils.dropunuseddefinitions@^1.1.0": | ||
version "1.1.0" | ||
resolved "https://registry.yarnpkg.com/@apollo/utils.dropunuseddefinitions/-/utils.dropunuseddefinitions-1.1.0.tgz#02b04006442eaf037f4c4624146b12775d70d929" | ||
integrity sha512-jU1XjMr6ec9pPoL+BFWzEPW7VHHulVdGKMkPAMiCigpVIT11VmCbnij0bWob8uS3ODJ65tZLYKAh/55vLw2rbg== | ||
|
||
"@apollo/utils.fetcher@^1.0.0": | ||
version "1.1.1" | ||
resolved "https://registry.yarnpkg.com/@apollo/utils.fetcher/-/utils.fetcher-1.1.1.tgz#909974d9c98fdd0ad64808596860a11cbb2a6afa" | ||
integrity sha512-0vXVznO7kw5VWwxyV5wsDvYEwjDpyZ7vYQAXCseLXqBn2eWEIDViM7qRzi/Hnv4zzAQ05phdimSED99K+lg+SQ== | ||
|
||
"@apollo/utils.fetcher@^2.0.0": | ||
version "2.0.0" | ||
resolved "https://registry.yarnpkg.com/@apollo/utils.fetcher/-/utils.fetcher-2.0.0.tgz#efdaa94dd339c0745d5a09ff649e82abb247597f" | ||
integrity sha512-RC0twEwwBKbhk/y4B2X4YEciRG1xoKMgiPy5xQqNMd3pG78sR+ybctG/m7c/8+NaaQOS22UPUCBd6yS6WihBIg== | ||
|
||
"@apollo/utils.isnodelike@^1.1.0": | ||
version "1.1.0" | ||
resolved "https://registry.yarnpkg.com/@apollo/utils.isnodelike/-/utils.isnodelike-1.1.0.tgz#24d3f36276b6ba4b08117925083bc5c5f2513c3d" | ||
integrity sha512-q/Q82kBUSEcx1ED11JO1TYBY781mWluUnBD8NvhjHVsu1K1C5R9BZVUxShyK/V8XcePcRUB5fdWOcBMGwS0KOA== | ||
|
||
"@apollo/utils.keyvaluecache@^1.0.1": | ||
version "1.0.1" | ||
resolved "https://registry.yarnpkg.com/@apollo/utils.keyvaluecache/-/utils.keyvaluecache-1.0.1.tgz#46f310f859067efe9fa126156c6954f8381080d2" | ||
|
@@ -127,11 +221,24 @@ | |
"@apollo/utils.logger" "^1.0.0" | ||
lru-cache "^7.10.1" | ||
|
||
"@apollo/utils.keyvaluecache@^2.1.0": | ||
version "2.1.0" | ||
resolved "https://registry.yarnpkg.com/@apollo/utils.keyvaluecache/-/utils.keyvaluecache-2.1.0.tgz#90b3d1ca7e0e97a51f6705743057b0e5b8902480" | ||
integrity sha512-WBNI4H1dGX2fHMk5j4cJo7mlXWn1X6DYCxQ50IvmI7Xv7Y4QKiA5EwbLOCITh9OIZQrVX7L0ASBSgTt6jYx/cg== | ||
dependencies: | ||
"@apollo/utils.logger" "^2.0.0" | ||
lru-cache "^7.14.1" | ||
|
||
"@apollo/utils.logger@^1.0.0": | ||
version "1.0.0" | ||
resolved "https://registry.yarnpkg.com/@apollo/utils.logger/-/utils.logger-1.0.0.tgz#6e3460a2250c2ef7c2c3b0be6b5e148a1596f12b" | ||
integrity sha512-dx9XrjyisD2pOa+KsB5RcDbWIAdgC91gJfeyLCgy0ctJMjQe7yZK5kdWaWlaOoCeX0z6YI9iYlg7vMPyMpQF3Q== | ||
|
||
"@apollo/utils.logger@^2.0.0": | ||
version "2.0.0" | ||
resolved "https://registry.yarnpkg.com/@apollo/utils.logger/-/utils.logger-2.0.0.tgz#db8ec1e75daef37bcba0d31e0ea23b56126f3a5a" | ||
integrity sha512-o8qYwgV2sYg+PcGKIfwAZaZsQOTEfV8q3mH7Pw8GB/I/Uh2L9iaHdpiKuR++j7oe1K87lFm0z/JAezMOR9CGhg== | ||
|
||
"@apollo/utils.printwithreducedwhitespace@^1.1.0": | ||
version "1.1.0" | ||
resolved "https://registry.yarnpkg.com/@apollo/utils.printwithreducedwhitespace/-/utils.printwithreducedwhitespace-1.1.0.tgz#c466299a4766eef8577a2a64c8f27712e8bd7e30" | ||
|
@@ -166,6 +273,11 @@ | |
"@apollo/utils.stripsensitiveliterals" "^1.2.0" | ||
apollo-reporting-protobuf "^3.3.1" | ||
|
||
"@apollo/utils.withrequired@^1.0.0": | ||
version "1.0.1" | ||
resolved "https://registry.yarnpkg.com/@apollo/utils.withrequired/-/utils.withrequired-1.0.1.tgz#7718b2edc87e35c65411cd4069694a33b8db9508" | ||
integrity sha512-5DYufeISXjz9UqtISIwte86F8ELjTrKVeXcPtdnUnV/PX+4EXUjqIp1FLJTYrCQ1a9OyFAMeCZ2QhUy1D8w7/A== | ||
|
||
"@apollographql/apollo-tools@^0.5.3": | ||
version "0.5.4" | ||
resolved "https://registry.yarnpkg.com/@apollographql/apollo-tools/-/apollo-tools-0.5.4.tgz#cb3998c6cf12e494b90c733f44dd9935e2d8196c" | ||
|
@@ -1016,6 +1128,14 @@ | |
"@graphql-tools/utils" "8.12.0" | ||
tslib "^2.4.0" | ||
|
||
"@graphql-tools/[email protected]": | ||
version "8.4.0" | ||
resolved "https://registry.yarnpkg.com/@graphql-tools/merge/-/merge-8.4.0.tgz#47fbe5c4b6764276dc35bd19c4e7d3c46d3dc0fc" | ||
integrity sha512-3XYCWe0d3I4F1azNj1CdShlbHfTIfiDgj00R9uvFH8tHKh7i1IWN3F7QQYovcHKhayaR6zPok3YYMESYQcBoaA== | ||
dependencies: | ||
"@graphql-tools/utils" "9.2.1" | ||
tslib "^2.4.0" | ||
|
||
"@graphql-tools/mock@^8.1.2": | ||
version "8.7.6" | ||
resolved "https://registry.yarnpkg.com/@graphql-tools/mock/-/mock-8.7.6.tgz#701d898f7fe6c22e40d6d80e25874e464359ce11" | ||
|
@@ -1056,6 +1176,16 @@ | |
tslib "^2.4.0" | ||
value-or-promise "1.0.11" | ||
|
||
"@graphql-tools/schema@^9.0.0": | ||
version "9.0.17" | ||
resolved "https://registry.yarnpkg.com/@graphql-tools/schema/-/schema-9.0.17.tgz#d731e9899465f88d5b9bf69e607ec465bb88b062" | ||
integrity sha512-HVLq0ecbkuXhJlpZ50IHP5nlISqH2GbNgjBJhhRzHeXhfwlUOT4ISXGquWTmuq61K0xSaO0aCjMpxe4QYbKTng== | ||
dependencies: | ||
"@graphql-tools/merge" "8.4.0" | ||
"@graphql-tools/utils" "9.2.1" | ||
tslib "^2.4.0" | ||
value-or-promise "1.0.12" | ||
|
||
"@graphql-tools/[email protected]": | ||
version "8.12.0" | ||
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-8.12.0.tgz#243bc4f5fc2edbc9e8fd1038189e57d837cbe31f" | ||
|
@@ -1077,6 +1207,19 @@ | |
dependencies: | ||
tslib "^2.4.0" | ||
|
||
"@graphql-tools/[email protected]": | ||
version "9.2.1" | ||
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-9.2.1.tgz#1b3df0ef166cfa3eae706e3518b17d5922721c57" | ||
integrity sha512-WUw506Ql6xzmOORlriNrD6Ugx+HjVgYxt9KCXD9mHAak+eaXSwuGGPyE60hy9xaDEoXKBsG7SkG69ybitaVl6A== | ||
dependencies: | ||
"@graphql-typed-document-node/core" "^3.1.1" | ||
tslib "^2.4.0" | ||
|
||
"@graphql-typed-document-node/core@^3.1.1": | ||
version "3.2.0" | ||
resolved "https://registry.yarnpkg.com/@graphql-typed-document-node/core/-/core-3.2.0.tgz#5f3d96ec6b2354ad6d8a28bf216a1d97b5426861" | ||
integrity sha512-mB9oAsNCm9aM3/SOv4YtBMqZbYj10R7dkq8byBqxGY/ncFwhf2oQzMV+LCRlWoDSEBJ3COiR1yeDvMtsoOsuFQ== | ||
|
||
"@grpc/grpc-js@~1.7.0": | ||
version "1.7.1" | ||
resolved "https://registry.yarnpkg.com/@grpc/grpc-js/-/grpc-js-1.7.1.tgz#cfac092e61eac6fe0f80d22943f98e1ba45f02a2" | ||
|
@@ -1829,6 +1972,15 @@ | |
"@types/qs" "*" | ||
"@types/range-parser" "*" | ||
|
||
"@types/express-serve-static-core@^4.17.30": | ||
version "4.17.33" | ||
resolved "https://registry.yarnpkg.com/@types/express-serve-static-core/-/express-serve-static-core-4.17.33.tgz#de35d30a9d637dc1450ad18dd583d75d5733d543" | ||
integrity sha512-TPBqmR/HRYI3eC2E5hmiivIzv+bidAfXofM+sbonAGvyDhySGw9/PQZFt2BLOrjUUR++4eJVpx6KnLQK1Fk9tA== | ||
dependencies: | ||
"@types/node" "*" | ||
"@types/qs" "*" | ||
"@types/range-parser" "*" | ||
|
||
"@types/[email protected]", "@types/express@^4.17.13": | ||
version "4.17.14" | ||
resolved "https://registry.yarnpkg.com/@types/express/-/express-4.17.14.tgz#143ea0557249bc1b3b54f15db4c81c3d4eb3569c" | ||
|
@@ -1930,6 +2082,14 @@ | |
resolved "https://registry.yarnpkg.com/@types/ms/-/ms-0.7.31.tgz#31b7ca6407128a3d2bbc27fe2d21b345397f6197" | ||
integrity sha512-iiUgKzV9AuaEkZqkOLDIvlQiL6ltuZd9tGcW3gwpnX8JbuiuhFlEGmmFXEXkN50Cvq7Os88IY2v0dkDqXYWVgA== | ||
|
||
"@types/node-fetch@^2.6.1": | ||
version "2.6.3" | ||
resolved "https://registry.yarnpkg.com/@types/node-fetch/-/node-fetch-2.6.3.tgz#175d977f5e24d93ad0f57602693c435c57ad7e80" | ||
integrity sha512-ETTL1mOEdq/sxUtgtOhKjyB2Irra4cjxksvcMUR5Zr4n+PxVhsCD9WS46oPbHL3et9Zde7CNRr+WUNlcHvsX+w== | ||
dependencies: | ||
"@types/node" "*" | ||
form-data "^3.0.0" | ||
|
||
"@types/node@*", "@types/node@>=12.12.47", "@types/node@>=13.7.0": | ||
version "18.7.18" | ||
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.7.18.tgz#633184f55c322e4fb08612307c274ee6d5ed3154" | ||
|
@@ -2479,20 +2639,20 @@ apollo-server-plugin-base@^3.7.1: | |
dependencies: | ||
apollo-server-types "^3.7.1" | ||
|
||
apollo-server-types@3.7.1, apollo-server-types@^3.7.1: | ||
version "3.7.1" | ||
resolved "https://registry.yarnpkg.com/apollo-server-types/-/apollo-server-types-3.7.1.tgz#87adfcb52ec0893999a9cfafd5474bfda7ab0798" | ||
integrity sha512-aE9RDVplmkaOj/OduNmGa+0a1B5RIWI0o3zC1zLvBTVWMKTpo0ifVf11TyMkLCY+T7cnZqVqwyShziOyC3FyUw== | ||
apollo-server-types@^3.6.3: | ||
version "3.6.3" | ||
resolved "https://registry.yarnpkg.com/apollo-server-types/-/apollo-server-types-3.6.3.tgz#7818cab914c865dafa53ea263ca6cb1854b4f05a" | ||
integrity sha512-+7caNTLdevpWI2dGKSa7CWdyudO3NBuJ3HzcrYxjBei6Bth9YdRUNzPSFmBjlm2baHF0GsrMwLpjO+HStJzm3A== | ||
dependencies: | ||
"@apollo/utils.keyvaluecache" "^1.0.1" | ||
"@apollo/utils.logger" "^1.0.0" | ||
apollo-reporting-protobuf "^3.3.3" | ||
apollo-server-env "^4.2.1" | ||
|
||
apollo-server-types@^3.6.3: | ||
version "3.6.3" | ||
resolved "https://registry.yarnpkg.com/apollo-server-types/-/apollo-server-types-3.6.3.tgz#7818cab914c865dafa53ea263ca6cb1854b4f05a" | ||
integrity sha512-+7caNTLdevpWI2dGKSa7CWdyudO3NBuJ3HzcrYxjBei6Bth9YdRUNzPSFmBjlm2baHF0GsrMwLpjO+HStJzm3A== | ||
apollo-server-types@^3.7.1: | ||
version "3.7.1" | ||
resolved "https://registry.yarnpkg.com/apollo-server-types/-/apollo-server-types-3.7.1.tgz#87adfcb52ec0893999a9cfafd5474bfda7ab0798" | ||
integrity sha512-aE9RDVplmkaOj/OduNmGa+0a1B5RIWI0o3zC1zLvBTVWMKTpo0ifVf11TyMkLCY+T7cnZqVqwyShziOyC3FyUw== | ||
dependencies: | ||
"@apollo/utils.keyvaluecache" "^1.0.1" | ||
"@apollo/utils.logger" "^1.0.0" | ||
|
@@ -2739,6 +2899,24 @@ body-parser@^1.19.0: | |
type-is "~1.6.18" | ||
unpipe "1.0.0" | ||
|
||
body-parser@^1.20.0: | ||
version "1.20.2" | ||
resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-1.20.2.tgz#6feb0e21c4724d06de7ff38da36dad4f57a747fd" | ||
integrity sha512-ml9pReCu3M61kGlqoTm2umSXTlRTuGTx0bfYj+uIUKKYycG5NtSbeetV3faSU6R7ajOPw0g/J1PvK4qNy7s5bA== | ||
dependencies: | ||
bytes "3.1.2" | ||
content-type "~1.0.5" | ||
debug "2.6.9" | ||
depd "2.0.0" | ||
destroy "1.2.0" | ||
http-errors "2.0.0" | ||
iconv-lite "0.4.24" | ||
on-finished "2.4.1" | ||
qs "6.11.0" | ||
raw-body "2.5.2" | ||
type-is "~1.6.18" | ||
unpipe "1.0.0" | ||
|
||
brace-expansion@^1.1.7: | ||
version "1.1.11" | ||
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.11.tgz#3c7fcbf529d87226f3d2f52b966ff5271eb441dd" | ||
|
@@ -3086,6 +3264,11 @@ content-type@~1.0.4: | |
resolved "https://registry.yarnpkg.com/content-type/-/content-type-1.0.4.tgz#e138cc75e040c727b1966fe5e5f8c9aee256fe3b" | ||
integrity sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA== | ||
|
||
content-type@~1.0.5: | ||
version "1.0.5" | ||
resolved "https://registry.yarnpkg.com/content-type/-/content-type-1.0.5.tgz#8b773162656d1d1086784c8f23a54ce6d73d7918" | ||
integrity sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA== | ||
|
||
convert-source-map@^1.6.0, convert-source-map@^1.7.0: | ||
version "1.8.0" | ||
resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.8.0.tgz#f3373c32d21b4d780dd8004514684fb791ca4369" | ||
|
@@ -3745,7 +3928,7 @@ expect@^29.3.1: | |
jest-message-util "^29.3.1" | ||
jest-util "^29.3.1" | ||
|
||
[email protected]: | ||
[email protected], express@^4.17.1: | ||
version "4.18.2" | ||
resolved "https://registry.yarnpkg.com/express/-/express-4.18.2.tgz#3fabe08296e930c796c19e3c516979386ba9fd59" | ||
integrity sha512-5/PsL6iGPdfQ/lKM1UuielYgv3BUoJfz1aUwU9vHZ+J7gyvwdQXFEBIEIaxeGf0GIcreATNyBExtalisDbuMqQ== | ||
|
@@ -4012,6 +4195,15 @@ [email protected]: | |
semver "^7.3.5" | ||
tapable "^2.2.1" | ||
|
||
form-data@^3.0.0: | ||
version "3.0.1" | ||
resolved "https://registry.yarnpkg.com/form-data/-/form-data-3.0.1.tgz#ebd53791b78356a99af9a300d4282c4d5eb9755f" | ||
integrity sha512-RHkBKtLWUVwd7SqRIvCZMEvAMoGUp0XU+seQiZejj0COz3RI3hWP4sCv3gZWWLjJTd7rGwcsF5eKZGii0r/hbg== | ||
dependencies: | ||
asynckit "^0.4.0" | ||
combined-stream "^1.0.8" | ||
mime-types "^2.1.12" | ||
|
||
form-data@^4.0.0: | ||
version "4.0.0" | ||
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.0.tgz#93919daeaf361ee529584b9b31664dc12c9fa452" | ||
|
@@ -5562,6 +5754,11 @@ lru-cache@^7.10.1: | |
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-7.14.0.tgz#21be64954a4680e303a09e9468f880b98a0b3c7f" | ||
integrity sha512-EIRtP1GrSJny0dqb50QXRUNBxHJhcpxHC++M5tD7RYbvLLn5KVWKsbyswSSqDuU15UFi3bgTQIY8nhDMeF6aDQ== | ||
|
||
lru-cache@^7.14.1: | ||
version "7.18.3" | ||
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-7.18.3.tgz#f793896e0fd0e954a59dfdd82f0773808df6aa89" | ||
integrity sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA== | ||
|
||
lru-cache@~4.0.0: | ||
version "4.0.2" | ||
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-4.0.2.tgz#1d17679c069cda5d040991a09dbc2c0db377e55e" | ||
|
@@ -5796,7 +5993,7 @@ natural-compare@^1.4.0: | |
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7" | ||
integrity sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw== | ||
|
||
[email protected]: | ||
[email protected], negotiator@^0.6.3: | ||
version "0.6.3" | ||
resolved "https://registry.yarnpkg.com/negotiator/-/negotiator-0.6.3.tgz#58e323a72fedc0d6f9cd4d31fe49f51479590ccd" | ||
integrity sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg== | ||
|
@@ -6334,6 +6531,16 @@ [email protected]: | |
iconv-lite "0.4.24" | ||
unpipe "1.0.0" | ||
|
||
[email protected]: | ||
version "2.5.2" | ||
resolved "https://registry.yarnpkg.com/raw-body/-/raw-body-2.5.2.tgz#99febd83b90e08975087e8f1f9419a149366b68a" | ||
integrity sha512-8zGqypfENjCIqGhgXToC8aB2r7YrBX+AQAfIPs/Mlk+BtPTztOvTS01NRW/3Eh60J+a48lt8qsCzirQ6loCVfA== | ||
dependencies: | ||
bytes "3.1.2" | ||
http-errors "2.0.0" | ||
iconv-lite "0.4.24" | ||
unpipe "1.0.0" | ||
|
||
react-is@^18.0.0: | ||
version "18.2.0" | ||
resolved "https://registry.yarnpkg.com/react-is/-/react-is-18.2.0.tgz#199431eeaaa2e09f86427efbb4f1473edb47609b" | ||
|
@@ -7259,6 +7466,11 @@ [email protected]: | |
resolved "https://registry.yarnpkg.com/value-or-promise/-/value-or-promise-1.0.11.tgz#3e90299af31dd014fe843fe309cefa7c1d94b140" | ||
integrity sha512-41BrgH+dIbCFXClcSapVs5M6GkENd3gQOJpEfPDNa71LsUGMXDL0jMWpI/Rh7WhX+Aalfz2TTS3Zt5pUsbnhLg== | ||
|
||
[email protected]: | ||
version "1.0.12" | ||
resolved "https://registry.yarnpkg.com/value-or-promise/-/value-or-promise-1.0.12.tgz#0e5abfeec70148c78460a849f6b003ea7986f15c" | ||
integrity sha512-Z6Uz+TYwEqE7ZN50gwn+1LCVo9ZVrpxRPOhOLnncYkY1ZzOYtrX8Fwf/rFktZ8R5mJms6EZf5TqNOMeZmnPq9Q== | ||
|
||
vary@^1, vary@~1.1.2: | ||
version "1.1.2" | ||
resolved "https://registry.yarnpkg.com/vary/-/vary-1.1.2.tgz#2299f02c6ded30d4a5961b0b9f74524a18f634fc" | ||
|