From 62d18b2a38d3d3ca80db31d4a5090d2c3b278fce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 Aug 2025 12:00:27 +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 7.0.2 to 7.0.3. - [Release notes](https://github.com/RedHatInsights/frontend-components/releases) - [Changelog](https://github.com/RedHatInsights/frontend-components/blob/master/CHANGELOG.md) - [Commits](https://github.com/RedHatInsights/frontend-components/compare/@redhat-cloud-services/frontend-components-utilities-7.0.2...@redhat-cloud-services/frontend-components-utilities-7.0.3) --- updated-dependencies: - dependency-name: "@redhat-cloud-services/frontend-components-utilities" dependency-version: 7.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 29 ++++++++++++++++++++--------- package.json | 2 +- 2 files changed, 21 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0203456c..852c9ff7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@patternfly/react-table": "6.3.1", "@redhat-cloud-services/frontend-components": "7.0.3", "@redhat-cloud-services/frontend-components-notifications": "6.1.3", - "@redhat-cloud-services/frontend-components-utilities": "7.0.2", + "@redhat-cloud-services/frontend-components-utilities": "7.0.3", "@reduxjs/toolkit": "2.8.2", "@scalprum/react-core": "0.9.5", "@sentry/webpack-plugin": "4.0.2", @@ -4279,13 +4279,13 @@ } }, "node_modules/@redhat-cloud-services/frontend-components-utilities": { - "version": "7.0.2", - "resolved": "https://registry.npmjs.org/@redhat-cloud-services/frontend-components-utilities/-/frontend-components-utilities-7.0.2.tgz", - "integrity": "sha512-0IW7TzCK0VvnJ2znQGRAbPu846dCWzsdPOW9cYb0x24bwH7rxZkDrMVcIVTaVHYgbIcfRRwMh3lqhiD6VJsnfw==", + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/@redhat-cloud-services/frontend-components-utilities/-/frontend-components-utilities-7.0.3.tgz", + "integrity": "sha512-Z7ET3BGcniHRC1x2zeHVqsA9JX+selMmgs80SyurXzGNYl+684lKqnBfB1KVt58fbSNjRYPU19TzbFlZ3vYaTQ==", "license": "Apache-2.0", "dependencies": { "@redhat-cloud-services/rbac-client": "^4.0.2", - "@redhat-cloud-services/types": "^2.0.0", + "@redhat-cloud-services/types": "^3.0.0", "@sentry/browser": "^7.119.1", "awesome-debounce-promise": "^2.1.0", "axios": "^0.28.1 || ^1.7.0", @@ -4303,6 +4303,12 @@ "react-router-dom": "^5.0.0 || ^6.0.0" } }, + "node_modules/@redhat-cloud-services/frontend-components-utilities/node_modules/@redhat-cloud-services/types": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/@redhat-cloud-services/types/-/types-3.0.1.tgz", + "integrity": "sha512-GXw72DDOtKCkl2NlqkjGYVWjfm81LSA75jzbdMqKuefkxMvV4SsA0uNcauGiqZKUhq20RlNz3xBlKF3lvsfD1Q==", + "license": "Apache-2.0" + }, "node_modules/@redhat-cloud-services/frontend-components-utilities/node_modules/p-map": { "version": "7.0.3", "resolved": "https://registry.npmjs.org/p-map/-/p-map-7.0.3.tgz", @@ -23308,12 +23314,12 @@ } }, "@redhat-cloud-services/frontend-components-utilities": { - "version": "7.0.2", - "resolved": "https://registry.npmjs.org/@redhat-cloud-services/frontend-components-utilities/-/frontend-components-utilities-7.0.2.tgz", - "integrity": "sha512-0IW7TzCK0VvnJ2znQGRAbPu846dCWzsdPOW9cYb0x24bwH7rxZkDrMVcIVTaVHYgbIcfRRwMh3lqhiD6VJsnfw==", + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/@redhat-cloud-services/frontend-components-utilities/-/frontend-components-utilities-7.0.3.tgz", + "integrity": "sha512-Z7ET3BGcniHRC1x2zeHVqsA9JX+selMmgs80SyurXzGNYl+684lKqnBfB1KVt58fbSNjRYPU19TzbFlZ3vYaTQ==", "requires": { "@redhat-cloud-services/rbac-client": "^4.0.2", - "@redhat-cloud-services/types": "^2.0.0", + "@redhat-cloud-services/types": "^3.0.0", "@sentry/browser": "^7.119.1", "awesome-debounce-promise": "^2.1.0", "axios": "^0.28.1 || ^1.7.0", @@ -23323,6 +23329,11 @@ "react-content-loader": "^6.2.0" }, "dependencies": { + "@redhat-cloud-services/types": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/@redhat-cloud-services/types/-/types-3.0.1.tgz", + "integrity": "sha512-GXw72DDOtKCkl2NlqkjGYVWjfm81LSA75jzbdMqKuefkxMvV4SsA0uNcauGiqZKUhq20RlNz3xBlKF3lvsfD1Q==" + }, "p-map": { "version": "7.0.3", "resolved": "https://registry.npmjs.org/p-map/-/p-map-7.0.3.tgz", diff --git a/package.json b/package.json index 4600167e..318a3447 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "@patternfly/react-table": "6.3.1", "@redhat-cloud-services/frontend-components": "7.0.3", "@redhat-cloud-services/frontend-components-notifications": "6.1.3", - "@redhat-cloud-services/frontend-components-utilities": "7.0.2", + "@redhat-cloud-services/frontend-components-utilities": "7.0.3", "@reduxjs/toolkit": "2.8.2", "@scalprum/react-core": "0.9.5", "@sentry/webpack-plugin": "4.0.2",