From f23ca3e98ea0a93f48a016ac0ff1f76be2d0a674 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jul 2024 03:54:41 +0000 Subject: [PATCH] fix(deps): bump @tanstack/react-query in /examples/function-mock-shop (#8271) Bumps [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) from 5.49.2 to 5.50.1. - [Release notes](https://github.com/TanStack/query/releases) - [Commits](https://github.com/TanStack/query/commits/v5.50.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> --- examples/function-mock-shop/package-lock.json | 16 ++++++++-------- examples/function-mock-shop/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/examples/function-mock-shop/package-lock.json b/examples/function-mock-shop/package-lock.json index 99733f6de0..41601a9f39 100644 --- a/examples/function-mock-shop/package-lock.json +++ b/examples/function-mock-shop/package-lock.json @@ -12,7 +12,7 @@ "@contentful/f36-components": "4.67.1", "@contentful/f36-tokens": "4.0.5", "@contentful/react-apps-toolkit": "1.2.16", - "@tanstack/react-query": "^5.49.2", + "@tanstack/react-query": "^5.50.1", "contentful-management": "10.46.4", "emotion": "10.0.27", "graphql-request": "^6.1.0", @@ -5539,20 +5539,20 @@ } }, "node_modules/@tanstack/query-core": { - "version": "5.49.1", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.49.1.tgz", - "integrity": "sha512-JnC9ndmD1KKS01Rt/ovRUB1tmwO7zkyXAyIxN9mznuJrcNtOrkmOnQqdJF2ib9oHzc2VxHomnEG7xyfo54Npkw==", + "version": "5.50.1", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.50.1.tgz", + "integrity": "sha512-lpfhKPrJlyV2DSVcQb/HuozH3Av3kws4ge22agx+lNGpFkS4vLZ7St0l3GLwlAD+bqB+qXGex3JdRKUNtMviEQ==", "funding": { "type": "github", "url": "https://github.com/sponsors/tannerlinsley" } }, "node_modules/@tanstack/react-query": { - "version": "5.49.2", - "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.49.2.tgz", - "integrity": "sha512-6rfwXDK9BvmHISbNFuGd+wY3P44lyW7lWiA9vIFGT/T0P9aHD1VkjTvcM4SDAIbAQ9ygEZZoLt7dlU1o3NjMVA==", + "version": "5.50.1", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.50.1.tgz", + "integrity": "sha512-s0DW3rVBDPReDDovUjVqItVa3R2nPfUANK9nqGvarO2DwTiY9U4EBTsqizMxItRCoGgK5apeM7D3mxlHrSKpdQ==", "dependencies": { - "@tanstack/query-core": "5.49.1" + "@tanstack/query-core": "5.50.1" }, "funding": { "type": "github", diff --git a/examples/function-mock-shop/package.json b/examples/function-mock-shop/package.json index 72bf22c7bd..5bce8efd4d 100644 --- a/examples/function-mock-shop/package.json +++ b/examples/function-mock-shop/package.json @@ -7,7 +7,7 @@ "@contentful/f36-components": "4.67.1", "@contentful/f36-tokens": "4.0.5", "@contentful/react-apps-toolkit": "1.2.16", - "@tanstack/react-query": "^5.49.2", + "@tanstack/react-query": "^5.50.1", "contentful-management": "10.46.4", "emotion": "10.0.27", "graphql-request": "^6.1.0",