diff --git a/package-lock.json b/package-lock.json index e85f6972..4062479c 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.62.3", "@types/jest": "^29.5.12", "@types/react": "^18.3.5", "@types/react-dom": "^18.3.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.62.3", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.62.3.tgz", + "integrity": "sha512-Jp/nYoz8cnO7kqhOlSv8ke/0MJRJVGuZ0P/JO9KQ+f45mpN90hrerzavyTKeSoT/pOzeoOUkv1Xd0wPsxAWXfg==", "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.62.3", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.62.3.tgz", + "integrity": "sha512-y2zDNKuhgiuMgsKkqd4AcsLIBiCfEO8U11AdrtAUihmLbRNztPrlcZqx2lH1GacZsx+y1qRRbCcJLYTtF1vKsw==", "dependencies": { - "@tanstack/query-core": "5.60.6" + "@tanstack/query-core": "5.62.3" }, "funding": { "type": "github", diff --git a/package.json b/package.json index 11dc9cde..58867848 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,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.62.3", "@types/jest": "^29.5.12", "@types/react": "^18.3.5", "@types/react-dom": "^18.3.0",