From e8161cdafb6d2a807398fa54abfbed1a06eef8a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 May 2024 08:26:46 -0400 Subject: [PATCH] Bump @tanstack/react-query from 5.36.0 to 5.37.1 in /ui (#281) Bumps [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) from 5.36.0 to 5.37.1. - [Release notes](https://github.com/TanStack/query/releases) - [Commits](https://github.com/TanStack/query/commits/v5.37.1/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> --- ui/package-lock.json | 16 ++++++++-------- ui/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/ui/package-lock.json b/ui/package-lock.json index 3b0c83a8..a5a6e0ec 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -12,7 +12,7 @@ "@emotion/styled": "^11.11.5", "@mui/icons-material": "^5.15.15", "@mui/material": "5.15.10", - "@tanstack/react-query": "5.36.0", + "@tanstack/react-query": "5.37.1", "axios": "1.6.8", "axios-mock-adapter": "1.22.0", "classnames": "^2.5.1", @@ -3987,20 +3987,20 @@ } }, "node_modules/@tanstack/query-core": { - "version": "5.36.0", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.36.0.tgz", - "integrity": "sha512-B5BD3pg/mztDR36i77hGcyySKKeYrbM5mnogOROTBi1SUml5ByRK7PGUUl16vvubvQC+mSnqziFG/VIy/DE3FQ==", + "version": "5.36.1", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.36.1.tgz", + "integrity": "sha512-BteWYEPUcucEu3NBcDAgKuI4U25R9aPrHSP6YSf2NvaD2pSlIQTdqOfLRsxH9WdRYg7k0Uom35Uacb6nvbIMJg==", "funding": { "type": "github", "url": "https://github.com/sponsors/tannerlinsley" } }, "node_modules/@tanstack/react-query": { - "version": "5.36.0", - "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.36.0.tgz", - "integrity": "sha512-BATvtM0rohwg7pRHUnxgeDiwLWRGZ8OM/4y8LImHVpecQWoH6Uhytu3Z8YV6V7hQ1sMQBFcUrGE1/e4MxR6YiA==", + "version": "5.37.1", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.37.1.tgz", + "integrity": "sha512-EhtBNA8GL3XFeSx6VYUjXQ96n44xe3JGKZCzBINrCYlxbZP6UwBafv7ti4eSRWc2Fy+fybQre0w17gR6lMzULA==", "dependencies": { - "@tanstack/query-core": "5.36.0" + "@tanstack/query-core": "5.36.1" }, "funding": { "type": "github", diff --git a/ui/package.json b/ui/package.json index 6d9aabe2..5ed57a6f 100644 --- a/ui/package.json +++ b/ui/package.json @@ -20,7 +20,7 @@ "@emotion/styled": "^11.11.5", "@mui/icons-material": "^5.15.15", "@mui/material": "5.15.10", - "@tanstack/react-query": "5.36.0", + "@tanstack/react-query": "5.37.1", "axios": "1.6.8", "axios-mock-adapter": "1.22.0", "classnames": "^2.5.1",