From 633493b93f07360e31a6713cc202fe17c5b6e233 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 22:01:54 +0000 Subject: [PATCH] dependencies: bump @tanstack/react-query from 5.55.0 to 5.55.4 Bumps [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) from 5.55.0 to 5.55.4. - [Release notes](https://github.com/TanStack/query/releases) - [Commits](https://github.com/TanStack/query/commits/v5.55.4/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 | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index b5a0b98e..714aac0a 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.24", "@hey-api/openapi-ts": "^0.52.11", - "@tanstack/react-query": "^5.55.0", + "@tanstack/react-query": "^5.55.4", "antd": "^5.20.5", "echarts": "5.5.1", "echarts-for-react": "^3.0.2", @@ -4512,20 +4512,20 @@ } }, "node_modules/@tanstack/query-core": { - "version": "5.54.1", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.54.1.tgz", - "integrity": "sha512-hKS+WRpT5zBFip21pB6Jx1C0hranWQrbv5EJ7qPoiV5MYI3C8rTCqWC9DdBseiPT1JgQWh8Y55YthuYZNiw3Xw==", + "version": "5.55.4", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.55.4.tgz", + "integrity": "sha512-uoRqNnRfzOH4OMIoxj8E2+Us89UIGXfau981qYJWsNMkFS1GXR4UIyzUTVGq4N7SDLHgFPpo6IOazqUV5gkMZA==", "funding": { "type": "github", "url": "https://github.com/sponsors/tannerlinsley" } }, "node_modules/@tanstack/react-query": { - "version": "5.55.0", - "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.55.0.tgz", - "integrity": "sha512-2uYuxEbRQD8TORUiTUacEOwt1e8aoSqUOJFGY5TUrh6rQ3U85zrMS2wvbNhBhXGh6Vj69QDCP2yv8tIY7joo6Q==", + "version": "5.55.4", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.55.4.tgz", + "integrity": "sha512-e3uX5XkLD9oTV66/VsVpkYz3Ds/ps/Yk+V5d89xthAbtNIKKBEm4FdNb9yISFzGEGezUzVO68qmfmiSrtScvsg==", "dependencies": { - "@tanstack/query-core": "5.54.1" + "@tanstack/query-core": "5.55.4" }, "funding": { "type": "github", diff --git a/package.json b/package.json index d10a05dd..f7d63dcf 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "@ant-design/icons": "^5.4.0", "@axa-fr/react-oidc": "^7.22.24", "@hey-api/openapi-ts": "^0.52.11", - "@tanstack/react-query": "^5.55.0", + "@tanstack/react-query": "^5.55.4", "antd": "^5.20.5", "echarts": "5.5.1", "echarts-for-react": "^3.0.2",