diff --git a/package-lock.json b/package-lock.json index bb248b83..5addccb5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@ant-design/icons": "^5.4.0", "@axa-fr/react-oidc": "^7.22.21", "@hey-api/openapi-ts": "^0.52.9", - "@tanstack/react-query": "^5.51.23", + "@tanstack/react-query": "^5.52.0", "antd": "^5.20.2", "echarts": "5.5.1", "echarts-for-react": "^3.0.2", @@ -4512,20 +4512,20 @@ } }, "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.52.0", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.52.0.tgz", + "integrity": "sha512-U1DOEgltjUwalN6uWYTewSnA14b+tE7lSylOiASKCAO61ENJeCq9VVD/TXHA6O5u9+6v5+UgGYBSccTKDoyMqw==", "funding": { "type": "github", "url": "https://github.com/sponsors/tannerlinsley" } }, "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.52.0", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.52.0.tgz", + "integrity": "sha512-T8tLZdPEopSD3A1EBZ/sq7WkI76pKLKKiT82F486K8wf26EPgYCdeiSnJfuayssdQjWwLQMQVl/ROUBNmlWgCQ==", "dependencies": { - "@tanstack/query-core": "5.51.21" + "@tanstack/query-core": "5.52.0" }, "funding": { "type": "github", diff --git a/package.json b/package.json index 7a948871..bf8017dc 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "@ant-design/icons": "^5.4.0", "@axa-fr/react-oidc": "^7.22.21", "@hey-api/openapi-ts": "^0.52.9", - "@tanstack/react-query": "^5.51.23", + "@tanstack/react-query": "^5.52.0", "antd": "^5.20.2", "echarts": "5.5.1", "echarts-for-react": "^3.0.2",