diff --git a/package-lock.json b/package-lock.json index 992d0dc..7f77529 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "react-query", "version": "0.0.0", "dependencies": { - "@tanstack/react-query": "^5.51.23", + "@tanstack/react-query": "^5.51.24", "react": "^18.3.1", "react-dom": "^18.3.1", "react-router-dom": "^6.26.1", @@ -923,9 +923,9 @@ } }, "node_modules/@tanstack/query-core": { - "version": "5.51.21", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.51.21.tgz", - "integrity": "sha512-POQxm42IUp6n89kKWF4IZi18v3fxQWFRolvBA6phNVmA8psdfB1MvDnGacCJdS+EOX12w/CyHM62z//rHmYmvw==", + "version": "5.51.24", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.51.24.tgz", + "integrity": "sha512-qtIR0FMHUDIWyIQw87q4C+so7XaN59MsGfWrc6rgi2VTHrVZF3Hd0St2dbpqRetHf6XW5yY5lzTrXpTilPlxUg==", "license": "MIT", "funding": { "type": "github", @@ -933,12 +933,12 @@ } }, "node_modules/@tanstack/react-query": { - "version": "5.51.23", - "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.51.23.tgz", - "integrity": "sha512-CfJCfX45nnVIZjQBRYYtvVMIsGgWLKLYC4xcUiYEey671n1alvTZoCBaU9B85O8mF/tx9LPyrI04A6Bs2THv4A==", + "version": "5.51.24", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.51.24.tgz", + "integrity": "sha512-sW1qRwoCDqOFku67xng4Y5z6NPK1DS347jR4RiX9wFHrmyqpbXgUjPIjT3fodezdJAaSJD/6CvWb0cl05J8zNQ==", "license": "MIT", "dependencies": { - "@tanstack/query-core": "5.51.21" + "@tanstack/query-core": "5.51.24" }, "funding": { "type": "github", diff --git a/package.json b/package.json index 8d26558..fb8f7cf 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/react-query": "^5.51.23", + "@tanstack/react-query": "^5.51.24", "react": "^18.3.1", "react-dom": "^18.3.1", "react-router-dom": "^6.26.1",