diff --git a/package-lock.json b/package-lock.json index f92d833..ee7fc46 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0", "dependencies": { "@e965/xlsx": "^0.20.3", - "@tanstack/react-query": "^5.53.1", + "@tanstack/react-query": "^5.53.3", "@tanstack/react-table": "^8.20.5", "react": "^18.3.1", "react-dom": "^18.3.1", @@ -1319,9 +1319,9 @@ "license": "MIT" }, "node_modules/@tanstack/query-core": { - "version": "5.53.1", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.53.1.tgz", - "integrity": "sha512-mvLG7s4Zy3Yvc2LsKm8BVafbmPrsReKgqwhmp4XKVmRW9us3KbWRqu3qBBfhVavcUUEHfNK7PvpTchvQpVdFpw==", + "version": "5.53.3", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.53.3.tgz", + "integrity": "sha512-ZfjAgd7NpqDx0e4aYBt7EmS2enbulPrJwowTy+mayRE93WUUH+sIYHun1TdRjpGwDPMNNZ5D6goh7n3CwoO+HA==", "license": "MIT", "funding": { "type": "github", @@ -1329,12 +1329,12 @@ } }, "node_modules/@tanstack/react-query": { - "version": "5.53.1", - "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.53.1.tgz", - "integrity": "sha512-35HU4836Ey1/W74BxmS8p9KHXcDRGPdkw6w3VX0Tc5S9v5acFl80oi/yc6nsmoLhu68wQkWMyX0h7y7cOtY5OA==", + "version": "5.53.3", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.53.3.tgz", + "integrity": "sha512-286mN/91CeM7vC6CZFLKYDHSw+WyMX6ekIvzoTbpM4xyPb99VSyCKPLyPgaOatKqYm6ooMBquSq9NGRdKgsJfg==", "license": "MIT", "dependencies": { - "@tanstack/query-core": "5.53.1" + "@tanstack/query-core": "5.53.3" }, "funding": { "type": "github", diff --git a/package.json b/package.json index e3ef97e..ac088a0 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ }, "dependencies": { "@e965/xlsx": "^0.20.3", - "@tanstack/react-query": "^5.53.1", + "@tanstack/react-query": "^5.53.3", "@tanstack/react-table": "^8.20.5", "react": "^18.3.1", "react-dom": "^18.3.1",