diff --git a/package-lock.json b/package-lock.json index dd4bbfc0a..ccc4a9183 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@ant-design/icons": "^5.3.6", "@axa-fr/react-oidc": "^7.22.0", - "@tanstack/react-query": "^5.29.0", + "@tanstack/react-query": "^5.29.2", "antd": "^5.16.1", "echarts": "5.5.0", "echarts-for-react": "^3.0.2", @@ -5360,9 +5360,9 @@ } }, "node_modules/@tanstack/react-query": { - "version": "5.29.0", - "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.29.0.tgz", - "integrity": "sha512-yxlhHB73jaBla6h5B6zPaGmQjokkzAhMHN4veotkPNiQ3Ac/mCxgABRZPsJJrgCTvhpcncBZcDBFxaR2B37vug==", + "version": "5.29.2", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.29.2.tgz", + "integrity": "sha512-nyuWILR4u7H5moLGSiifLh8kIqQDLNOHGuSz0rcp+J75fNc8aQLyr5+I2JCHU3n+nJrTTW1ssgAD8HiKD7IFBQ==", "dependencies": { "@tanstack/query-core": "5.29.0" }, diff --git a/package.json b/package.json index e41e5fe38..040af11b4 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "dependencies": { "@ant-design/icons": "^5.3.6", "@axa-fr/react-oidc": "^7.22.0", - "@tanstack/react-query": "^5.29.0", + "@tanstack/react-query": "^5.29.2", "antd": "^5.16.1", "echarts": "5.5.0", "echarts-for-react": "^3.0.2",