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