From ba076f259dda2c0bf386ef36e4abe7308728a3a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jun 2024 23:49:16 +0000 Subject: [PATCH] feat(deps): bump @tanstack/react-query from 5.44.0 to 5.45.0 Bumps [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) from 5.44.0 to 5.45.0. - [Release notes](https://github.com/TanStack/query/releases) - [Commits](https://github.com/TanStack/query/commits/v5.45.0/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] --- 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 152c53d3e8..a867a82567 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@mui/x-tree-view": "^7.6.2", "@react-pdf/renderer": "^3.4.4", "@sws2apps/react-sw-helper": "^1.23.0", - "@tanstack/react-query": "^5.44.0", + "@tanstack/react-query": "^5.45.0", "@thumbmarkjs/thumbmarkjs": "^0.14.8", "comlink": "^4.4.1", "date-fns": "^2.30.0", @@ -5060,20 +5060,20 @@ } }, "node_modules/@tanstack/query-core": { - "version": "5.44.0", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.44.0.tgz", - "integrity": "sha512-Fa1J7iEEyJnjXG1N4+Fz4OXNH/INve3XSn0Htms3X4wgRsXHxMDwqBE2XtDCts7swkwSIs4izEtaFqWVFr/eLQ==", + "version": "5.45.0", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.45.0.tgz", + "integrity": "sha512-RVfIZQmFUTdjhSAAblvueimfngYyfN6HlwaJUPK71PKd7yi43Vs1S/rdimmZedPWX/WGppcq/U1HOj7O7FwYxw==", "funding": { "type": "github", "url": "https://github.com/sponsors/tannerlinsley" } }, "node_modules/@tanstack/react-query": { - "version": "5.44.0", - "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.44.0.tgz", - "integrity": "sha512-zmaD6cw8P2cBOfRHhqRmwvDsAi56gqbiwG2CDR6oQOCXSDOvRagvpP6RUStn+RrfcVUrNjKsxBmrgG6Za8p5zg==", + "version": "5.45.0", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.45.0.tgz", + "integrity": "sha512-y272cKRJp1BvehrWG4ashOBuqBj1Qm2O6fgYJ9LYSHrLdsCXl74GbSVjUQTReUdHuRIl9cEOoyPa6HYag400lw==", "dependencies": { - "@tanstack/query-core": "5.44.0" + "@tanstack/query-core": "5.45.0" }, "funding": { "type": "github", diff --git a/package.json b/package.json index 4b44cbdd31..9e4bc32b08 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "@mui/x-tree-view": "^7.6.2", "@react-pdf/renderer": "^3.4.4", "@sws2apps/react-sw-helper": "^1.23.0", - "@tanstack/react-query": "^5.44.0", + "@tanstack/react-query": "^5.45.0", "@thumbmarkjs/thumbmarkjs": "^0.14.8", "comlink": "^4.4.1", "date-fns": "^2.30.0",