From bec35e42b7780652250950932b1c5c177c170ddf Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 2 May 2022 12:20:59 +0000 Subject: [PATCH] fix(deps): update all non-major dependencies --- packages/cli/package.json | 4 +- yarn.lock | 217 ++++++++++++++++++-------------------- 2 files changed, 107 insertions(+), 114 deletions(-) diff --git a/packages/cli/package.json b/packages/cli/package.json index 2069899c..546b1d24 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -49,8 +49,8 @@ "access": "public" }, "dependencies": { - "@graphql-mesh/cli": "0.69.1", - "@graphql-mesh/graphql": "0.25.1", + "@graphql-mesh/cli": "0.69.2", + "@graphql-mesh/graphql": "0.25.2", "tslib": "2.4.0", "@graphprotocol/client-auto-pagination": "0.0.1", "@graphprotocol/client-block-tracking": "0.0.1" diff --git a/yarn.lock b/yarn.lock index 3603dc18..9c381c67 100644 --- a/yarn.lock +++ b/yarn.lock @@ -992,14 +992,7 @@ core-js-pure "^3.20.2" regenerator-runtime "^0.13.4" -"@babel/runtime@^7.0.0", "@babel/runtime@^7.10.2", "@babel/runtime@^7.10.4", "@babel/runtime@^7.16.3", "@babel/runtime@^7.5.5", "@babel/runtime@^7.8.4": - version "7.17.8" - resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.17.8.tgz#3e56e4aff81befa55ac3ac6a0967349fd1c5bca2" - integrity sha512-dQpEpK0O9o6lj6oPu0gRDbbnk+4LeHlNcBpspf6Olzt3GIX4P1lWF1gS+pHLDFlaJvbR6q7jCfQ08zA4QJBnmA== - dependencies: - regenerator-runtime "^0.13.4" - -"@babel/runtime@^7.12.5", "@babel/runtime@^7.6.2", "@babel/runtime@^7.7.2": +"@babel/runtime@^7.0.0", "@babel/runtime@^7.10.2", "@babel/runtime@^7.10.4", "@babel/runtime@^7.12.5", "@babel/runtime@^7.16.3", "@babel/runtime@^7.5.5", "@babel/runtime@^7.6.2", "@babel/runtime@^7.7.2", "@babel/runtime@^7.8.4": version "7.17.9" resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.17.9.tgz#d19fbf802d01a8cb6cf053a64e472d42c434ba72" integrity sha512-lSiBBvodq29uShpWGNbgFdKYNiFDo5/HIYsaCEY9ff4sb10x9jizo2+pRrSyF4jKZCXqgzuqBOQKbUm90gQwJg== @@ -1440,20 +1433,20 @@ "@graphql-tools/utils" "8.6.9" tslib "2.4.0" -"@graphql-mesh/cache-localforage@0.6.0": - version "0.6.0" - resolved "https://registry.yarnpkg.com/@graphql-mesh/cache-localforage/-/cache-localforage-0.6.0.tgz#3595b53d8ac107161b201f0f983ce19add8f7404" - integrity sha512-TixnDzbos7fimVJ2H0FeROwOMUbyOXbXELWzioULu422YCMc9eZfqaIx0rohCdRCwF11DzxI9WcLFH5RLZwdMg== +"@graphql-mesh/cache-localforage@0.6.1": + version "0.6.1" + resolved "https://registry.yarnpkg.com/@graphql-mesh/cache-localforage/-/cache-localforage-0.6.1.tgz#1d48f235631f46adb3bfc03c09a83ca65a01a3f2" + integrity sha512-UGbaFYlPGm7Vwz9hSL/1vdhl0oxzFNKUii7bt3rN+aAOLjXXFcyyAJnE+/OwPGsRG2DI7sg5ao1gvTWkeYk75w== dependencies: - "@graphql-mesh/types" "0.72.0" - "@graphql-mesh/utils" "0.34.5" + "@graphql-mesh/types" "0.72.1" + "@graphql-mesh/utils" "0.34.6" localforage "1.10.0" tslib "^2.3.1" -"@graphql-mesh/cli@0.69.1": - version "0.69.1" - resolved "https://registry.yarnpkg.com/@graphql-mesh/cli/-/cli-0.69.1.tgz#baa7381ddb50c550ca9ca4b37fb14d67a5549ebd" - integrity sha512-tdh8/w8j0oCNOSAmugOqG2QhEZqUJOeVlJKhh8DCmrCySB6x/4GlhcSe1/QbtBjMuk5Xb198cL3VtXZjKPg21g== +"@graphql-mesh/cli@0.69.2": + version "0.69.2" + resolved "https://registry.yarnpkg.com/@graphql-mesh/cli/-/cli-0.69.2.tgz#8fd49d24e16a43d64268dc835013296bb41706d5" + integrity sha512-+L3yxWjJ+pGdmqULxzezGlr+6u8lcfgF0DsThcEdSrtKYdcf8AweMy/xdUjCujEu9Qs4jH/ZfWjamW/y9AEF+A== dependencies: "@graphql-codegen/core" "2.5.1" "@graphql-codegen/typed-document-node" "2.2.8" @@ -1461,18 +1454,18 @@ "@graphql-codegen/typescript-generic-sdk" "2.3.7" "@graphql-codegen/typescript-operations" "2.3.5" "@graphql-codegen/typescript-resolvers" "2.6.1" - "@graphql-mesh/config" "0.36.0" + "@graphql-mesh/config" "0.36.1" "@graphql-mesh/cross-helpers" "0.1.2" - "@graphql-mesh/runtime" "0.34.5" - "@graphql-mesh/store" "0.8.3" - "@graphql-mesh/types" "0.72.0" - "@graphql-mesh/utils" "0.34.5" + "@graphql-mesh/runtime" "0.34.6" + "@graphql-mesh/store" "0.8.4" + "@graphql-mesh/types" "0.72.1" + "@graphql-mesh/utils" "0.34.6" "@graphql-tools/code-file-loader" "7.2.14" "@graphql-tools/graphql-file-loader" "7.3.11" "@graphql-tools/load" "7.5.10" "@graphql-tools/utils" "8.6.9" "@graphql-tools/wrap" "8.4.16" - "@graphql-yoga/node" "2.3.0" + "@graphql-yoga/node" "^2.4.0" ajv "8.11.0" change-case "4.1.2" cookie-parser "1.4.6" @@ -1493,23 +1486,23 @@ tsconfig-paths "3.14.1" tslib "^2.3.1" typescript "4.6.4" - ws "8.5.0" + ws "8.6.0" yargs "17.4.1" -"@graphql-mesh/config@0.36.0": - version "0.36.0" - resolved "https://registry.yarnpkg.com/@graphql-mesh/config/-/config-0.36.0.tgz#fd5d6ff0b5006601740ab16f2eac796cd3dbcf46" - integrity sha512-ChPNgJbT3uNqJMvuLYeZ/zfaAkNufkVCnDF2HoT7HTeSKpHY1eYuJto+ctHn1WuYvATckoVEvpW0U+26u5P4Cg== +"@graphql-mesh/config@0.36.1": + version "0.36.1" + resolved "https://registry.yarnpkg.com/@graphql-mesh/config/-/config-0.36.1.tgz#c430f6325d936dc3ca17ca03caf331464623f118" + integrity sha512-Xnquf/fj/O/TkE7deSGc7pMKrm9SdxTm8Vf29IBcp9nqslAn+OxdnmVBFRx965SW9VqgEPtdY1UsQu5pHqBtYQ== dependencies: "@envelop/core" "2.3.1" - "@graphql-mesh/cache-localforage" "0.6.0" + "@graphql-mesh/cache-localforage" "0.6.1" "@graphql-mesh/cross-helpers" "0.1.2" - "@graphql-mesh/merger-bare" "0.13.42" - "@graphql-mesh/merger-stitching" "0.15.44" - "@graphql-mesh/runtime" "0.34.5" - "@graphql-mesh/store" "0.8.3" - "@graphql-mesh/types" "0.72.0" - "@graphql-mesh/utils" "0.34.5" + "@graphql-mesh/merger-bare" "0.13.43" + "@graphql-mesh/merger-stitching" "0.15.45" + "@graphql-mesh/runtime" "0.34.6" + "@graphql-mesh/store" "0.8.4" + "@graphql-mesh/types" "0.72.1" + "@graphql-mesh/utils" "0.34.6" "@graphql-tools/code-file-loader" "7.2.14" "@graphql-tools/graphql-file-loader" "7.3.11" "@graphql-tools/load" "7.5.10" @@ -1530,42 +1523,42 @@ react-native-fs "2.19.0" react-native-path "0.0.5" -"@graphql-mesh/graphql@0.25.1": - version "0.25.1" - resolved "https://registry.yarnpkg.com/@graphql-mesh/graphql/-/graphql-0.25.1.tgz#8190544559a8333888b9d407e9f8129ec12ddd98" - integrity sha512-/qoIUyVxYaG6nRr6XgORW4dxEkmm7JkzTwsX5m2kGvu/twXbFMksQYeNVGIG6alk9GP3bHEMcCAwWAVfISJK7w== +"@graphql-mesh/graphql@0.25.2": + version "0.25.2" + resolved "https://registry.yarnpkg.com/@graphql-mesh/graphql/-/graphql-0.25.2.tgz#3d6b639f3370de4629b44f360a595429459e4b52" + integrity sha512-z4YeYfB10VH8bCyKJp3gdtIT1WcXxTRruPXN6+ItQ0ZxF2uAFb6Cps5xDEHmo5ZEawiY6byF/16u7seoalH0dg== dependencies: - "@graphql-mesh/store" "0.8.3" - "@graphql-mesh/types" "0.72.0" - "@graphql-mesh/utils" "0.34.5" + "@graphql-mesh/store" "0.8.4" + "@graphql-mesh/types" "0.72.1" + "@graphql-mesh/utils" "0.34.6" "@graphql-tools/delegate" "8.7.7" - "@graphql-tools/url-loader" "7.9.16" + "@graphql-tools/url-loader" "7.9.19" "@graphql-tools/utils" "8.6.9" "@graphql-tools/wrap" "8.4.16" lodash "4.17.21" tslib "^2.3.1" -"@graphql-mesh/merger-bare@0.13.42": - version "0.13.42" - resolved "https://registry.yarnpkg.com/@graphql-mesh/merger-bare/-/merger-bare-0.13.42.tgz#30cd1df37f5623195d0256fcaeceed057ad55061" - integrity sha512-2aI+AYZguSd13AYeAsBuB57dmUD1KSJMkP3NlZURT0llvlZT3HtxYGwYY4Nn2IFDKDooKOgawUWDEGhn0wKHTw== +"@graphql-mesh/merger-bare@0.13.43": + version "0.13.43" + resolved "https://registry.yarnpkg.com/@graphql-mesh/merger-bare/-/merger-bare-0.13.43.tgz#994c94fe381fa38b086bb54192d8744ff775e309" + integrity sha512-68I5LVUF+EI8HC2PWZ8uXLWicZCS4geH8j9mPNRWcSdWjdt+ynX17f/OSuYF+9Lzw4L94EV29lB5JjUoGqpHaQ== dependencies: - "@graphql-mesh/types" "0.72.0" - "@graphql-mesh/utils" "0.34.5" + "@graphql-mesh/types" "0.72.1" + "@graphql-mesh/utils" "0.34.6" "@graphql-tools/schema" "8.3.10" "@graphql-tools/utils" "8.6.9" "@graphql-tools/wrap" "8.4.16" fetchache "0.1.2" tslib "^2.3.1" -"@graphql-mesh/merger-stitching@0.15.44": - version "0.15.44" - resolved "https://registry.yarnpkg.com/@graphql-mesh/merger-stitching/-/merger-stitching-0.15.44.tgz#4fe1a72320e7e5aa58d0c00912e13488e678c5a4" - integrity sha512-UXCMZLn/ENZkdbDZs7GPQYe4GuunGcTKB6WPof9Cx6uy9WEDGTock4SwFZZMw3roOQggJVDSRJy2Z0IiIkIeUA== +"@graphql-mesh/merger-stitching@0.15.45": + version "0.15.45" + resolved "https://registry.yarnpkg.com/@graphql-mesh/merger-stitching/-/merger-stitching-0.15.45.tgz#59a6c99709a13a711205881e9fc0dac1eb95d779" + integrity sha512-oltpZzDe7/+LgeW4E3yIPNmn+b5eCkYCsRQdOoZIudTJUZCQeW0FfPe2AP8QcR2xvsCffqLVLeqcGrKtlu0HuQ== dependencies: - "@graphql-mesh/store" "0.8.3" - "@graphql-mesh/types" "0.72.0" - "@graphql-mesh/utils" "0.34.5" + "@graphql-mesh/store" "0.8.4" + "@graphql-mesh/types" "0.72.1" + "@graphql-mesh/utils" "0.34.6" "@graphql-tools/delegate" "8.7.7" "@graphql-tools/schema" "8.3.10" "@graphql-tools/stitch" "8.6.9" @@ -1574,15 +1567,15 @@ "@graphql-tools/wrap" "8.4.16" tslib "^2.3.1" -"@graphql-mesh/runtime@0.34.5": - version "0.34.5" - resolved "https://registry.yarnpkg.com/@graphql-mesh/runtime/-/runtime-0.34.5.tgz#f3c89bcad87e3ececad8746629c160652f1e2f72" - integrity sha512-EsGwcUH2SHoZl9wA2MdI8MXOf7kPj1O3+ct2/0JvT1GlA2RYQG23UkdFUeyApHzBAFBjEwqX7umFOYjnAJTwxg== +"@graphql-mesh/runtime@0.34.6": + version "0.34.6" + resolved "https://registry.yarnpkg.com/@graphql-mesh/runtime/-/runtime-0.34.6.tgz#047ac64555b633201d18b726b0949ea634cc33aa" + integrity sha512-r8Re24LxL43WIIBQ6lZNdVzSKNIPSlMKEa+fRE/i1wXIwC6tR1qDdSv9r30qeKf/GtqWdxTgd2GBiCd4Q5mGUA== dependencies: "@envelop/core" "2.3.1" "@envelop/live-query" "3.3.1" - "@graphql-mesh/types" "0.72.0" - "@graphql-mesh/utils" "0.34.5" + "@graphql-mesh/types" "0.72.1" + "@graphql-mesh/utils" "0.34.6" "@graphql-tools/batch-delegate" "8.2.16" "@graphql-tools/delegate" "8.7.7" "@graphql-tools/resolvers-composition" "6.4.9" @@ -1606,15 +1599,15 @@ "@graphql-tools/utils" "8.6.9" tslib "^2.3.1" -"@graphql-mesh/store@0.8.3": - version "0.8.3" - resolved "https://registry.yarnpkg.com/@graphql-mesh/store/-/store-0.8.3.tgz#e40ef75484602009fc98648be1b80246bf033c4c" - integrity sha512-O3ZfeEqEKvZenP0VQmUjo17gqlX/KirNLtmJuVqH7Q/tTywWZXYt2BRM3/jmqPHXms3XVWkWqX6hS+8PUkqCbw== +"@graphql-mesh/store@0.8.4": + version "0.8.4" + resolved "https://registry.yarnpkg.com/@graphql-mesh/store/-/store-0.8.4.tgz#60504e5fe548458dd49dcc53714b016f623f8809" + integrity sha512-FEHS6N4Wx2SySqUYiYHEnfhwWk6d4/mnyn9YXeu/jPdkk2WQG4uqXY40w8eSnSwxT0k7cmCf97UHNn2lwU7tjQ== dependencies: "@graphql-inspector/core" "3.1.2" "@graphql-mesh/cross-helpers" "0.1.2" - "@graphql-mesh/types" "0.72.0" - "@graphql-mesh/utils" "0.34.5" + "@graphql-mesh/types" "0.72.1" + "@graphql-mesh/utils" "0.34.6" "@graphql-tools/utils" "8.6.9" tslib "^2.3.1" @@ -1676,12 +1669,12 @@ fetchache "0.1.2" tslib "^2.3.1" -"@graphql-mesh/types@0.72.0": - version "0.72.0" - resolved "https://registry.yarnpkg.com/@graphql-mesh/types/-/types-0.72.0.tgz#8d0f115644eaad1debb125f39fe13e6fe1a329e9" - integrity sha512-dxRHOHR3QD+KOw/ccbFCaq1vNpTK3mZCoYSRJ+ULdpycC8MrLNR3q/KFsg/qLH+75nYk+l9Q9oOJm9MDOELTbg== +"@graphql-mesh/types@0.72.1": + version "0.72.1" + resolved "https://registry.yarnpkg.com/@graphql-mesh/types/-/types-0.72.1.tgz#5066fcbf385200de03854acf0e41843617640fdd" + integrity sha512-Qsbo65DHulPHxf4bJ8mwOV2a+c4uBTx3+s2UVnEPMlJs0eeAntqMyYQC8/kUj0S9aDuR2n5pXT6cmx7oXNsw7A== dependencies: - "@graphql-mesh/store" "0.8.3" + "@graphql-mesh/store" "0.8.4" "@graphql-tools/delegate" "8.7.7" "@graphql-tools/utils" "8.6.9" "@graphql-typed-document-node/core" "3.1.1" @@ -1722,19 +1715,19 @@ tiny-lru "8.0.2" tslib "^2.3.1" -"@graphql-mesh/utils@0.34.5": - version "0.34.5" - resolved "https://registry.yarnpkg.com/@graphql-mesh/utils/-/utils-0.34.5.tgz#9bdf6d1a3a83d79f8c84b6c6db9e0ee15d4ee478" - integrity sha512-PPRMtQ5+SvOlLypr9DfZDePVLZfPbyHfZe0tJf6tO3RHzBkiKPpgnn1Lv8hZFyFs+2h+8o0he+HKNHla8L7S7Q== +"@graphql-mesh/utils@0.34.6": + version "0.34.6" + resolved "https://registry.yarnpkg.com/@graphql-mesh/utils/-/utils-0.34.6.tgz#a52ef35e04a0cc3465a62c90236c312e234cdf30" + integrity sha512-pvQCW5a/XoO9QIKjf0ayK4gUyxB2Ov7Zikg4lAhEw4iRjWTVRri5eKQMYpz3jLYtGak9k7f3g1gd/DniS4tOXA== dependencies: "@graphql-mesh/cross-helpers" "0.1.2" "@graphql-mesh/string-interpolation" "0.1.0" - "@graphql-mesh/types" "0.72.0" + "@graphql-mesh/types" "0.72.1" "@graphql-tools/delegate" "8.7.7" "@graphql-tools/utils" "8.6.9" "@graphql-typed-document-node/core" "3.1.1" chalk "4.1.2" - cross-undici-fetch "0.3.1" + cross-undici-fetch "^0.3.5" dayjs "1.11.1" fetchache "0.1.2" file-uri-to-path "2.0.0" @@ -1900,17 +1893,17 @@ "@graphql-tools/utils" "8.6.9" tslib "~2.3.0" -"@graphql-tools/url-loader@7.9.16": - version "7.9.16" - resolved "https://registry.yarnpkg.com/@graphql-tools/url-loader/-/url-loader-7.9.16.tgz#f0f0e0612da58c3c0f80ecd9c1aaa5451b462e39" - integrity sha512-HQOoNJ2hh5Sl7OFMpqt3TTrgfP5IvTjwEPULaGDvRu3RIhGfeXzswovld36GlQDzgi18Wld1Thsm60xri+hiDA== +"@graphql-tools/url-loader@7.9.19": + version "7.9.19" + resolved "https://registry.yarnpkg.com/@graphql-tools/url-loader/-/url-loader-7.9.19.tgz#6f848b71c72d0371582aac11272a759d95c0ef8b" + integrity sha512-2jLr3gx2VvUjZGnHqfeDk8tp4mJ5/df9pMHj7NTRMh8Hp9WpIpTdxWSYg8SyJZIMbY8IlpPn5EFwZAz5okkrEw== dependencies: "@graphql-tools/delegate" "8.7.7" "@graphql-tools/utils" "8.6.9" "@graphql-tools/wrap" "8.4.16" "@n1ru4l/graphql-live-query" "^0.9.0" "@types/ws" "^8.0.0" - cross-undici-fetch "^0.3.1" + cross-undici-fetch "^0.3.5" dset "^3.1.0" extract-files "^11.0.0" graphql-ws "^5.4.1" @@ -1944,10 +1937,10 @@ resolved "https://registry.yarnpkg.com/@graphql-typed-document-node/core/-/core-3.1.1.tgz#076d78ce99822258cf813ecc1e7fa460fa74d052" integrity sha512-NQ17ii0rK1b34VZonlmT2QMJFI70m0TRwbknO/ihlbatXyaktDhN/98vBiUU6kNBPljqGqyIrl2T4nY2RpFANg== -"@graphql-yoga/common@2.3.0": - version "2.3.0" - resolved "https://registry.yarnpkg.com/@graphql-yoga/common/-/common-2.3.0.tgz#29fa754d42bf01337facc1bca803ccf8a0186013" - integrity sha512-EPKK97953c8E1FiaLHMMGqLKtoAN5H9qHr0AiAzMlruJHn0JcbMf2qFTUXklCsuk6UEwNtxeHX42zim11O/E1g== +"@graphql-yoga/common@2.4.0": + version "2.4.0" + resolved "https://registry.yarnpkg.com/@graphql-yoga/common/-/common-2.4.0.tgz#f95706ebe2b317a348942cfc940cbdfb1aa4b704" + integrity sha512-R9EYH9s8Gw9hZe7zoGpIWfHT+nmDy3T0DvVJkBFnZbroniVtp1SXLYGjbXzfz03i2eUi+Voj3f3mRvStmQ+Kug== dependencies: "@envelop/core" "^2.0.0" "@envelop/disable-introspection" "^3.0.0" @@ -1957,20 +1950,20 @@ "@graphql-tools/utils" "^8.6.0" "@graphql-typed-document-node/core" "^3.1.1" "@graphql-yoga/subscription" "2.0.0" - cross-undici-fetch "^0.2.5" + cross-undici-fetch "^0.3.0" dset "^3.1.1" tslib "^2.3.1" -"@graphql-yoga/node@2.3.0": - version "2.3.0" - resolved "https://registry.yarnpkg.com/@graphql-yoga/node/-/node-2.3.0.tgz#e22f29f179707a07a720507b7af3c44ad65499b5" - integrity sha512-uofEmKIDYthJuCcdhbgU0VW5i2cCqZVKIiEW/xbwvCOBJt439k46D+M6youiQYJ1miaA/m0btbuZ1sAo/TLjdQ== +"@graphql-yoga/node@^2.4.0": + version "2.4.0" + resolved "https://registry.yarnpkg.com/@graphql-yoga/node/-/node-2.4.0.tgz#cf2bdba78e6fba74c11c9387a24ec0a8c6493ec8" + integrity sha512-GkhovdpAeD18oi+FePZIyi+T3Ju1dDTo0FIIUyvFoEqzMqOexFGjkXOFdiMrM6kfesh3fhUGU0DXcIjhtxUILg== dependencies: "@envelop/core" "^2.0.0" "@graphql-tools/utils" "^8.6.0" - "@graphql-yoga/common" "2.3.0" + "@graphql-yoga/common" "2.4.0" "@graphql-yoga/subscription" "2.0.0" - cross-undici-fetch "^0.2.5" + cross-undici-fetch "^0.3.0" tslib "^2.3.1" "@graphql-yoga/subscription@2.0.0": @@ -3758,7 +3751,7 @@ cross-spawn@^7.0.0, cross-spawn@^7.0.2, cross-spawn@^7.0.3: shebang-command "^2.0.0" which "^2.0.1" -cross-undici-fetch@0.3.1, cross-undici-fetch@^0.3.1: +cross-undici-fetch@0.3.1: version "0.3.1" resolved "https://registry.yarnpkg.com/cross-undici-fetch/-/cross-undici-fetch-0.3.1.tgz#e8fc572822b192215b5e4ff21c0c6657497d533f" integrity sha512-WMo0uGuTIeGw5y/aUEBwvMROJTsaCRyCxTFToERnd8RqJxRH8QgL42KzV++xmUIS9X1j6PqJHUWMPH2pn6M9mw== @@ -3770,16 +3763,16 @@ cross-undici-fetch@0.3.1, cross-undici-fetch@^0.3.1: undici "^5.0.0" web-streams-polyfill "^3.2.0" -cross-undici-fetch@^0.2.5: - version "0.2.5" - resolved "https://registry.yarnpkg.com/cross-undici-fetch/-/cross-undici-fetch-0.2.5.tgz#0dd5bb3809a2fc4524fc777f1e6eb052203a6b68" - integrity sha512-6IR+JN6o2UMNj2f3fu0ZVkZeP0h22DRKzq78SiMenkqyBYyGIT1AkZjHkItvh0A80LdsAlWENHUpvapapePucw== +cross-undici-fetch@^0.3.0, cross-undici-fetch@^0.3.5: + version "0.3.6" + resolved "https://registry.yarnpkg.com/cross-undici-fetch/-/cross-undici-fetch-0.3.6.tgz#da1476842ddf79a301f8b8e026129877d619117d" + integrity sha512-2SKnxOcYMkWM0RsEqx1JUycqorU0bqG2ALMKWnnoYN/91lt7nQWb9mXGC6V7D9P45ASPrDT16dir+wkBd73nmA== dependencies: abort-controller "^3.0.0" form-data-encoder "^1.7.1" formdata-node "^4.3.1" node-fetch "^2.6.7" - undici "^5.0.0" + undici "^5.1.0" web-streams-polyfill "^3.2.0" crypto-random-string@^2.0.0: @@ -8250,12 +8243,12 @@ tslib@1.11.1, tslib@^1.11.1, tslib@^1.8.1, tslib@^1.9.0: resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.11.1.tgz#eb15d128827fbee2841549e171f45ed338ac7e35" integrity sha512-aZW88SY8kQbU7gpV19lN24LtXh/yD4ZZg6qieAJDDg+YBsJcSmLGK9QpnUjAKVG/xefmvJGd1WUmfpT/g6AJGA== -tslib@2.4.0: +tslib@2.4.0, tslib@^2.0.0, tslib@^2.0.3, tslib@^2.1.0, tslib@^2.3.0, tslib@^2.3.1: version "2.4.0" resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.0.tgz#7cecaa7f073ce680a05847aa77be941098f36dc3" integrity sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ== -tslib@^2.0.0, tslib@^2.0.3, tslib@^2.1.0, tslib@^2.3.0, tslib@^2.3.1, tslib@~2.3.0: +tslib@~2.3.0: version "2.3.1" resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.1.tgz#e8a335add5ceae51aa261d32a490158ef042ef01" integrity sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw== @@ -8391,10 +8384,10 @@ undefsafe@^2.0.5: resolved "https://registry.yarnpkg.com/undefsafe/-/undefsafe-2.0.5.tgz#38733b9327bdcd226db889fb723a6efd162e6e2c" integrity sha512-WxONCrssBM8TSPRqN5EmsjVrsv4A8X12J4ArBiiayv3DyyG3ZlIg6yysuuSYdZsVz3TKcTg2fd//Ujd4CHV1iA== -undici@^5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/undici/-/undici-5.0.0.tgz#3c1e08c7f0df90c485d5d8dbb0517e11e34f2090" - integrity sha512-VhUpiZ3No1DOPPQVQnsDZyfcbTTcHdcgWej1PdFnSvOeJmOVDgiOHkunJmBLfmjt4CqgPQddPVjSWW0dsTs5Yg== +undici@^5.0.0, undici@^5.1.0: + version "5.1.1" + resolved "https://registry.yarnpkg.com/undici/-/undici-5.1.1.tgz#356427b0d1f032ca4cf85537b1e1694a52090438" + integrity sha512-CmK9JzLSMGx+2msOao8LhkKn3J7eKo2M50v0KZQ2XbiHcGqLS1HiIj01ceIm3jbUYlspw/FTSb6nMdSNyvVyaQ== unicode-canonical-property-names-ecmascript@^2.0.0: version "2.0.0" @@ -8748,10 +8741,10 @@ write-pkg@^4.0.0: type-fest "^0.4.1" write-json-file "^3.2.0" -ws@8.5.0, ws@^8.3.0: - version "8.5.0" - resolved "https://registry.yarnpkg.com/ws/-/ws-8.5.0.tgz#bfb4be96600757fe5382de12c670dab984a1ed4f" - integrity sha512-BWX0SWVgLPzYwF8lTzEy1egjhS4S4OEAHfsO8o65WOVsrnSRGaSiUaa9e0ggGlkMTtBlmOpEXiie9RUcBO86qg== +ws@8.6.0, ws@^8.3.0: + version "8.6.0" + resolved "https://registry.yarnpkg.com/ws/-/ws-8.6.0.tgz#e5e9f1d9e7ff88083d0c0dd8281ea662a42c9c23" + integrity sha512-AzmM3aH3gk0aX7/rZLYvjdvZooofDu3fFOzGqcSnQ1tOcTWwhM/o+q++E8mAyVVIyUdajrkzWUGftaVSDLn1bw== xdg-basedir@^4.0.0: version "4.0.0"