From 5cb120eeb7516bd0d2be1b479121135ba603cb40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 May 2024 09:49:30 +0000 Subject: [PATCH] Bump @urql/exchange-graphcache from 6.3.3 to 7.0.2 Bumps [@urql/exchange-graphcache](https://github.com/urql-graphql/urql/tree/HEAD/exchanges/graphcache) from 6.3.3 to 7.0.2. - [Release notes](https://github.com/urql-graphql/urql/releases) - [Changelog](https://github.com/urql-graphql/urql/blob/main/exchanges/graphcache/CHANGELOG.md) - [Commits](https://github.com/urql-graphql/urql/commits/@urql/exchange-graphcache@7.0.2/exchanges/graphcache) --- updated-dependencies: - dependency-name: "@urql/exchange-graphcache" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 54 ++++++++++++++++++++++++++++++++--------------- package.json | 2 +- 2 files changed, 38 insertions(+), 18 deletions(-) diff --git a/package-lock.json b/package-lock.json index fe7475e8d0..38188c144d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@sentry/react": "^6.17.2", "@urql/devtools": "^2.0.3", "@urql/exchange-auth": "^2.1.6", - "@urql/exchange-graphcache": "^6.3.3", + "@urql/exchange-graphcache": "^7.0.2", "blurhash": "^2.0.5", "date-fns": "^2.28.0", "graphql": "^16.8.1", @@ -121,9 +121,9 @@ } }, "node_modules/@0no-co/graphql.web": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/@0no-co/graphql.web/-/graphql.web-1.0.4.tgz", - "integrity": "sha512-W3ezhHGfO0MS1PtGloaTpg0PbaT8aZSmmaerL7idtU5F7oCI+uu25k+MsMS31BVFlp4aMkHSrNRxiD72IlK8TA==", + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/@0no-co/graphql.web/-/graphql.web-1.0.7.tgz", + "integrity": "sha512-E3Qku4mTzdrlwVWGPxklDnME5ANrEGetvYw4i2GCRlppWXXE4QD66j7pwb8HelZwS6LnqEChhrSOGCXpbiu6MQ==", "peerDependencies": { "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0" }, @@ -11895,12 +11895,21 @@ } }, "node_modules/@urql/exchange-graphcache": { - "version": "6.3.3", - "resolved": "https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-6.3.3.tgz", - "integrity": "sha512-uD8zzNIrxQHYCSgfIwYxzEmU1Ml4nJ6NTKwrDlpKmTLJa3aYuG3AoiO138HZBK1XGJ2QzV5yQPfcZsmbVFH8Yg==", + "version": "7.0.2", + "resolved": "https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-7.0.2.tgz", + "integrity": "sha512-6hA4ZDQbG73IVz/GtNsLD7AqPSIof8tvFiEdm10J8dpPd+Ijw9d7RsEbs57sGqpbSzJG+l6UNZ0A53EEYClYxw==", "dependencies": { - "@0no-co/graphql.web": "^1.0.1", - "@urql/core": ">=4.1.0", + "@0no-co/graphql.web": "^1.0.5", + "@urql/core": ">=5.0.0", + "wonka": "^6.3.2" + } + }, + "node_modules/@urql/exchange-graphcache/node_modules/@urql/core": { + "version": "5.0.3", + "resolved": "https://registry.npmjs.org/@urql/core/-/core-5.0.3.tgz", + "integrity": "sha512-NZ3YqRr6IphbpFjGqujJOuVuV8/QegYxfjy1zdmOSWpYYFLpmMBfVtzZ/L8IiqPERVAEAIKjUsryLnVtXJQo4w==", + "dependencies": { + "@0no-co/graphql.web": "^1.0.5", "wonka": "^6.3.2" } }, @@ -26480,9 +26489,9 @@ }, "dependencies": { "@0no-co/graphql.web": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/@0no-co/graphql.web/-/graphql.web-1.0.4.tgz", - "integrity": "sha512-W3ezhHGfO0MS1PtGloaTpg0PbaT8aZSmmaerL7idtU5F7oCI+uu25k+MsMS31BVFlp4aMkHSrNRxiD72IlK8TA==" + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/@0no-co/graphql.web/-/graphql.web-1.0.7.tgz", + "integrity": "sha512-E3Qku4mTzdrlwVWGPxklDnME5ANrEGetvYw4i2GCRlppWXXE4QD66j7pwb8HelZwS6LnqEChhrSOGCXpbiu6MQ==" }, "@aashutoshrathi/word-wrap": { "version": "1.2.6", @@ -34131,13 +34140,24 @@ } }, "@urql/exchange-graphcache": { - "version": "6.3.3", - "resolved": "https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-6.3.3.tgz", - "integrity": "sha512-uD8zzNIrxQHYCSgfIwYxzEmU1Ml4nJ6NTKwrDlpKmTLJa3aYuG3AoiO138HZBK1XGJ2QzV5yQPfcZsmbVFH8Yg==", + "version": "7.0.2", + "resolved": "https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-7.0.2.tgz", + "integrity": "sha512-6hA4ZDQbG73IVz/GtNsLD7AqPSIof8tvFiEdm10J8dpPd+Ijw9d7RsEbs57sGqpbSzJG+l6UNZ0A53EEYClYxw==", "requires": { - "@0no-co/graphql.web": "^1.0.1", - "@urql/core": ">=4.1.0", + "@0no-co/graphql.web": "^1.0.5", + "@urql/core": ">=5.0.0", "wonka": "^6.3.2" + }, + "dependencies": { + "@urql/core": { + "version": "5.0.3", + "resolved": "https://registry.npmjs.org/@urql/core/-/core-5.0.3.tgz", + "integrity": "sha512-NZ3YqRr6IphbpFjGqujJOuVuV8/QegYxfjy1zdmOSWpYYFLpmMBfVtzZ/L8IiqPERVAEAIKjUsryLnVtXJQo4w==", + "requires": { + "@0no-co/graphql.web": "^1.0.5", + "wonka": "^6.3.2" + } + } } }, "@vitejs/plugin-react": { diff --git a/package.json b/package.json index fd313bf367..c21d60b822 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "@sentry/react": "^6.17.2", "@urql/devtools": "^2.0.3", "@urql/exchange-auth": "^2.1.6", - "@urql/exchange-graphcache": "^6.3.3", + "@urql/exchange-graphcache": "^7.0.2", "blurhash": "^2.0.5", "date-fns": "^2.28.0", "graphql": "^16.8.1",