From b5d020123480db5d5fb2e541d57239d09cf00943 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Aug 2024 06:05:17 +0200 Subject: [PATCH] dependencies: bump @tanstack/react-query from 5.51.23 to 5.52.0 (#1095) Bumps [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) from 5.51.23 to 5.52.0. - [Release notes](https://github.com/TanStack/query/releases) - [Commits](https://github.com/TanStack/query/commits/v5.52.0/packages/react-query) --- updated-dependencies: - dependency-name: "@tanstack/react-query" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) 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",