diff --git a/package-lock.json b/package-lock.json index ac7c030fb0..e47714358b 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": "^15.8.0", @@ -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" }, @@ -11758,12 +11758,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.2", + "resolved": "https://registry.npmjs.org/@urql/core/-/core-5.0.2.tgz", + "integrity": "sha512-gxMYkhbZg43cPftRv9K/A8lLjbZm2aam+K5AfPyQyADQVKkQ0V5hC/XtH++Zdi3swhBvgjbvVG/YjdkZTh8PVg==", + "dependencies": { + "@0no-co/graphql.web": "^1.0.5", "wonka": "^6.3.2" } }, @@ -26270,9 +26279,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", @@ -33790,13 +33799,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.2", + "resolved": "https://registry.npmjs.org/@urql/core/-/core-5.0.2.tgz", + "integrity": "sha512-gxMYkhbZg43cPftRv9K/A8lLjbZm2aam+K5AfPyQyADQVKkQ0V5hC/XtH++Zdi3swhBvgjbvVG/YjdkZTh8PVg==", + "requires": { + "@0no-co/graphql.web": "^1.0.5", + "wonka": "^6.3.2" + } + } } }, "@vitejs/plugin-react": { diff --git a/package.json b/package.json index e1b346388b..1960cc8189 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": "^15.8.0",