From 1e55dfed46393a10044c5b3cda541571e616b477 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 04:23:00 +0000 Subject: [PATCH] build(deps): bump @patternfly/react-core from 5.3.0 to 5.3.3 Bumps [@patternfly/react-core](https://github.com/patternfly/patternfly-react) from 5.3.0 to 5.3.3. - [Release notes](https://github.com/patternfly/patternfly-react/releases) - [Commits](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@5.3.0...@patternfly/react-core@5.3.3) --- updated-dependencies: - dependency-name: "@patternfly/react-core" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 42 +++++++++++++++++------------------------- package.json | 2 +- 2 files changed, 18 insertions(+), 26 deletions(-) diff --git a/package-lock.json b/package-lock.json index adcf75f0..76db7ae9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@data-driven-forms/react-form-renderer": "3.22.4", "@patternfly/patternfly": "5.3.0", "@patternfly/react-code-editor": "5.3.0", - "@patternfly/react-core": "5.3.0", + "@patternfly/react-core": "5.3.3", "@patternfly/react-table": "5.3.3", "@redhat-cloud-services/frontend-components": "4.2.7", "@redhat-cloud-services/frontend-components-notifications": "4.1.0", @@ -3442,13 +3442,13 @@ } }, "node_modules/@patternfly/react-core": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/@patternfly/react-core/-/react-core-5.3.0.tgz", - "integrity": "sha512-nMf8yrul3u+4+ch7IMsE+/3Rzmor8/yEUk8zzD9bYGRxjwniu1RqCF8NdgPvMw2C7Hz7xtpwsgXDfG4n8qd12g==", + "version": "5.3.3", + "resolved": "https://registry.npmjs.org/@patternfly/react-core/-/react-core-5.3.3.tgz", + "integrity": "sha512-qq3j0M+Vi+Xmd+a/MhRhGgjdRh9Hnm79iA+L935HwMIVDcIWRYp6Isib/Ha4+Jk+f3Qdl0RT3dBDvr/4m6OpVQ==", "dependencies": { - "@patternfly/react-icons": "^5.3.0", - "@patternfly/react-styles": "^5.3.0", - "@patternfly/react-tokens": "^5.3.0", + "@patternfly/react-icons": "^5.3.2", + "@patternfly/react-styles": "^5.3.1", + "@patternfly/react-tokens": "^5.3.1", "focus-trap": "7.5.2", "react-dropzone": "^14.2.3", "tslib": "^2.5.0" @@ -3458,6 +3458,15 @@ "react-dom": "^17 || ^18" } }, + "node_modules/@patternfly/react-core/node_modules/@patternfly/react-icons": { + "version": "5.3.2", + "resolved": "https://registry.npmjs.org/@patternfly/react-icons/-/react-icons-5.3.2.tgz", + "integrity": "sha512-GEygYbl0H4zD8nZuTQy2dayKIrV2bMMeWKSOEZ16Y3EYNgYVUOUnN+J0naAEuEGH39Xb1DE9n+XUbE1PC4CxPA==", + "peerDependencies": { + "react": "^17 || ^18", + "react-dom": "^17 || ^18" + } + }, "node_modules/@patternfly/react-icons": { "version": "5.3.1", "resolved": "https://registry.npmjs.org/@patternfly/react-icons/-/react-icons-5.3.1.tgz", @@ -3477,7 +3486,7 @@ "resolved": "https://registry.npmjs.org/@patternfly/react-table/-/react-table-5.3.3.tgz", "integrity": "sha512-uaRmsJABvVPH8gYTh+EUcDz61knIxe9qor/VGUYDLONYBL5G3IaltwG42IsJ9jShxiwFmIPy+QARPpaadTpv5w==", "dependencies": { - "@patternfly/react-core": "^5.3.3", + "@patternfly/react-core": "5.3.3", "@patternfly/react-icons": "^5.3.2", "@patternfly/react-styles": "^5.3.1", "@patternfly/react-tokens": "^5.3.1", @@ -3489,23 +3498,6 @@ "react-dom": "^17 || ^18" } }, - "node_modules/@patternfly/react-table/node_modules/@patternfly/react-core": { - "version": "5.3.3", - "resolved": "https://registry.npmjs.org/@patternfly/react-core/-/react-core-5.3.3.tgz", - "integrity": "sha512-qq3j0M+Vi+Xmd+a/MhRhGgjdRh9Hnm79iA+L935HwMIVDcIWRYp6Isib/Ha4+Jk+f3Qdl0RT3dBDvr/4m6OpVQ==", - "dependencies": { - "@patternfly/react-icons": "^5.3.2", - "@patternfly/react-styles": "^5.3.1", - "@patternfly/react-tokens": "^5.3.1", - "focus-trap": "7.5.2", - "react-dropzone": "^14.2.3", - "tslib": "^2.5.0" - }, - "peerDependencies": { - "react": "^17 || ^18", - "react-dom": "^17 || ^18" - } - }, "node_modules/@patternfly/react-table/node_modules/@patternfly/react-icons": { "version": "5.3.2", "resolved": "https://registry.npmjs.org/@patternfly/react-icons/-/react-icons-5.3.2.tgz", diff --git a/package.json b/package.json index 683e28a2..361cdba8 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "@data-driven-forms/pf4-component-mapper": "3.22.4", "@data-driven-forms/react-form-renderer": "3.22.4", "@patternfly/patternfly": "5.3.0", - "@patternfly/react-core": "5.3.0", + "@patternfly/react-core": "5.3.3", "@patternfly/react-code-editor": "5.3.0", "@patternfly/react-table": "5.3.3", "@redhat-cloud-services/frontend-components": "4.2.7",