From cb3d20ac82529c9c34bea339c01a8ae1d9bd7980 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Jul 2024 15:27:55 +0200 Subject: [PATCH] Bump @tanstack/react-query from 5.49.0 to 5.51.1 (#30) Bumps [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) from 5.49.0 to 5.51.1. - [Release notes](https://github.com/TanStack/query/releases) - [Commits](https://github.com/TanStack/query/commits/v5.51.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> --- apps/dashboard/package.json | 2 +- package-lock.json | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/apps/dashboard/package.json b/apps/dashboard/package.json index c86f0c3..c87c956 100644 --- a/apps/dashboard/package.json +++ b/apps/dashboard/package.json @@ -38,7 +38,7 @@ "@pm2.web/mongoose-models": "*", "@pm2.web/typings": "*", "@tabler/icons-react": "^3.7.0", - "@tanstack/react-query": "^5.49.0", + "@tanstack/react-query": "^5.51.1", "@trpc/client": "^11.0.0-rc.390", "@trpc/next": "^11.0.0-rc.390", "@trpc/react-query": "^11.0.0-rc.390", diff --git a/package-lock.json b/package-lock.json index 6ac82a5..4c797ce 100644 --- a/package-lock.json +++ b/package-lock.json @@ -54,7 +54,7 @@ "@pm2.web/mongoose-models": "*", "@pm2.web/typings": "*", "@tabler/icons-react": "^3.7.0", - "@tanstack/react-query": "^5.49.0", + "@tanstack/react-query": "^5.51.1", "@trpc/client": "^11.0.0-rc.390", "@trpc/next": "^11.0.0-rc.390", "@trpc/react-query": "^11.0.0-rc.390", @@ -1065,20 +1065,20 @@ } }, "node_modules/@tanstack/query-core": { - "version": "5.49.0", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.49.0.tgz", - "integrity": "sha512-xUTjCPHC8G+ZvIUzjoMOLnMpNXYPQI4HjhlizTVVBwtSp24iWo4/kaBzHAzsrCVyfbiaPIFFkUvicsY4r8kF8A==", + "version": "5.51.1", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.51.1.tgz", + "integrity": "sha512-fJBMQMpo8/KSsWW5ratJR5+IFr7YNJ3K2kfP9l5XObYHsgfVy1w3FJUWU4FT2fj7+JMaEg33zOcNDBo0LMwHnw==", "funding": { "type": "github", "url": "https://github.com/sponsors/tannerlinsley" } }, "node_modules/@tanstack/react-query": { - "version": "5.49.0", - "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.49.0.tgz", - "integrity": "sha512-3A0BDwGVk6UzWFdz+WTC9HHts9kI42XYLK78/DGmoj9fd6W/NsjEjI5S4lPPebgq9cWWPo9QNciaSWfH71RgNg==", + "version": "5.51.1", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.51.1.tgz", + "integrity": "sha512-s47HKFnQ4HOJAHoIiXcpna/roMMPZJPy6fJ6p4ZNVn8+/onlLBEDd1+xc8OnDuwgvecqkZD7Z2mnSRbcWefrKw==", "dependencies": { - "@tanstack/query-core": "5.49.0" + "@tanstack/query-core": "5.51.1" }, "funding": { "type": "github",