Skip to content

Commit 693ecf2

Browse files
fix(deps): update dependency @graphql-tools/utils to v10
1 parent 52cd5a9 commit 693ecf2

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

packages/in-memory-live-query-store/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"graphql": "16.0.0-experimental-stream-defer.5"
2323
},
2424
"dependencies": {
25-
"@graphql-tools/utils": "^8.5.2",
25+
"@graphql-tools/utils": "^10.0.0",
2626
"@n1ru4l/graphql-live-query": "0.10.0",
2727
"@repeaterjs/repeater": "^3.0.4"
2828
},

yarn.lock

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1764,7 +1764,7 @@
17641764
dependencies:
17651765
tslib "^2.4.0"
17661766

1767-
"@graphql-tools/[email protected]", "@graphql-tools/utils@^8.5.2", "@graphql-tools/utils@^8.8.0":
1767+
"@graphql-tools/[email protected]", "@graphql-tools/utils@^8.8.0":
17681768
version "8.9.0"
17691769
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-8.9.0.tgz#c6aa5f651c9c99e1aca55510af21b56ec296cdb7"
17701770
integrity sha512-pjJIWH0XOVnYGXCqej8g/u/tsfV4LvLlj0eATKQu5zwnxd/TiTHq7Cg313qUPTFFHZ3PP5wJ15chYVtLDwaymg==
@@ -1779,6 +1779,16 @@
17791779
"@graphql-typed-document-node/core" "^3.1.1"
17801780
tslib "^2.4.0"
17811781

1782+
"@graphql-tools/utils@^10.0.0":
1783+
version "10.0.11"
1784+
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-10.0.11.tgz#1238fbe37e8d6c662c48ab2477c98269d6fd851a"
1785+
integrity sha512-vVjXgKn6zjXIlYBd7yJxCVMYGb5j18gE3hx3Qw3mNsSEsYQXbJbPdlwb7Fc9FogsJei5AaqiQerqH4kAosp1nQ==
1786+
dependencies:
1787+
"@graphql-typed-document-node/core" "^3.1.1"
1788+
cross-inspect "1.0.0"
1789+
dset "^3.1.2"
1790+
tslib "^2.4.0"
1791+
17821792
"@graphql-tools/wrap@^9.3.8":
17831793
version "9.3.8"
17841794
resolved "https://registry.yarnpkg.com/@graphql-tools/wrap/-/wrap-9.3.8.tgz#c6f53b7bc98cf3fa3d91e41be3b99254ae99b409"
@@ -3767,6 +3777,13 @@ [email protected], cross-fetch@^3.0.4, cross-fetch@^3.1.5:
37673777
dependencies:
37683778
node-fetch "2.6.7"
37693779

3780+
3781+
version "1.0.0"
3782+
resolved "https://registry.yarnpkg.com/cross-inspect/-/cross-inspect-1.0.0.tgz#5fda1af759a148594d2d58394a9e21364f6849af"
3783+
integrity sha512-4PFfn4b5ZN6FMNGSZlyb7wUhuN8wvj8t/VQHZdM4JsDcruGJ8L2kf9zao98QIrBPFCpdk27qst/AGTl7pL3ypQ==
3784+
dependencies:
3785+
tslib "^2.4.0"
3786+
37703787
cross-spawn@^5.1.0:
37713788
version "5.1.0"
37723789
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-5.1.0.tgz#e8bd0efee58fcff6f8f94510a0a554bbfa235449"

0 commit comments

Comments
 (0)