Skip to content

Commit d42e291

Browse files
fix(deps): update dependency @graphql-mesh/cli to v0.92.8 (#759)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6660543 commit d42e291

File tree

1 file changed

+25
-16
lines changed

1 file changed

+25
-16
lines changed

yarn.lock

Lines changed: 25 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1722,9 +1722,9 @@
17221722
localforage "1.10.0"
17231723

17241724
"@graphql-mesh/cli@^0.92.0":
1725-
version "0.92.7"
1726-
resolved "https://registry.yarnpkg.com/@graphql-mesh/cli/-/cli-0.92.7.tgz#890ed347b812f030d0c7012a09cc46ddeaee59d7"
1727-
integrity sha512-IzFT0yaydEEN8ZdeP2VoTsfCfmWQoylXGRuX17F8hfWnZu6q6NCj62/vFMaJDT3WemJlydgfqoG3s7mX/xWYHA==
1725+
version "0.92.8"
1726+
resolved "https://registry.yarnpkg.com/@graphql-mesh/cli/-/cli-0.92.8.tgz#c47cf88772848295eaddbf8e08df3eac7b293dd6"
1727+
integrity sha512-8idqMktzpFSDKzqfY/iy5wIx06T0MvO63agOnthkXU5pGtFccTBpSyjx68UD3zpM2d8oIPBjD30aJaiXuOUO7Q==
17281728
dependencies:
17291729
"@graphql-codegen/core" "^4.0.0"
17301730
"@graphql-codegen/typed-document-node" "^5.0.0"
@@ -1734,7 +1734,8 @@
17341734
"@graphql-codegen/typescript-resolvers" "^4.0.0"
17351735
"@graphql-mesh/config" "^0.101.6"
17361736
"@graphql-mesh/cross-helpers" "^0.4.4"
1737-
"@graphql-mesh/http" "^0.100.6"
1737+
"@graphql-mesh/http" "^0.100.7"
1738+
"@graphql-mesh/include" "^0.0.1"
17381739
"@graphql-mesh/runtime" "^0.100.6"
17391740
"@graphql-mesh/store" "^0.99.5"
17401741
"@graphql-mesh/types" "^0.99.5"
@@ -1746,7 +1747,6 @@
17461747
dotenv "^16.0.3"
17471748
graphql-import-node "^0.0.5"
17481749
graphql-ws "^5.12.1"
1749-
jiti "^1.21.6"
17501750
json-bigint-patch "^0.0.8"
17511751
json5 "^2.2.3"
17521752
mkdirp "^3.0.0"
@@ -1820,14 +1820,23 @@
18201820
"@graphql-tools/url-loader" "^8.0.0"
18211821
lodash.get "^4.4.2"
18221822

1823-
"@graphql-mesh/http@^0.100.6":
1824-
version "0.100.6"
1825-
resolved "https://registry.yarnpkg.com/@graphql-mesh/http/-/http-0.100.6.tgz#912901e5939277148851e6c48614da11930afacc"
1826-
integrity sha512-mGcucijCNZYQ9AolAwbXDjIXvW/9kQf1bIIWrbBt9/yMHG1i4gCdwDwTKQfsQL0/e5gvkSBe2kvyGMj/vEW81A==
1823+
"@graphql-mesh/http@^0.100.7":
1824+
version "0.100.7"
1825+
resolved "https://registry.yarnpkg.com/@graphql-mesh/http/-/http-0.100.7.tgz#d258086d5c9bca9050aa87c4d0842a21644d8cff"
1826+
integrity sha512-vk/r8cw180mA8AQffxaIbuMWXx/o8m9/nxCzjtss2bjj5zEHkGOAk+R3qNrqcmGBnFhYF12SWtR5P9nsGtkeoA==
18271827
dependencies:
1828-
"@whatwg-node/server" "^0.9.34"
1828+
"@whatwg-node/server" "^0.9.46"
18291829
graphql-yoga "^5.6.0"
18301830

1831+
"@graphql-mesh/include@^0.0.1":
1832+
version "0.0.1"
1833+
resolved "https://registry.yarnpkg.com/@graphql-mesh/include/-/include-0.0.1.tgz#f8416643dca6a6fdee6bc0a98b1970ffc8555603"
1834+
integrity sha512-1QTp3aSqOG7W+dvjvlptVH31GRcM3hHFTzlzc7k2cUHRomgL+1On5ovfr3T+4cKYZ9cVgmCQejjE/0toUFN19Q==
1835+
dependencies:
1836+
dotenv "^16.3.1"
1837+
get-tsconfig "^4.7.6"
1838+
jiti "^1.21.6"
1839+
18311840
"@graphql-mesh/merger-bare@^0.99.5":
18321841
version "0.99.5"
18331842
resolved "https://registry.yarnpkg.com/@graphql-mesh/merger-bare/-/merger-bare-0.99.5.tgz#a4d18db775a115b4e8cbe2d112f7c6f723e373d9"
@@ -3068,10 +3077,10 @@
30683077
fast-querystring "^1.1.1"
30693078
tslib "^2.6.3"
30703079

3071-
"@whatwg-node/server@^0.9.34", "@whatwg-node/server@^0.9.41":
3072-
version "0.9.45"
3073-
resolved "https://registry.yarnpkg.com/@whatwg-node/server/-/server-0.9.45.tgz#d25466a1a9ed46aa7bc83b492db012da12cad764"
3074-
integrity sha512-FBDf8aeKZSwFyASKTFIAcNfZPV7jczVItfwimcGFai9pXUMLJC3efjkNMh1HqKzM4sUUkocX8p0kaFzlkqrt1Q==
3080+
"@whatwg-node/server@^0.9.41", "@whatwg-node/server@^0.9.46":
3081+
version "0.9.46"
3082+
resolved "https://registry.yarnpkg.com/@whatwg-node/server/-/server-0.9.46.tgz#8502faff05b8d1388430eeff7f1f039133974c7f"
3083+
integrity sha512-vUKCMPP6f2BLtOxnK2c98QmK0rb24RlmXb2enbEg8nXttQLvlKfMOfaY7uNAtaMXejjR2ku/ww9EEeiWXV3Q9A==
30753084
dependencies:
30763085
"@whatwg-node/fetch" "^0.9.19"
30773086
tslib "^2.6.3"
@@ -4195,7 +4204,7 @@ dot-case@^3.0.4:
41954204
no-case "^3.0.4"
41964205
tslib "^2.0.3"
41974206

4198-
dotenv@^16.0.3:
4207+
dotenv@^16.0.3, dotenv@^16.3.1:
41994208
version "16.4.5"
42004209
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.4.5.tgz#cdd3b3b604cb327e286b4762e13502f717cb099f"
42014210
integrity sha512-ZmdL2rui+eB2YwhsWzjInR8LldtZHGDoQ1ugH85ppHKwpUHL7j7rN0Ti9NCnGiQbhaZ11FpR+7ao1dNsmduNUg==
@@ -5074,7 +5083,7 @@ get-symbol-from-current-process-h@^1.0.1:
50745083
resolved "https://registry.yarnpkg.com/get-symbol-from-current-process-h/-/get-symbol-from-current-process-h-1.0.2.tgz#510af52eaef873f7028854c3377f47f7bb200265"
50755084
integrity sha512-syloC6fsCt62ELLrr1VKBM1ggOpMdetX9hTrdW77UQdcApPHLmf7CI7OKcN1c9kYuNxKcDe4iJ4FY9sX3aw2xw==
50765085

5077-
get-tsconfig@^4.5.0:
5086+
get-tsconfig@^4.5.0, get-tsconfig@^4.7.6:
50785087
version "4.7.6"
50795088
resolved "https://registry.yarnpkg.com/get-tsconfig/-/get-tsconfig-4.7.6.tgz#118fd5b7b9bae234cc7705a00cd771d7eb65d62a"
50805089
integrity sha512-ZAqrLlu18NbDdRaHq+AKXzAmqIUPswPWKUchfytdAjiRFnCe5ojG2bstg6mRiZabkKfCoL/e98pbBELIV/YCeA==

0 commit comments

Comments
 (0)