diff --git a/package-lock.json b/package-lock.json index ec58aa5..53733df 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { - "name": "secure-sign-hcc-app", + "name": "trusted-artifact-signer", "version": "1.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "name": "secure-sign-hcc-app", + "name": "trusted-artifact-signer", "version": "1.1.0", "hasInstallScript": true, "dependencies": { @@ -14,7 +14,7 @@ "@patternfly/react-table": "4.111.33", "@redhat-cloud-services/frontend-components": "^3.9.25", "@redhat-cloud-services/frontend-components-notifications": "^3.2.12", - "@redhat-cloud-services/frontend-components-utilities": "^3.3.7", + "@redhat-cloud-services/frontend-components-utilities": "^3.7.6", "classnames": "^2.3.1", "react": "17.0.2", "react-dom": "17.0.2", @@ -3200,11 +3200,11 @@ } }, "node_modules/@redhat-cloud-services/frontend-components-utilities": { - "version": "3.3.7", - "resolved": "https://registry.npmjs.org/@redhat-cloud-services/frontend-components-utilities/-/frontend-components-utilities-3.3.7.tgz", - "integrity": "sha512-pixpCaJzfCYCUif6w1TBDqRIkqARTgP1yosGqFpyRK0aARUMqV2sO/P76LYSWgN8kt7jfvNau5ALjORWrJ+leg==", + "version": "3.7.6", + "resolved": "https://registry.npmjs.org/@redhat-cloud-services/frontend-components-utilities/-/frontend-components-utilities-3.7.6.tgz", + "integrity": "sha512-qXevUW8Clj1AoBLwfZAmS+oFJCWKZaMp8O33cyUhkoGjrwkQaL5eJg28zjLVa1uQhdJAvAdwTNtE+Gt3hJTC1g==", "dependencies": { - "@redhat-cloud-services/types": "^0.0.15", + "@redhat-cloud-services/types": "^0.0.24", "@sentry/browser": "^5.30.0", "awesome-debounce-promise": "^2.1.0", "axios": "^0.27.2", @@ -3216,13 +3216,18 @@ "@patternfly/react-core": "^4.239.0", "@patternfly/react-table": "^4.108.0", "@redhat-cloud-services/rbac-client": "^1.0.100", - "cypress": ">=10.0.0 < 11.0.0", - "react": "^16.14.0 || ^17.0.0", - "react-dom": "^16.14.0 || ^17.0.0", + "cypress": ">=10.0.0 < 13.0.0", + "react": "^16.14.0 || ^17.0.0 || ^18.0.0", + "react-dom": "^16.14.0 || ^17.0.0 || ^18.0.0", "react-redux": ">=7.0.0", "react-router-dom": "^5.0.0 || ^6.0.0" } }, + "node_modules/@redhat-cloud-services/frontend-components-utilities/node_modules/@redhat-cloud-services/types": { + "version": "0.0.24", + "resolved": "https://registry.npmjs.org/@redhat-cloud-services/types/-/types-0.0.24.tgz", + "integrity": "sha512-P50stc+mnWLycID46/AKmD/760r5N1eoam//O6MUVriqVorUdht7xkUL78aJZU1vw8WW6xlrDHwz3F6BM148qg==" + }, "node_modules/@redhat-cloud-services/rbac-client": { "version": "1.0.108", "resolved": "https://registry.npmjs.org/@redhat-cloud-services/rbac-client/-/rbac-client-1.0.108.tgz", @@ -21395,17 +21400,24 @@ } }, "@redhat-cloud-services/frontend-components-utilities": { - "version": "3.3.7", - "resolved": "https://registry.npmjs.org/@redhat-cloud-services/frontend-components-utilities/-/frontend-components-utilities-3.3.7.tgz", - "integrity": "sha512-pixpCaJzfCYCUif6w1TBDqRIkqARTgP1yosGqFpyRK0aARUMqV2sO/P76LYSWgN8kt7jfvNau5ALjORWrJ+leg==", + "version": "3.7.6", + "resolved": "https://registry.npmjs.org/@redhat-cloud-services/frontend-components-utilities/-/frontend-components-utilities-3.7.6.tgz", + "integrity": "sha512-qXevUW8Clj1AoBLwfZAmS+oFJCWKZaMp8O33cyUhkoGjrwkQaL5eJg28zjLVa1uQhdJAvAdwTNtE+Gt3hJTC1g==", "requires": { - "@redhat-cloud-services/types": "^0.0.15", + "@redhat-cloud-services/types": "^0.0.24", "@sentry/browser": "^5.30.0", "awesome-debounce-promise": "^2.1.0", "axios": "^0.27.2", "commander": "^2.20.3", "mkdirp": "^1.0.4", "react-content-loader": "^6.2.0" + }, + "dependencies": { + "@redhat-cloud-services/types": { + "version": "0.0.24", + "resolved": "https://registry.npmjs.org/@redhat-cloud-services/types/-/types-0.0.24.tgz", + "integrity": "sha512-P50stc+mnWLycID46/AKmD/760r5N1eoam//O6MUVriqVorUdht7xkUL78aJZU1vw8WW6xlrDHwz3F6BM148qg==" + } } }, "@redhat-cloud-services/rbac-client": { diff --git a/package.json b/package.json index ea42e07..44dff87 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "@patternfly/react-table": "4.111.33", "@redhat-cloud-services/frontend-components": "^3.9.25", "@redhat-cloud-services/frontend-components-notifications": "^3.2.12", - "@redhat-cloud-services/frontend-components-utilities": "^3.3.7", + "@redhat-cloud-services/frontend-components-utilities": "^3.7.6", "classnames": "^2.3.1", "react": "17.0.2", "react-dom": "17.0.2",