From dbc863129f9b3e472d0a3c2d7e4c95052ba21006 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 07:02:09 +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 7.0.0 to 7.1.0 - [Release notes](https://github.com/RedHatInsights/javascript-clients/releases) - [Commits](https://github.com/RedHatInsights/javascript-clients/compare/@redhat-cloud-services/host-inventory-client-7.0.0...@redhat-cloud-services/host-inventory-client-7.1.0) --- updated-dependencies: - dependency-name: "@redhat-cloud-services/host-inventory-client" dependency-version: 7.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: clients ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index ec4a485be..eeeb60dea 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "@redhat-cloud-services/frontend-components-remediations": "^4.11.11", "@redhat-cloud-services/frontend-components-translations": "^4.5.8", "@redhat-cloud-services/frontend-components-utilities": "^7.5.7", - "@redhat-cloud-services/host-inventory-client": "^7.0.0", + "@redhat-cloud-services/host-inventory-client": "^7.1.0", "@redhat-cloud-services/javascript-clients-shared": "^2.0.16", "@scalprum/react-core": "^0.13.1", "@sentry/webpack-plugin": "^5.1.1", @@ -6638,13 +6638,13 @@ } }, "node_modules/@redhat-cloud-services/host-inventory-client": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/@redhat-cloud-services/host-inventory-client/-/host-inventory-client-7.0.0.tgz", - "integrity": "sha512-/C0zOYlolPSCgBwH9zAcY03xa4v/JAyseclTx7No2+uuvF5mSPejpD4O68ojkB+ByfVs/WIiaUmZ5iDlmxWeMQ==", + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/@redhat-cloud-services/host-inventory-client/-/host-inventory-client-7.1.0.tgz", + "integrity": "sha512-Fe5g95xat86yWM4ztVZJPaLIjvBVv0i4ps6zFMFmo2xGakNCFrG7tlSArDxnk4a6KvHh9K8YMu0VZu6HNvTPEQ==", "license": "Apache-2.0", "dependencies": { "@redhat-cloud-services/javascript-clients-shared": "^2.0.5", - "axios": "^1.18.1", + "axios": "^1.20.0", "tslib": "^2.6.2" } }, diff --git a/package.json b/package.json index 51f613ad0..dd5ef364b 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@redhat-cloud-services/frontend-components-remediations": "^4.11.11", "@redhat-cloud-services/frontend-components-translations": "^4.5.8", "@redhat-cloud-services/frontend-components-utilities": "^7.5.7", - "@redhat-cloud-services/host-inventory-client": "^7.0.0", + "@redhat-cloud-services/host-inventory-client": "^7.1.0", "@redhat-cloud-services/javascript-clients-shared": "^2.0.16", "@scalprum/react-core": "^0.13.1", "@sentry/webpack-plugin": "^5.1.1",