diff --git a/frontend/package-lock.json b/frontend/package-lock.json index e3f55bc04..bf32149d0 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -25,8 +25,8 @@ "@react-md/progress": "5.1.6", "@react-md/typography": "5.1.6", "@sentry/react": "8.48.0", - "@tanstack/react-query": "5.63.0", - "@tanstack/react-query-devtools": "5.63.0", + "@tanstack/react-query": "5.64.0", + "@tanstack/react-query-devtools": "5.64.0", "@turf/boolean-point-in-polygon": "6.5.0", "@turf/buffer": "6.5.0", "@turf/distance": "6.5.0", @@ -4041,9 +4041,9 @@ } }, "node_modules/@tanstack/query-core": { - "version": "5.62.16", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.62.16.tgz", - "integrity": "sha512-9Sgft7Qavcd+sN0V25xVyo0nfmcZXBuODy3FVG7BMWTg1HMLm8wwG5tNlLlmSic1u7l1v786oavn+STiFaPH2g==", + "version": "5.64.0", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.64.0.tgz", + "integrity": "sha512-/MPJt/AaaMzdWJZTafgMyYhEX/lGjQrNz8+NDQSk8fNoU5PHqh05FhQaBrEQafW2PeBHsRbefEf//qKMiSAbQQ==", "license": "MIT", "funding": { "type": "github", @@ -4061,12 +4061,12 @@ } }, "node_modules/@tanstack/react-query": { - "version": "5.63.0", - "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.63.0.tgz", - "integrity": "sha512-QWizLzSiog8xqIRYmuJRok9VELlXVBAwtINgVCgW1SNvamQwWDO5R0XFSkjoBEj53x9Of1KAthLRBUC5xmtVLQ==", + "version": "5.64.0", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.64.0.tgz", + "integrity": "sha512-tBMzlROROUcTDMpDt1NC3n9ndKnJHPB3RCpa6Bf9f31TFvqhLz879x8jldtKU+6IwMSw1Pn4K1AKA+2SYyA6TA==", "license": "MIT", "dependencies": { - "@tanstack/query-core": "5.62.16" + "@tanstack/query-core": "5.64.0" }, "funding": { "type": "github", @@ -4077,9 +4077,9 @@ } }, "node_modules/@tanstack/react-query-devtools": { - "version": "5.63.0", - "resolved": "https://registry.npmjs.org/@tanstack/react-query-devtools/-/react-query-devtools-5.63.0.tgz", - "integrity": "sha512-j3+22r6srSJVy8oiLUpOOupI4g7IHwbISeEGM+5ASIzzOnVUUSsY6e4nu5pxxj7ODJbiag3GpkHU/otG9B9sAA==", + "version": "5.64.0", + "resolved": "https://registry.npmjs.org/@tanstack/react-query-devtools/-/react-query-devtools-5.64.0.tgz", + "integrity": "sha512-XORJjlbcBwPJaNbWBfZudaVVMi5TtlN1lYkHYU71hlG2c/jYpceO2yfAhZfgeyTNtqmTJ7jXOitgoGqtunsBAA==", "license": "MIT", "dependencies": { "@tanstack/query-devtools": "5.62.16" @@ -4089,7 +4089,7 @@ "url": "https://github.com/sponsors/tannerlinsley" }, "peerDependencies": { - "@tanstack/react-query": "^5.63.0", + "@tanstack/react-query": "^5.64.0", "react": "^18 || ^19" } }, diff --git a/frontend/package.json b/frontend/package.json index 6a81cf795..eec15e98c 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -20,8 +20,8 @@ "@react-md/progress": "5.1.6", "@react-md/typography": "5.1.6", "@sentry/react": "8.48.0", - "@tanstack/react-query": "5.63.0", - "@tanstack/react-query-devtools": "5.63.0", + "@tanstack/react-query": "5.64.0", + "@tanstack/react-query-devtools": "5.64.0", "@turf/boolean-point-in-polygon": "6.5.0", "@turf/buffer": "6.5.0", "@turf/distance": "6.5.0",