From 6ef697c696f97c3cd8260b5ea7a4db0220f2825f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Feb 2024 04:43:13 +0000 Subject: [PATCH] build(deps): bump @redhat-cloud-services/frontend-components-utilities Bumps [@redhat-cloud-services/frontend-components-utilities](https://github.com/RedHatInsights/frontend-components) from 4.0.5 to 4.0.6. - [Commits](https://github.com/RedHatInsights/frontend-components/commits) --- updated-dependencies: - dependency-name: "@redhat-cloud-services/frontend-components-utilities" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 11 +++++------ package.json | 2 +- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 447ee75e..6bfe53b9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@patternfly/react-table": "5.2.0", "@redhat-cloud-services/frontend-components": "4.2.3", "@redhat-cloud-services/frontend-components-notifications": "4.1.0", - "@redhat-cloud-services/frontend-components-utilities": "4.0.5", + "@redhat-cloud-services/frontend-components-utilities": "4.0.6", "@reduxjs/toolkit": "2.2.1", "@scalprum/react-core": "0.7.1", "@unleash/proxy-client-react": "4.1.1", @@ -3866,10 +3866,11 @@ } }, "node_modules/@redhat-cloud-services/frontend-components-utilities": { - "version": "4.0.5", - "resolved": "https://registry.npmjs.org/@redhat-cloud-services/frontend-components-utilities/-/frontend-components-utilities-4.0.5.tgz", - "integrity": "sha512-cwutgum9dWSROBrrV+ddMwi7VH+CxNV2LciqfdH/uyWXmUVGXPDifghMgkx4Th//VdS3+AVGSkinhIzNej9ArA==", + "version": "4.0.6", + "resolved": "https://registry.npmjs.org/@redhat-cloud-services/frontend-components-utilities/-/frontend-components-utilities-4.0.6.tgz", + "integrity": "sha512-3GQvBQx/KmTeY0AX2comPjHpCruc6bjOMg5fTPkGxdHtwhfMSrVIi90T5et+7Jn9sFOHV5ZuPGDmym1oYmYTlQ==", "dependencies": { + "@redhat-cloud-services/rbac-client": "^1.0.100", "@redhat-cloud-services/types": "^0.0.24", "@sentry/browser": "^5.30.0", "awesome-debounce-promise": "^2.1.0", @@ -3881,7 +3882,6 @@ "peerDependencies": { "@patternfly/react-core": "^5.0.0", "@patternfly/react-table": "^5.0.0", - "@redhat-cloud-services/rbac-client": "^1.0.100", "cypress": ">=12.0.0 < 14.0.0", "react": "^18.2.0", "react-dom": "^18.2.0", @@ -3907,7 +3907,6 @@ "node_modules/@redhat-cloud-services/rbac-client": { "version": "1.2.8", "license": "Apache-2.0", - "peer": true, "dependencies": { "axios": "^0.27.2" } diff --git a/package.json b/package.json index 132b06ec..ccdef320 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "@patternfly/react-table": "5.2.0", "@redhat-cloud-services/frontend-components": "4.2.3", "@redhat-cloud-services/frontend-components-notifications": "4.1.0", - "@redhat-cloud-services/frontend-components-utilities": "4.0.5", + "@redhat-cloud-services/frontend-components-utilities": "4.0.6", "@reduxjs/toolkit": "2.2.1", "@scalprum/react-core": "0.7.1", "@unleash/proxy-client-react": "4.1.1",