diff --git a/package-lock.json b/package-lock.json index f9d304bc6..cb604e8ef 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.2", + "@redhat-cloud-services/host-inventory-client": "^7.0.0", "@redhat-cloud-services/javascript-clients-shared": "^2.0.15", "@scalprum/react-core": "^0.13.1", "@sentry/webpack-plugin": "^5.1.1", @@ -6232,9 +6232,9 @@ } }, "node_modules/@redhat-cloud-services/host-inventory-client": { - "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==", + "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==", "license": "Apache-2.0", "dependencies": { "@redhat-cloud-services/javascript-clients-shared": "^2.0.5", diff --git a/package.json b/package.json index 6ced109da..4c1f7ea66 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.2", + "@redhat-cloud-services/host-inventory-client": "^7.0.0", "@redhat-cloud-services/javascript-clients-shared": "^2.0.15", "@scalprum/react-core": "^0.13.1", "@sentry/webpack-plugin": "^5.1.1",