From e6bda93a17a148615dd783474ed13d0d758f413b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Apr 2024 21:23:25 +0000 Subject: [PATCH] dependencies: bump @tanstack/react-query from 5.29.0 to 5.29.2 Bumps [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) from 5.29.0 to 5.29.2. - [Release notes](https://github.com/TanStack/query/releases) - [Commits](https://github.com/TanStack/query/commits/v5.29.2/packages/react-query) --- updated-dependencies: - dependency-name: "@tanstack/react-query" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index ee9438105..087799055 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 07dcfe22b..cfa9314c5 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",