From 095c4e13ba4c2640009b9824e50f004c69eb2fea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Aug 2026 19:46:25 +0000 Subject: [PATCH] chore(deps): bump @redhat-cloud-services/host-inventory-client Bumps the clients group with 1 update in the / directory: [@redhat-cloud-services/host-inventory-client](https://github.com/RedHatInsights/javascript-clients). Updates `@redhat-cloud-services/host-inventory-client` from 6.0.0 to 6.0.2 - [Release notes](https://github.com/RedHatInsights/javascript-clients/releases) - [Commits](https://github.com/RedHatInsights/javascript-clients/compare/@redhat-cloud-services/host-inventory-client-6.0.0...@redhat-cloud-services/host-inventory-client-6.0.2) --- updated-dependencies: - dependency-name: "@redhat-cloud-services/host-inventory-client" dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: clients ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 06af62948..f9d304bc6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "@redhat-cloud-services/frontend-components-remediations": "^4.11.5", "@redhat-cloud-services/frontend-components-translations": "^4.5.4", "@redhat-cloud-services/frontend-components-utilities": "^7.5.3", - "@redhat-cloud-services/host-inventory-client": "^6.0.0", + "@redhat-cloud-services/host-inventory-client": "^6.0.2", "@redhat-cloud-services/javascript-clients-shared": "^2.0.15", "@scalprum/react-core": "^0.13.1", "@sentry/webpack-plugin": "^5.1.1", @@ -6232,12 +6232,13 @@ } }, "node_modules/@redhat-cloud-services/host-inventory-client": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/@redhat-cloud-services/host-inventory-client/-/host-inventory-client-6.0.0.tgz", - "integrity": "sha512-4hPJFZ2XIJYI0rHimuGXvfo3LBDfFW5JzcZ04M9rtI9QQ4cxgaLgP8TuNtiAlTGVjOwfSjLRsrbIi0lfWsziXg==", + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/@redhat-cloud-services/host-inventory-client/-/host-inventory-client-6.0.2.tgz", + "integrity": "sha512-Qm04hrWVQxK8zUEGncxtVN528mTTbHEMXNCR/zDfwjdolugwLjw/4Hz+xQNYpnM4l97h3sfsL5r34qlvq1wGIg==", "license": "Apache-2.0", "dependencies": { "@redhat-cloud-services/javascript-clients-shared": "^2.0.5", + "axios": "^1.18.1", "tslib": "^2.6.2" } }, diff --git a/package.json b/package.json index 1d58ef0ca..6ced109da 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@redhat-cloud-services/frontend-components-remediations": "^4.11.5", "@redhat-cloud-services/frontend-components-translations": "^4.5.4", "@redhat-cloud-services/frontend-components-utilities": "^7.5.3", - "@redhat-cloud-services/host-inventory-client": "^6.0.0", + "@redhat-cloud-services/host-inventory-client": "^6.0.2", "@redhat-cloud-services/javascript-clients-shared": "^2.0.15", "@scalprum/react-core": "^0.13.1", "@sentry/webpack-plugin": "^5.1.1",