diff --git a/frontend/package-lock.json b/frontend/package-lock.json index f1a62a2bb..d2ab25aab 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -14,9 +14,9 @@ "@radix-ui/react-dialog": "^1.0.5", "@radix-ui/react-form": "^0.0.3", "@tanstack/react-router": "^1.31.3", - "@urql/core": "^5.0.0", + "@urql/core": "^5.0.2", "@urql/devtools": "^2.0.3", - "@urql/exchange-graphcache": "^7.0.0", + "@urql/exchange-graphcache": "^7.0.2", "@urql/exchange-refocus": "^1.0.2", "@urql/exchange-request-policy": "^1.1.0", "@vector-im/compound-design-tokens": "1.2.0", @@ -8762,9 +8762,9 @@ "dev": true }, "node_modules/@urql/core": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/@urql/core/-/core-5.0.0.tgz", - "integrity": "sha512-kFkZxusq/VBQKEUcQFtf7AilMotLO+oGpE4WFhCiminZm8ZU2aulXSDWla50TaD0pj704FnWlXts6lRm0uHdDg==", + "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" @@ -8783,9 +8783,9 @@ } }, "node_modules/@urql/exchange-graphcache": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-7.0.0.tgz", - "integrity": "sha512-xKk+MVt6ZKokKcrreK09n4s04dPwzu2BF/rHWvV0Aun7BhlLU4Kzmvsq1sTMZArUxwB4aaKhI0StMbPMfxICSg==", + "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.5", "@urql/core": ">=5.0.0", diff --git a/frontend/package.json b/frontend/package.json index 383d1a9ed..b895ddcf8 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -23,9 +23,9 @@ "@radix-ui/react-dialog": "^1.0.5", "@radix-ui/react-form": "^0.0.3", "@tanstack/react-router": "^1.31.3", - "@urql/core": "^5.0.0", + "@urql/core": "^5.0.2", "@urql/devtools": "^2.0.3", - "@urql/exchange-graphcache": "^7.0.0", + "@urql/exchange-graphcache": "^7.0.2", "@urql/exchange-refocus": "^1.0.2", "@urql/exchange-request-policy": "^1.1.0", "@vector-im/compound-design-tokens": "1.2.0",