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",