diff --git a/package-lock.json b/package-lock.json index 82724fe06..7c820e496 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.1", + "@redhat-cloud-services/compliance-client": "^2.0.2", "@redhat-cloud-services/frontend-components": "^4.2.16", "@redhat-cloud-services/frontend-components-config-utilities": "^3.2.6", "@redhat-cloud-services/frontend-components-notifications": "^4.1.0", @@ -4448,12 +4448,11 @@ } }, "node_modules/@redhat-cloud-services/compliance-client": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/@redhat-cloud-services/compliance-client/-/compliance-client-1.1.1.tgz", - "integrity": "sha512-kG3/9fHVNQ/xZM6EoJHkbzQ2yEU8R/I+5Rbm7e6DmNhhPO0i4zzmPVQsxlPA8eP/OGXIqxfLh9E7lsurkgrRaQ==", - "license": "Apache-2.0", + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/@redhat-cloud-services/compliance-client/-/compliance-client-2.0.2.tgz", + "integrity": "sha512-mw9tU/16oNMiYAZfDjEniIdityRhikhYfBLcyP0JvDLHMm1VsN0jp97490ghqWkbF5l9pzne/GZZp9c+hbXubw==", "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" } @@ -5773,8 +5772,9 @@ } }, "node_modules/@redhat-cloud-services/javascript-clients-shared": { - "version": "1.2.4", - "license": "Apache-2.0", + "version": "1.2.7", + "resolved": "https://registry.npmjs.org/@redhat-cloud-services/javascript-clients-shared/-/javascript-clients-shared-1.2.7.tgz", + "integrity": "sha512-DfH1Sdjwc9YYVM2wLznnNfC3+DFpdH8Ak59LW93KQWaPAn8ZHDoEXi/TZ8MisEgWTQv7jpsDVtlVQwOWkzKhUA==", "dependencies": { "axios": "^1.7.2", "tslib": "^2.6.2" @@ -28302,11 +28302,11 @@ } }, "@redhat-cloud-services/compliance-client": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/@redhat-cloud-services/compliance-client/-/compliance-client-1.1.1.tgz", - "integrity": "sha512-kG3/9fHVNQ/xZM6EoJHkbzQ2yEU8R/I+5Rbm7e6DmNhhPO0i4zzmPVQsxlPA8eP/OGXIqxfLh9E7lsurkgrRaQ==", + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/@redhat-cloud-services/compliance-client/-/compliance-client-2.0.2.tgz", + "integrity": "sha512-mw9tU/16oNMiYAZfDjEniIdityRhikhYfBLcyP0JvDLHMm1VsN0jp97490ghqWkbF5l9pzne/GZZp9c+hbXubw==", "requires": { - "@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" } @@ -29266,7 +29266,9 @@ } }, "@redhat-cloud-services/javascript-clients-shared": { - "version": "1.2.4", + "version": "1.2.7", + "resolved": "https://registry.npmjs.org/@redhat-cloud-services/javascript-clients-shared/-/javascript-clients-shared-1.2.7.tgz", + "integrity": "sha512-DfH1Sdjwc9YYVM2wLznnNfC3+DFpdH8Ak59LW93KQWaPAn8ZHDoEXi/TZ8MisEgWTQv7jpsDVtlVQwOWkzKhUA==", "requires": { "axios": "^1.7.2", "tslib": "^2.6.2" diff --git a/package.json b/package.json index baf4801e7..114e3f746 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.1", + "@redhat-cloud-services/compliance-client": "^2.0.2", "@redhat-cloud-services/frontend-components": "^4.2.16", "@redhat-cloud-services/frontend-components-config-utilities": "^3.2.6", "@redhat-cloud-services/frontend-components-notifications": "^4.1.0",