diff --git a/package-lock.json b/package-lock.json index aeb06f37f6f..51b55d83789 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38,7 +38,7 @@ "@sentry/browser": "^9.0.0", "@tailwindcss/vite": "^4.0.17", "@tanstack/react-query": "^5.64.1", - "@tanstack/react-query-devtools": "^5.64.2", + "@tanstack/react-query-devtools": "^5.79.0", "@vitejs/plugin-react": "^4.3.4", "bowser": "^2.11.0", "browser-image-compression": "^2.0.2", @@ -6724,9 +6724,9 @@ } }, "node_modules/@tanstack/query-core": { - "version": "5.74.9", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.74.9.tgz", - "integrity": "sha512-qmjXpWyigDw4SfqdSBy24FzRvpBPXlaSbl92N77lcrL+yvVQLQkf0T6bQNbTxl9IEB/SvVFhhVZoIlQvFnNuuw==", + "version": "5.81.2", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.81.2.tgz", + "integrity": "sha512-QLYkPdrudoMATDFa3MiLEwRhNnAlzHWDf0LKaXUqJd0/+QxN8uTPi7bahRlxoAyH0UbLMBdeDbYzWALj7THOtw==", "license": "MIT", "funding": { "type": "github", @@ -6734,9 +6734,9 @@ } }, "node_modules/@tanstack/query-devtools": { - "version": "5.74.7", - "resolved": "https://registry.npmjs.org/@tanstack/query-devtools/-/query-devtools-5.74.7.tgz", - "integrity": "sha512-nSNlfuGdnHf4yB0S+BoNYOE1o3oAH093weAYZolIHfS2stulyA/gWfSk/9H4ZFk5mAAHb5vNqAeJOmbdcGPEQw==", + "version": "5.76.0", + "resolved": "https://registry.npmjs.org/@tanstack/query-devtools/-/query-devtools-5.76.0.tgz", + "integrity": "sha512-1p92nqOBPYVqVDU0Ua5nzHenC6EGZNrLnB2OZphYw8CNA1exuvI97FVgIKON7Uug3uQqvH/QY8suUKpQo8qHNQ==", "license": "MIT", "funding": { "type": "github", @@ -6744,12 +6744,12 @@ } }, "node_modules/@tanstack/react-query": { - "version": "5.74.11", - "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.74.11.tgz", - "integrity": "sha512-FFhn9ZiYRUOsxLAWZYxVfQTpVE7UWRaAeHJIWVDHKlmZZGc16rMHW9KrFZ8peC4hA71QUf/shJD8dPSMqDnRmA==", + "version": "5.81.2", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.81.2.tgz", + "integrity": "sha512-pe8kFlTrL2zFLlcAj2kZk9UaYYHDk9/1hg9EBaoO3cxDhOZf1FRGJeziSXKrVZyxIfs7b3aoOj/bw7Lie0mDUg==", "license": "MIT", "dependencies": { - "@tanstack/query-core": "5.74.9" + "@tanstack/query-core": "5.81.2" }, "funding": { "type": "github", @@ -6760,19 +6760,19 @@ } }, "node_modules/@tanstack/react-query-devtools": { - "version": "5.74.11", - "resolved": "https://registry.npmjs.org/@tanstack/react-query-devtools/-/react-query-devtools-5.74.11.tgz", - "integrity": "sha512-vx8MzH4WUUk4ZW8uHq7T45XNDgePF5ecRoa7haWJZxDMQyAHM80GGMhEW/yRz6TeyS9UlfTUz2OLPvgGRvvVOA==", + "version": "5.79.0", + "resolved": "https://registry.npmjs.org/@tanstack/react-query-devtools/-/react-query-devtools-5.79.0.tgz", + "integrity": "sha512-YVRWxjxsWycWChjKxvaIAPdNC5LX0zpiHoNyTB8teDZpQstM1b7mCuAp3x60cjX1MhLoO3vbaeY29EKst4D4ug==", "license": "MIT", "dependencies": { - "@tanstack/query-devtools": "5.74.7" + "@tanstack/query-devtools": "5.76.0" }, "funding": { "type": "github", "url": "https://github.com/sponsors/tannerlinsley" }, "peerDependencies": { - "@tanstack/react-query": "^5.74.11", + "@tanstack/react-query": "^5.79.0", "react": "^18 || ^19" } }, diff --git a/package.json b/package.json index 492c4238873..595fa1422df 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "@sentry/browser": "^9.0.0", "@tailwindcss/vite": "^4.0.17", "@tanstack/react-query": "^5.64.1", - "@tanstack/react-query-devtools": "^5.64.2", + "@tanstack/react-query-devtools": "^5.79.0", "@vitejs/plugin-react": "^4.3.4", "bowser": "^2.11.0", "browser-image-compression": "^2.0.2",