From 97a5563eea2daa94c6b6024ebba95545b76ef404 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 00:56:14 +0000 Subject: [PATCH] build(deps): bump the deps-minor group with 2 updates Bumps the deps-minor group with 2 updates: [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) and [react-i18next](https://github.com/i18next/react-i18next). Updates `@tanstack/react-query` from 5.60.6 to 5.64.2 - [Release notes](https://github.com/TanStack/query/releases) - [Commits](https://github.com/TanStack/query/commits/v5.64.2/packages/react-query) Updates `react-i18next` from 15.1.1 to 15.4.0 - [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/react-i18next/compare/v15.1.1...v15.4.0) --- updated-dependencies: - dependency-name: "@tanstack/react-query" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps-minor - dependency-name: react-i18next dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 27 ++++++++++++--------------- package.json | 4 ++-- 2 files changed, 14 insertions(+), 17 deletions(-) diff --git a/package-lock.json b/package-lock.json index e85f6972..ae5e31ec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@patternfly/react-icons": "5.3.2", "@patternfly/react-styles": "5.3.1", "@patternfly/react-table": "5.3.4", - "@tanstack/react-query": "^5.55.4", + "@tanstack/react-query": "^5.64.2", "@types/jest": "^29.5.12", "@types/react": "^18.3.5", "@types/react-dom": "^18.3.0", @@ -31,7 +31,7 @@ "npm-run-all": "^4.1.5", "react": "^18.3.1", "react-dom": "^18.3.1", - "react-i18next": "^15.0.1", + "react-i18next": "^15.4.0", "react-router-dom": "6.26.1", "weldable": "^3.2.0" }, @@ -3857,22 +3857,20 @@ } }, "node_modules/@tanstack/query-core": { - "version": "5.60.6", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.60.6.tgz", - "integrity": "sha512-tI+k0KyCo1EBJ54vxK1kY24LWj673ujTydCZmzEZKAew4NqZzTaVQJEuaG1qKj2M03kUHN46rchLRd+TxVq/zQ==", - "license": "MIT", + "version": "5.64.2", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.64.2.tgz", + "integrity": "sha512-hdO8SZpWXoADNTWXV9We8CwTkXU88OVWRBcsiFrk7xJQnhm6WRlweDzMD+uH+GnuieTBVSML6xFa17C2cNV8+g==", "funding": { "type": "github", "url": "https://github.com/sponsors/tannerlinsley" } }, "node_modules/@tanstack/react-query": { - "version": "5.60.6", - "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.60.6.tgz", - "integrity": "sha512-FUzSDaiPkuZCmuGqrixfRRXJV9u+nrUh9lAlA5Q3ZFrOw1Js1VeBfxi1NIcJO3ZWJdKceBqKeBJdNcWStCYZnw==", - "license": "MIT", + "version": "5.64.2", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.64.2.tgz", + "integrity": "sha512-3pakNscZNm8KJkxmovvtZ4RaXLyiYYobwleTMvpIGUoKRa8j8VlrQKNl5W8VUEfVfZKkikvXVddLuWMbcSCA1Q==", "dependencies": { - "@tanstack/query-core": "5.60.6" + "@tanstack/query-core": "5.64.2" }, "funding": { "type": "github", @@ -14678,10 +14676,9 @@ } }, "node_modules/react-i18next": { - "version": "15.1.1", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-15.1.1.tgz", - "integrity": "sha512-R/Vg9wIli2P3FfeI8o1eNJUJue5LWpFsQePCHdQDmX0Co3zkr6kdT8gAseb/yGeWbNz1Txc4bKDQuZYsC0kQfw==", - "license": "MIT", + "version": "15.4.0", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-15.4.0.tgz", + "integrity": "sha512-Py6UkX3zV08RTvL6ZANRoBh9sL/ne6rQq79XlkHEdd82cZr2H9usbWpUNVadJntIZP2pu3M2rL1CN+5rQYfYFw==", "dependencies": { "@babel/runtime": "^7.25.0", "html-parse-stringify": "^3.0.1" diff --git a/package.json b/package.json index 8c8cff0f..a89ebaf7 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "@patternfly/react-icons": "5.3.2", "@patternfly/react-styles": "5.3.1", "@patternfly/react-table": "5.3.4", - "@tanstack/react-query": "^5.55.4", + "@tanstack/react-query": "^5.64.2", "@types/jest": "^29.5.12", "@types/react": "^18.3.5", "@types/react-dom": "^18.3.0", @@ -71,7 +71,7 @@ "npm-run-all": "^4.1.5", "react": "^18.3.1", "react-dom": "^18.3.1", - "react-i18next": "^15.0.1", + "react-i18next": "^15.4.0", "react-router-dom": "6.26.1", "weldable": "^3.2.0" },