diff --git a/package-lock.json b/package-lock.json index ca651fa3..18b96bbe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1560,37 +1560,27 @@ } }, "node_modules/@tanstack/query-core": { - "version": "5.8.7", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.8.7.tgz", - "integrity": "sha512-58xOSkxxZK4SGQ/uzX8MDZHLGZCkxlgkPxnfhxUOL2uchnNHyay2UVcR3mQNMgaMwH1e2l+0n+zfS7+UJ/MAJw==", + "version": "5.10.0", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.10.0.tgz", + "integrity": "sha512-wlw/l2E+U70iABaJnOtZIJN/5VMhuj4RPViafwUYiIGoqw1VqqqaxBnBL90qLhWswoOaK8RAj3+NiG0duk+cRg==", "funding": { "type": "github", "url": "https://github.com/sponsors/tannerlinsley" } }, "node_modules/@tanstack/react-query": { - "version": "5.8.9", - "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.8.9.tgz", - "integrity": "sha512-AmrvpXv7Vo9HlvIFd1ChyphUUskVAq60bpQFPxZmephHf2H2LZHqPIiLl8IEij0dvORpqp6BoUH8IS/HSWkn0w==", + "version": "5.10.0", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.10.0.tgz", + "integrity": "sha512-LeJsyXUvhq1TBsEbt3SSEaxP2Att1sv/qW588GL/bvjxPxsLUBWKGuFJ5Z1YP+/nJqVmcXJE8AtvZaaxE9rsKQ==", "dependencies": { - "@tanstack/query-core": "5.8.7" + "@tanstack/query-core": "5.10.0" }, "funding": { "type": "github", "url": "https://github.com/sponsors/tannerlinsley" }, "peerDependencies": { - "react": "^18.0.0", - "react-dom": "^18.0.0", - "react-native": "*" - }, - "peerDependenciesMeta": { - "react-dom": { - "optional": true - }, - "react-native": { - "optional": true - } + "react": "^18.0.0" } }, "node_modules/@types/hast": {