diff --git a/package-lock.json b/package-lock.json index 7fb554e7e..62ffa91aa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@atlaskit/pragmatic-drag-and-drop-hitbox": "1.0.3", "@fontsource/inter": "4.5.14", "@matrix-org/olm": "3.2.15", - "@tanstack/react-query": "5.24.1", + "@tanstack/react-query": "5.62.11", "@tanstack/react-query-devtools": "5.24.1", "@tanstack/react-virtual": "3.2.0", "@tippyjs/react": "4.2.6", @@ -4783,9 +4783,9 @@ } }, "node_modules/@tanstack/query-core": { - "version": "5.24.1", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.24.1.tgz", - "integrity": "sha512-DZ6Nx9p7BhjkG50ayJ+MKPgff+lMeol7QYXkvuU5jr2ryW/4ok5eanaS9W5eooA4xN0A/GPHdLGOZGzArgf5Cg==", + "version": "5.62.9", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.62.9.tgz", + "integrity": "sha512-lwePd8hNYhyQ4nM/iRQ+Wz2cDtspGeZZHFZmCzHJ7mfKXt+9S301fULiY2IR2byJYY6Z03T427E5PoVfMexHjw==", "funding": { "type": "github", "url": "https://github.com/sponsors/tannerlinsley" @@ -4801,18 +4801,18 @@ } }, "node_modules/@tanstack/react-query": { - "version": "5.24.1", - "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.24.1.tgz", - "integrity": "sha512-4+09JEdO4d6+Gc8Y/g2M/MuxDK5IY0QV8+2wL2304wPKJgJ54cBbULd3nciJ5uvh/as8rrxx6s0mtIwpRuGd1g==", + "version": "5.62.11", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.62.11.tgz", + "integrity": "sha512-Xb1nw0cYMdtFmwkvH9+y5yYFhXvLRCnXoqlzSw7UkqtCVFq3cG8q+rHZ2Yz1XrC+/ysUaTqbLKJqk95mCgC1oQ==", "dependencies": { - "@tanstack/query-core": "5.24.1" + "@tanstack/query-core": "5.62.9" }, "funding": { "type": "github", "url": "https://github.com/sponsors/tannerlinsley" }, "peerDependencies": { - "react": "^18.0.0" + "react": "^18 || ^19" } }, "node_modules/@tanstack/react-query-devtools": { diff --git a/package.json b/package.json index 1ecbc1900..b5c4a8dd3 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "@atlaskit/pragmatic-drag-and-drop-hitbox": "1.0.3", "@fontsource/inter": "4.5.14", "@matrix-org/olm": "3.2.15", - "@tanstack/react-query": "5.24.1", + "@tanstack/react-query": "5.62.11", "@tanstack/react-query-devtools": "5.24.1", "@tanstack/react-virtual": "3.2.0", "@tippyjs/react": "4.2.6",