From 2fdd0e43590b1db280b2772e4344f2fafbad205c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Jun 2024 04:01:53 +0000 Subject: [PATCH] build: bump @redhat-cloud-services/frontend-components Bumps [@redhat-cloud-services/frontend-components](https://github.com/RedHatInsights/frontend-components) from 4.2.5 to 4.2.11. - [Commits](https://github.com/RedHatInsights/frontend-components/commits) --- updated-dependencies: - dependency-name: "@redhat-cloud-services/frontend-components" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 34 +++++++++++++++++++++++----------- package.json | 2 +- 2 files changed, 24 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9e249e4f..1ac34d51 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@patternfly/react-core": "5.1.2", "@patternfly/react-table": "5.1.2", - "@redhat-cloud-services/frontend-components": "4.2.5", + "@redhat-cloud-services/frontend-components": "4.2.11", "@redhat-cloud-services/frontend-components-utilities": "4.0.9", "@tanstack/react-query": "^4.33.0", "@unleash/proxy-client-react": "^3.5.2", @@ -3365,17 +3365,17 @@ } }, "node_modules/@redhat-cloud-services/frontend-components": { - "version": "4.2.5", - "resolved": "https://registry.npmjs.org/@redhat-cloud-services/frontend-components/-/frontend-components-4.2.5.tgz", - "integrity": "sha512-lTVew1R6LccTMqDoaevtk6WBbH0VoiNPspPMSuEYT+/JIQLjs5NgpBNWTGImyp/4/JFwMiQq0ewtimQLq0E3Ig==", + "version": "4.2.11", + "resolved": "https://registry.npmjs.org/@redhat-cloud-services/frontend-components/-/frontend-components-4.2.11.tgz", + "integrity": "sha512-Mp8hksPvUOcTtybKGjaZoE6Pwl68Z1T7raKzDpIqoFgwz6T/KRzyRGNy5JD1QpB6lR/kN3QIw8CXAfZEvSe+Qw==", "dependencies": { "@patternfly/react-component-groups": "^5.0.0", "@redhat-cloud-services/frontend-components-utilities": "^4.0.0", - "@redhat-cloud-services/types": "^0.0.24", + "@redhat-cloud-services/types": "^1.0.9", "@scalprum/core": "^0.7.0", "@scalprum/react-core": "^0.7.0", "classnames": "^2.2.5", - "sanitize-html": "^2.7.2" + "sanitize-html": "^2.12.1" }, "peerDependencies": { "@patternfly/react-core": "^5.0.0", @@ -3640,6 +3640,11 @@ "proxy-from-env": "^1.1.0" } }, + "node_modules/@redhat-cloud-services/frontend-components/node_modules/@redhat-cloud-services/types": { + "version": "1.0.10", + "resolved": "https://registry.npmjs.org/@redhat-cloud-services/types/-/types-1.0.10.tgz", + "integrity": "sha512-4geiWnE60jYpRcNwxbx+dZBSv9Mh5VXPPcS0E9UGE4pszAsy25rgZvJ/C8tP9HymsH/Q1rn/3DKvBBulXAPGAg==" + }, "node_modules/@redhat-cloud-services/rbac-client": { "version": "1.2.13", "resolved": "https://registry.npmjs.org/@redhat-cloud-services/rbac-client/-/rbac-client-1.2.13.tgz", @@ -22499,17 +22504,24 @@ } }, "@redhat-cloud-services/frontend-components": { - "version": "4.2.5", - "resolved": "https://registry.npmjs.org/@redhat-cloud-services/frontend-components/-/frontend-components-4.2.5.tgz", - "integrity": "sha512-lTVew1R6LccTMqDoaevtk6WBbH0VoiNPspPMSuEYT+/JIQLjs5NgpBNWTGImyp/4/JFwMiQq0ewtimQLq0E3Ig==", + "version": "4.2.11", + "resolved": "https://registry.npmjs.org/@redhat-cloud-services/frontend-components/-/frontend-components-4.2.11.tgz", + "integrity": "sha512-Mp8hksPvUOcTtybKGjaZoE6Pwl68Z1T7raKzDpIqoFgwz6T/KRzyRGNy5JD1QpB6lR/kN3QIw8CXAfZEvSe+Qw==", "requires": { "@patternfly/react-component-groups": "^5.0.0", "@redhat-cloud-services/frontend-components-utilities": "^4.0.0", - "@redhat-cloud-services/types": "^0.0.24", + "@redhat-cloud-services/types": "^1.0.9", "@scalprum/core": "^0.7.0", "@scalprum/react-core": "^0.7.0", "classnames": "^2.2.5", - "sanitize-html": "^2.7.2" + "sanitize-html": "^2.12.1" + }, + "dependencies": { + "@redhat-cloud-services/types": { + "version": "1.0.10", + "resolved": "https://registry.npmjs.org/@redhat-cloud-services/types/-/types-1.0.10.tgz", + "integrity": "sha512-4geiWnE60jYpRcNwxbx+dZBSv9Mh5VXPPcS0E9UGE4pszAsy25rgZvJ/C8tP9HymsH/Q1rn/3DKvBBulXAPGAg==" + } } }, "@redhat-cloud-services/frontend-components-config": { diff --git a/package.json b/package.json index b66a797d..64b3d375 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "dependencies": { "@patternfly/react-core": "5.1.2", "@patternfly/react-table": "5.1.2", - "@redhat-cloud-services/frontend-components": "4.2.5", + "@redhat-cloud-services/frontend-components": "4.2.11", "@redhat-cloud-services/frontend-components-utilities": "4.0.9", "@tanstack/react-query": "^4.33.0", "@unleash/proxy-client-react": "^3.5.2",