From 8726a69159d77b6d32864b91df889799f40ad656 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 13:12:55 +0000 Subject: [PATCH] chore(deps): bump @redhat-cloud-services/compliance-client Bumps the clients group with 1 update in the / directory: [@redhat-cloud-services/compliance-client](https://github.com/RedHatInsights/javascript-clients). Updates `@redhat-cloud-services/compliance-client` from 1.1.1 to 3.0.0 - [Release notes](https://github.com/RedHatInsights/javascript-clients/releases) - [Changelog](https://github.com/RedHatInsights/javascript-clients/blob/main/release.config.js) - [Commits](https://github.com/RedHatInsights/javascript-clients/compare/@redhat-cloud-services/compliance-client-1.1.1...@redhat-cloud-services/compliance-client-3.0.0) --- updated-dependencies: - dependency-name: "@redhat-cloud-services/compliance-client" dependency-type: direct:production update-type: version-update:semver-major dependency-group: clients ... Signed-off-by: dependabot[bot] --- package-lock.json | 11 ++++++----- package.json | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4e747ab35..9a2ef7df9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@patternfly/react-table": "^5.4.0", "@patternfly/react-tokens": "^5.4.0", "@react-pdf/renderer": "^1.6.17", - "@redhat-cloud-services/compliance-client": "^1.1.2", + "@redhat-cloud-services/compliance-client": "^3.0.0", "@redhat-cloud-services/frontend-components": "^5.1.2", "@redhat-cloud-services/frontend-components-config-utilities": "^4.0.6", "@redhat-cloud-services/frontend-components-notifications": "^4.1.9", @@ -4743,11 +4743,12 @@ } }, "node_modules/@redhat-cloud-services/compliance-client": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/@redhat-cloud-services/compliance-client/-/compliance-client-1.1.2.tgz", - "integrity": "sha512-MY2bptvRn6Fgjm0E9l6N/+MHnOIXx4xXw4vVQFkv5cA8Q2gTqIRu819IYdIlDuSQxwqYa3g8YYz2zOim7CX8ZQ==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@redhat-cloud-services/compliance-client/-/compliance-client-3.0.0.tgz", + "integrity": "sha512-ut8j5g9y+WPVt0HEsx2vx12uQSCV9STtn9OXIGzkbMYYp5anVuiCDGXiLjjgMP7Utz77GXoZ9kGw4b3XlCMpWA==", + "license": "Apache-2.0", "dependencies": { - "@redhat-cloud-services/javascript-clients-shared": "^1.2.2", + "@redhat-cloud-services/javascript-clients-shared": "^1.2.6", "axios": "^1.7.2", "tslib": "^2.6.2" } diff --git a/package.json b/package.json index 524fc044f..997d0d79f 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "@patternfly/react-table": "^5.4.0", "@patternfly/react-tokens": "^5.4.0", "@react-pdf/renderer": "^1.6.17", - "@redhat-cloud-services/compliance-client": "^1.1.2", + "@redhat-cloud-services/compliance-client": "^3.0.0", "@redhat-cloud-services/frontend-components": "^5.1.2", "@redhat-cloud-services/frontend-components-config-utilities": "^4.0.6", "@redhat-cloud-services/frontend-components-notifications": "^4.1.9",