From 82ca49cf81f9c434144a170117d24d4b7014f20a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 8 Oct 2025 07:27:42 +0000 Subject: [PATCH] fix: upgrade @tanstack/react-query from 5.87.1 to 5.89.0 Snyk has created this PR to upgrade @tanstack/react-query from 5.87.1 to 5.89.0. See this package in npm: @tanstack/react-query See this project in Snyk: https://app.snyk.io/org/jlbooker/project/7cf1855e-e9b1-4adc-be76-4d02639c5e1d?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 32 +++++++++++++++++--------------- package.json | 2 +- 2 files changed, 18 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index fd98db8e..f2060c2f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.1.8", "license": "GPL-3.0", "dependencies": { - "@tanstack/react-query": "^5.87.1", + "@tanstack/react-query": "^5.89.0", "ag-grid-community": "^32.3.9", "ag-grid-react": "^32.3.9", "classnames": "^2.3.3", @@ -2042,20 +2042,22 @@ } }, "node_modules/@tanstack/query-core": { - "version": "5.87.1", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.87.1.tgz", - "integrity": "sha512-HOFHVvhOCprrWvtccSzc7+RNqpnLlZ5R6lTmngb8aq7b4rc2/jDT0w+vLdQ4lD9bNtQ+/A4GsFXy030Gk4ollA==", + "version": "5.89.0", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.89.0.tgz", + "integrity": "sha512-joFV1MuPhSLsKfTzwjmPDrp8ENfZ9N23ymFu07nLfn3JCkSHy0CFgsyhHTJOmWaumC/WiNIKM0EJyduCF/Ih/Q==", + "license": "MIT", "funding": { "type": "github", "url": "https://github.com/sponsors/tannerlinsley" } }, "node_modules/@tanstack/react-query": { - "version": "5.87.1", - "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.87.1.tgz", - "integrity": "sha512-YKauf8jfMowgAqcxj96AHs+Ux3m3bWT1oSVKamaRPXSnW2HqSznnTCEkAVqctF1e/W9R/mPcyzzINIgpOH94qg==", + "version": "5.89.0", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.89.0.tgz", + "integrity": "sha512-SXbtWSTSRXyBOe80mszPxpEbaN4XPRUp/i0EfQK1uyj3KCk/c8FuPJNIRwzOVe/OU3rzxrYtiNabsAmk1l714A==", + "license": "MIT", "dependencies": { - "@tanstack/query-core": "5.87.1" + "@tanstack/query-core": "5.89.0" }, "funding": { "type": "github", @@ -8130,16 +8132,16 @@ } }, "@tanstack/query-core": { - "version": "5.87.1", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.87.1.tgz", - "integrity": "sha512-HOFHVvhOCprrWvtccSzc7+RNqpnLlZ5R6lTmngb8aq7b4rc2/jDT0w+vLdQ4lD9bNtQ+/A4GsFXy030Gk4ollA==" + "version": "5.89.0", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.89.0.tgz", + "integrity": "sha512-joFV1MuPhSLsKfTzwjmPDrp8ENfZ9N23ymFu07nLfn3JCkSHy0CFgsyhHTJOmWaumC/WiNIKM0EJyduCF/Ih/Q==" }, "@tanstack/react-query": { - "version": "5.87.1", - "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.87.1.tgz", - "integrity": "sha512-YKauf8jfMowgAqcxj96AHs+Ux3m3bWT1oSVKamaRPXSnW2HqSznnTCEkAVqctF1e/W9R/mPcyzzINIgpOH94qg==", + "version": "5.89.0", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.89.0.tgz", + "integrity": "sha512-SXbtWSTSRXyBOe80mszPxpEbaN4XPRUp/i0EfQK1uyj3KCk/c8FuPJNIRwzOVe/OU3rzxrYtiNabsAmk1l714A==", "requires": { - "@tanstack/query-core": "5.87.1" + "@tanstack/query-core": "5.89.0" } }, "@types/eslint": { diff --git a/package.json b/package.json index 6ca68ac4..ba176093 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "test": "tests" }, "dependencies": { - "@tanstack/react-query": "^5.87.1", + "@tanstack/react-query": "^5.89.0", "ag-grid-community": "^32.3.9", "ag-grid-react": "^32.3.9", "classnames": "^2.3.3",