From 97c54c94ab01a01cf99a0d66c2d77ff9446c2e0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 12:43:23 +0000 Subject: [PATCH] Bump the minor-and-patch group with 2 updates Bumps the minor-and-patch group with 2 updates: [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) and [@rollup/rollup-linux-x64-gnu](https://github.com/rollup/rollup). Updates `@tanstack/react-query` from 5.51.23 to 5.51.24 - [Release notes](https://github.com/TanStack/query/releases) - [Commits](https://github.com/TanStack/query/commits/v5.51.24/packages/react-query) Updates `@rollup/rollup-linux-x64-gnu` from 4.20.0 to 4.21.0 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v4.20.0...v4.21.0) --- updated-dependencies: - dependency-name: "@tanstack/react-query" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: "@rollup/rollup-linux-x64-gnu" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 25 +++++++++++++------------ package.json | 4 ++-- 2 files changed, 15 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4258def8..20d451e9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,8 @@ "@metrostar/comet-data-viz": "1.1.5", "@metrostar/comet-extras": "1.4.0", "@metrostar/comet-uswds": "2.4.1", - "@tanstack/react-query": "5.51.23", + "@rollup/rollup-linux-x64-gnu": "4.21.0", + "@tanstack/react-query": "5.51.24", "@tanstack/react-table": "8.20.1", "@uswds/uswds": "3.8.2", "axios": "1.7.4", @@ -60,7 +61,7 @@ "vitest": "^2.0.5" }, "optionalDependencies": { - "@rollup/rollup-linux-x64-gnu": "4.20.0" + "@rollup/rollup-linux-x64-gnu": "4.21.0" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -1897,9 +1898,9 @@ ] }, "node_modules/@rollup/rollup-linux-x64-gnu": { - "version": "4.20.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.20.0.tgz", - "integrity": "sha512-y+eoL2I3iphUg9tN9GB6ku1FA8kOfmF4oUEWhztDJ4KXJy1agk/9+pejOuZkNFhRwHAOxMsBPLbXPd6mJiCwew==", + "version": "4.21.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.21.0.tgz", + "integrity": "sha512-e2hrvElFIh6kW/UNBQK/kzqMNY5mO+67YtEh9OA65RM5IJXYTWiXjX6fjIiPaqOkBthYF1EqgiZ6OXKcQsM0hg==", "cpu": [ "x64" ], @@ -2112,20 +2113,20 @@ } }, "node_modules/@tanstack/query-core": { - "version": "5.51.21", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.51.21.tgz", - "integrity": "sha512-POQxm42IUp6n89kKWF4IZi18v3fxQWFRolvBA6phNVmA8psdfB1MvDnGacCJdS+EOX12w/CyHM62z//rHmYmvw==", + "version": "5.51.24", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.51.24.tgz", + "integrity": "sha512-qtIR0FMHUDIWyIQw87q4C+so7XaN59MsGfWrc6rgi2VTHrVZF3Hd0St2dbpqRetHf6XW5yY5lzTrXpTilPlxUg==", "funding": { "type": "github", "url": "https://github.com/sponsors/tannerlinsley" } }, "node_modules/@tanstack/react-query": { - "version": "5.51.23", - "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.51.23.tgz", - "integrity": "sha512-CfJCfX45nnVIZjQBRYYtvVMIsGgWLKLYC4xcUiYEey671n1alvTZoCBaU9B85O8mF/tx9LPyrI04A6Bs2THv4A==", + "version": "5.51.24", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.51.24.tgz", + "integrity": "sha512-sW1qRwoCDqOFku67xng4Y5z6NPK1DS347jR4RiX9wFHrmyqpbXgUjPIjT3fodezdJAaSJD/6CvWb0cl05J8zNQ==", "dependencies": { - "@tanstack/query-core": "5.51.21" + "@tanstack/query-core": "5.51.24" }, "funding": { "type": "github", diff --git a/package.json b/package.json index d177430a..a15d23f1 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "@metrostar/comet-data-viz": "1.1.5", "@metrostar/comet-extras": "1.4.0", "@metrostar/comet-uswds": "2.4.1", - "@tanstack/react-query": "5.51.23", + "@tanstack/react-query": "5.51.24", "@tanstack/react-table": "8.20.1", "@uswds/uswds": "3.8.2", "axios": "1.7.4", @@ -82,7 +82,7 @@ "vitest": "^2.0.5" }, "optionalDependencies": { - "@rollup/rollup-linux-x64-gnu": "4.20.0" + "@rollup/rollup-linux-x64-gnu": "4.21.0" }, "overrides": { "xml2js": "0.6.2"