diff --git a/package-lock.json b/package-lock.json index fe7475e8d0..4db96571db 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.1.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,24 @@ } }, "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.1.2", + "resolved": "https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-7.1.2.tgz", + "integrity": "sha512-W2+lYYB/aW1xjPtrMO/Cuxnq3Wl+DuiySqbdw/II91G/NH8Axx2oxRLjWMeC5r/71RivJUrmf2FVzb4Yy1+qwQ==", "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" + }, + "peerDependencies": { + "@urql/core": "^5.0.0" + } + }, + "node_modules/@urql/exchange-graphcache/node_modules/@urql/core": { + "version": "5.0.4", + "resolved": "https://registry.npmjs.org/@urql/core/-/core-5.0.4.tgz", + "integrity": "sha512-gl86J6B6gWXvvkx5omZ+CaGiPQ0chCUGM0jBsm0zTtkDQPRqufv0NSUN6sp2JhGGtTOB0NR6Pd+w7XAVGGyUOA==", + "dependencies": { + "@0no-co/graphql.web": "^1.0.5", "wonka": "^6.3.2" } }, @@ -26480,9 +26492,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 +34143,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.1.2", + "resolved": "https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-7.1.2.tgz", + "integrity": "sha512-W2+lYYB/aW1xjPtrMO/Cuxnq3Wl+DuiySqbdw/II91G/NH8Axx2oxRLjWMeC5r/71RivJUrmf2FVzb4Yy1+qwQ==", "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.4", + "resolved": "https://registry.npmjs.org/@urql/core/-/core-5.0.4.tgz", + "integrity": "sha512-gl86J6B6gWXvvkx5omZ+CaGiPQ0chCUGM0jBsm0zTtkDQPRqufv0NSUN6sp2JhGGtTOB0NR6Pd+w7XAVGGyUOA==", + "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..bc14fd96f9 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.1.2", "blurhash": "^2.0.5", "date-fns": "^2.28.0", "graphql": "^16.8.1",