diff --git a/package-lock.json b/package-lock.json index a50045c36..3911b1021 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,9 +24,9 @@ "@patternfly/react-icons": "4.93.6", "@patternfly/react-table": "4.112.39", "@redhat-cloud-services/frontend-components": "3.9.29", - "@redhat-cloud-services/frontend-components-config": "4.6.40", + "@redhat-cloud-services/frontend-components-config": "4.7.0", "@redhat-cloud-services/frontend-components-notifications": "3.2.12", - "@redhat-cloud-services/frontend-components-utilities": "3.3.12", + "@redhat-cloud-services/frontend-components-utilities": "3.3.13", "@rhoas/api-mock": "0.52.0", "@rhoas/app-services-ui-components": "2.20.2", "@rhoas/app-services-ui-shared": "0.16.6", @@ -98,7 +98,7 @@ "@patternfly/react-table": "4.112.39", "@redhat-cloud-services/frontend-components": "3.9.29", "@redhat-cloud-services/frontend-components-notifications": "3.2.12", - "@redhat-cloud-services/frontend-components-utilities": "3.3.12", + "@redhat-cloud-services/frontend-components-utilities": "3.3.13", "@rhoas/app-services-ui-components": "2.20.2", "@rhoas/app-services-ui-shared": "0.16.6", "react": "17.0.2", @@ -2666,9 +2666,9 @@ } }, "node_modules/@redhat-cloud-services/frontend-components-config": { - "version": "4.6.40", - "resolved": "https://registry.npmjs.org/@redhat-cloud-services/frontend-components-config/-/frontend-components-config-4.6.40.tgz", - "integrity": "sha512-485Xdu/CCHGo4GieG6rJfYL45HAREUA0q6X6lp27sYrOovftn8eqPatRkaDXMJnUZ0ESXZyVQsO5B7/k9AgXDA==", + "version": "4.7.0", + "resolved": "https://registry.npmjs.org/@redhat-cloud-services/frontend-components-config/-/frontend-components-config-4.7.0.tgz", + "integrity": "sha512-fC0TaCbvDLXAdm/RVks3wz3A8i0/5+Wkbi6bynaT3KnjM0T+lQkckG4xGLePKFpwcU45hcGWyrNK5y6pYS0Suw==", "dev": true, "dependencies": { "@pmmmwh/react-refresh-webpack-plugin": "^0.5.8", @@ -3046,9 +3046,9 @@ } }, "node_modules/@redhat-cloud-services/frontend-components-utilities": { - "version": "3.3.12", - "resolved": "https://registry.npmjs.org/@redhat-cloud-services/frontend-components-utilities/-/frontend-components-utilities-3.3.12.tgz", - "integrity": "sha512-kq1xQDbkBG5d71MdSz4ebSyJN3fsyl+D7JkASyFY55cqVO/9M/kISN8102jt1J/KLYITq0ZhTa38YQLZ2V2xIw==", + "version": "3.3.13", + "resolved": "https://registry.npmjs.org/@redhat-cloud-services/frontend-components-utilities/-/frontend-components-utilities-3.3.13.tgz", + "integrity": "sha512-3SdXwzXP1XMLN+hvlGZwX5Va3VwKW9xzRx9lgKGx2XU2nU3GF233hTeId5Cs58NZqBpf8NpRFYaBWnPBaXCWlQ==", "dev": true, "dependencies": { "@redhat-cloud-services/types": "^0.0.17", @@ -24448,9 +24448,9 @@ } }, "@redhat-cloud-services/frontend-components-config": { - "version": "4.6.40", - "resolved": "https://registry.npmjs.org/@redhat-cloud-services/frontend-components-config/-/frontend-components-config-4.6.40.tgz", - "integrity": "sha512-485Xdu/CCHGo4GieG6rJfYL45HAREUA0q6X6lp27sYrOovftn8eqPatRkaDXMJnUZ0ESXZyVQsO5B7/k9AgXDA==", + "version": "4.7.0", + "resolved": "https://registry.npmjs.org/@redhat-cloud-services/frontend-components-config/-/frontend-components-config-4.7.0.tgz", + "integrity": "sha512-fC0TaCbvDLXAdm/RVks3wz3A8i0/5+Wkbi6bynaT3KnjM0T+lQkckG4xGLePKFpwcU45hcGWyrNK5y6pYS0Suw==", "dev": true, "requires": { "@pmmmwh/react-refresh-webpack-plugin": "^0.5.8", @@ -24706,9 +24706,9 @@ } }, "@redhat-cloud-services/frontend-components-utilities": { - "version": "3.3.12", - "resolved": "https://registry.npmjs.org/@redhat-cloud-services/frontend-components-utilities/-/frontend-components-utilities-3.3.12.tgz", - "integrity": "sha512-kq1xQDbkBG5d71MdSz4ebSyJN3fsyl+D7JkASyFY55cqVO/9M/kISN8102jt1J/KLYITq0ZhTa38YQLZ2V2xIw==", + "version": "3.3.13", + "resolved": "https://registry.npmjs.org/@redhat-cloud-services/frontend-components-utilities/-/frontend-components-utilities-3.3.13.tgz", + "integrity": "sha512-3SdXwzXP1XMLN+hvlGZwX5Va3VwKW9xzRx9lgKGx2XU2nU3GF233hTeId5Cs58NZqBpf8NpRFYaBWnPBaXCWlQ==", "dev": true, "requires": { "@redhat-cloud-services/types": "^0.0.17", diff --git a/package.json b/package.json index 3f817795a..86d8aaf05 100644 --- a/package.json +++ b/package.json @@ -38,9 +38,9 @@ "@patternfly/react-icons": "4.93.6", "@patternfly/react-table": "4.112.39", "@redhat-cloud-services/frontend-components": "3.9.29", - "@redhat-cloud-services/frontend-components-config": "4.6.40", + "@redhat-cloud-services/frontend-components-config": "4.7.0", "@redhat-cloud-services/frontend-components-notifications": "3.2.12", - "@redhat-cloud-services/frontend-components-utilities": "3.3.12", + "@redhat-cloud-services/frontend-components-utilities": "3.3.13", "@rhoas/api-mock": "0.52.0", "@rhoas/app-services-ui-components": "2.20.2", "@rhoas/app-services-ui-shared": "0.16.6", @@ -119,7 +119,7 @@ "@patternfly/react-table": "4.112.39", "@redhat-cloud-services/frontend-components": "3.9.29", "@redhat-cloud-services/frontend-components-notifications": "3.2.12", - "@redhat-cloud-services/frontend-components-utilities": "3.3.12", + "@redhat-cloud-services/frontend-components-utilities": "3.3.13", "@rhoas/app-services-ui-components": "2.20.2", "@rhoas/app-services-ui-shared": "0.16.6", "react": "17.0.2",