diff --git a/examples/apollo/package.json b/examples/apollo/package.json index bea69efb..d9ebc725 100644 --- a/examples/apollo/package.json +++ b/examples/apollo/package.json @@ -10,7 +10,7 @@ "graphiql": "graphclient serve-dev" }, "dependencies": { - "@apollo/client": "3.7.14", + "@apollo/client": "3.7.15", "@graphprotocol/client-apollo": "1.0.18", "graphql": "16.6.0", "react": "18.2.0", diff --git a/examples/urql-live-query/package.json b/examples/urql-live-query/package.json index 65447aba..1cf9c87b 100644 --- a/examples/urql-live-query/package.json +++ b/examples/urql-live-query/package.json @@ -14,7 +14,7 @@ "graphql": "16.6.0", "react": "18.2.0", "react-dom": "18.2.0", - "urql": "4.0.2" + "urql": "4.0.3" }, "devDependencies": { "@graphprotocol/client-cli": "2.2.22", diff --git a/examples/urql/package.json b/examples/urql/package.json index 0f5d7526..bd377b59 100644 --- a/examples/urql/package.json +++ b/examples/urql/package.json @@ -14,7 +14,7 @@ "graphql": "16.6.0", "react": "18.2.0", "react-dom": "18.2.0", - "urql": "4.0.2" + "urql": "4.0.3" }, "devDependencies": { "@graphprotocol/client-cli": "2.2.22", diff --git a/package.json b/package.json index 4c13df68..8aec3780 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "@changesets/changelog-github": "0.4.8", "@types/babel__core": "7.20.1", "@types/babel__preset-env": "7.9.2", - "@types/jest": "29.5.1", + "@types/jest": "29.5.2", "babel-jest": "29.5.0", "babel-plugin-parameter-decorator": "1.0.16", "babel-plugin-transform-typescript-metadata": "0.3.2", diff --git a/yarn.lock b/yarn.lock index c6a534c4..7fcc3586 100644 --- a/yarn.lock +++ b/yarn.lock @@ -15,15 +15,15 @@ "@jridgewell/gen-mapping" "^0.3.0" "@jridgewell/trace-mapping" "^0.3.9" -"@apollo/client@3.7.14": - version "3.7.14" - resolved "https://registry.yarnpkg.com/@apollo/client/-/client-3.7.14.tgz#40ef90390e6690e94917457cd82bdeb29e8b6af9" - integrity sha512-BRvdkwq5PAXBkjXjboO12uksDm3nrZEqDi4xF97Fk3Mnaa0zDOEfJa7hoKTY9b9KA1EkeWv9BL3i7hSd4SfGBg== +"@apollo/client@3.7.15": + version "3.7.15" + resolved "https://registry.yarnpkg.com/@apollo/client/-/client-3.7.15.tgz#59dbeb5d64479f8ce0af321d8c0bf6df1d873e2d" + integrity sha512-pLScjo4GAQRWKWyEg2J3FlQr9fbUAuADT0EI2+JlLf2BjaU9I7WUaZVD9w+0qNPE8BZqs53MRQq0OCm1QCW+eg== dependencies: "@graphql-typed-document-node/core" "^3.1.1" "@wry/context" "^0.7.0" "@wry/equality" "^0.5.0" - "@wry/trie" "^0.3.0" + "@wry/trie" "^0.4.0" graphql-tag "^2.12.6" hoist-non-react-statics "^3.3.2" optimism "^0.16.2" @@ -2753,10 +2753,10 @@ dependencies: "@types/istanbul-lib-report" "*" -"@types/jest@29.5.1": - version "29.5.1" - resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.5.1.tgz#83c818aa9a87da27d6da85d3378e5a34d2f31a47" - integrity sha512-tEuVcHrpaixS36w7hpsfLBLpjtMRJUE09/MHXn923LOVojDwyC14cWcfc0rDs0VEfUyYmt/+iX1kxxp+gZMcaQ== +"@types/jest@29.5.2": + version "29.5.2" + resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.5.2.tgz#86b4afc86e3a8f3005b297ed8a72494f89e6395b" + integrity sha512-mSoZVJF5YzGVCk+FsDxzDuH7s+SCkzrgKZzf0Z0T2WudhBUPoF6ktoTPC4R0ZoCPCV5xUvuU6ias5NvxcBcMMg== dependencies: expect "^29.0.0" pretty-format "^29.0.0" @@ -3016,6 +3016,13 @@ dependencies: tslib "^2.3.0" +"@wry/trie@^0.4.0": + version "0.4.3" + resolved "https://registry.yarnpkg.com/@wry/trie/-/trie-0.4.3.tgz#077d52c22365871bf3ffcbab8e95cb8bc5689af4" + integrity sha512-I6bHwH0fSf6RqQcnnXLJKhkSXG45MFral3GxPaY4uAl0LYDZM+YDVDAiU9bYwjTuysy1S0IeecWtmq1SZA3M1w== + dependencies: + tslib "^2.3.0" + abbrev@1: version "1.1.1" resolved "https://registry.yarnpkg.com/abbrev/-/abbrev-1.1.1.tgz#f8f2c887ad10bf67f634f005b6987fed3179aac8" @@ -7939,10 +7946,10 @@ urlpattern-polyfill@^8.0.0: resolved "https://registry.yarnpkg.com/urlpattern-polyfill/-/urlpattern-polyfill-8.0.2.tgz#99f096e35eff8bf4b5a2aa7d58a1523d6ebc7ce5" integrity sha512-Qp95D4TPJl1kC9SKigDcqgyM2VDVO4RiJc2d4qe5GrYm+zbIQCWWKAFaJNQ4BhdFeDGwBmAxqJBwWSJDb9T3BQ== -urql@4.0.2: - version "4.0.2" - resolved "https://registry.yarnpkg.com/urql/-/urql-4.0.2.tgz#c67a64fe80a5a66f2916a24e31493e0c91ab2f56" - integrity sha512-jMb71UGtoAHI4A0TO15ZUSG8qvUxC5fBTXmUq/DyE3WWcnJkZbnMCBlcZIzMrXK4txAMIHE718jsaUujRkdlkg== +urql@4.0.3: + version "4.0.3" + resolved "https://registry.yarnpkg.com/urql/-/urql-4.0.3.tgz#60345dbf04320d6a50c69bc56230c67394449dcf" + integrity sha512-ynwez59f5uo31RO9/OD1RveasLGsaRC2mEm5nNGuPiQbpIeuZLQJTya61hr6I9c24YWIHf3Ld29xZy6JW3scvQ== dependencies: "@urql/core" "^4.0.0" wonka "^6.3.2"