From 42b1a801a667a252a32318a85c60b593c27d80c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Aug 2023 07:58:22 +0000 Subject: [PATCH] Bump @tanstack/react-query from 4.32.1 to 4.32.5 in /frontend Bumps [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) from 4.32.1 to 4.32.5. - [Release notes](https://github.com/TanStack/query/releases) - [Commits](https://github.com/TanStack/query/commits/v4.32.5/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] --- frontend/package.json | 2 +- frontend/yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 2f734455..189c16db 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -10,7 +10,7 @@ "@emotion/react": "^11", "@emotion/styled": "^11", "@fontsource/open-sans": "^5.0.6", - "@tanstack/react-query": "^4.32.1", + "@tanstack/react-query": "^4.32.5", "axios": "^1.4.0", "framer-motion": "^10.15.0", "moment": "^2.29.1", diff --git a/frontend/yarn.lock b/frontend/yarn.lock index f1f291aa..3e5fa743 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -2800,17 +2800,17 @@ "@svgr/plugin-svgo" "^5.5.0" loader-utils "^2.0.0" -"@tanstack/query-core@4.32.1": - version "4.32.1" - resolved "https://registry.yarnpkg.com/@tanstack/query-core/-/query-core-4.32.1.tgz#6e364c33433b61f4dcef003725d4208e42b23860" - integrity sha512-VEAGHboOFWN/bvf/7cCoeLQfld0AA8n0V/kfc77W+FvxnnSwJufEh6gfjqpX5bRE/DEYfYDYdNtuL3KM+lIs8Q== +"@tanstack/query-core@4.32.5": + version "4.32.5" + resolved "https://registry.yarnpkg.com/@tanstack/query-core/-/query-core-4.32.5.tgz#1c9da404ba4906c35b3998ba03ea4ab44019750c" + integrity sha512-UOxiDYmzYWD21ASIUnW3w+Nq3LcW1BPFFfIyZOor6UsRl76KGLlvUhJ402/dof1JxcQFPK7nZ5iUGPVqLiT8zg== -"@tanstack/react-query@^4.32.1": - version "4.32.1" - resolved "https://registry.yarnpkg.com/@tanstack/react-query/-/react-query-4.32.1.tgz#8ba6ab4e0ee4513a0fe06f4452f1b400eb4f91fb" - integrity sha512-lPTfOq6bR6DorPaS018gTMd3zs8r06tlERiVY6BRP9SnDkkl4ckqeANava/jPLWrSZP+EA15loQUTmvZs6k2GA== +"@tanstack/react-query@^4.32.5": + version "4.32.5" + resolved "https://registry.yarnpkg.com/@tanstack/react-query/-/react-query-4.32.5.tgz#666abcf6cbeb8475e44f91a4279302f69b2f4ee9" + integrity sha512-4tR0GxyyKhLpYvbglOGpWVqHS+t3bs7yy89DuTgJvnKLnaS5UW2sbfAzlV9JtwL7s5Z8eW2q2EDMcAtutb0lAw== dependencies: - "@tanstack/query-core" "4.32.1" + "@tanstack/query-core" "4.32.5" use-sync-external-store "^1.2.0" "@testing-library/dom@^9.0.0":