diff --git a/package-lock.json b/package-lock.json index 341ff84f..37484492 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37,7 +37,7 @@ "@babel/preset-env": "7.24.5", "@babel/preset-react": "7.24.1", "@babel/preset-typescript": "7.24.1", - "@patternfly/react-icons": "5.3.1", + "@patternfly/react-icons": "5.3.2", "@redhat-cloud-services/eslint-config-redhat-cloud-services": "2.0.4", "@redhat-cloud-services/frontend-components-config": "5.0.5", "@rtk-query/codegen-openapi": "1.2.0", @@ -3410,15 +3410,6 @@ "react-dom": "^17 || ^18" } }, - "node_modules/@patternfly/react-code-editor/node_modules/@patternfly/react-icons": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/@patternfly/react-icons/-/react-icons-5.3.1.tgz", - "integrity": "sha512-puiMzX39asr+j5adA3J1xuK5NjwKH4UAp57GoLTga9DcsPu0g8u0H3WHtunYCJzUQ8n7FvaMYFH1H0WcWlDIQQ==", - "peerDependencies": { - "react": "^17 || ^18", - "react-dom": "^17 || ^18" - } - }, "node_modules/@patternfly/react-component-groups": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/@patternfly/react-component-groups/-/react-component-groups-5.0.0.tgz", @@ -3448,7 +3439,7 @@ "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-icons": "5.3.2", "@patternfly/react-styles": "^5.3.1", "@patternfly/react-tokens": "^5.3.1", "focus-trap": "7.5.2", @@ -3460,7 +3451,7 @@ "react-dom": "^17 || ^18" } }, - "node_modules/@patternfly/react-core/node_modules/@patternfly/react-icons": { + "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==", @@ -3469,15 +3460,6 @@ "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", - "integrity": "sha512-puiMzX39asr+j5adA3J1xuK5NjwKH4UAp57GoLTga9DcsPu0g8u0H3WHtunYCJzUQ8n7FvaMYFH1H0WcWlDIQQ==", - "peerDependencies": { - "react": "^17 || ^18", - "react-dom": "^17 || ^18" - } - }, "node_modules/@patternfly/react-styles": { "version": "5.3.1", "resolved": "https://registry.npmjs.org/@patternfly/react-styles/-/react-styles-5.3.1.tgz", @@ -3489,7 +3471,7 @@ "integrity": "sha512-uaRmsJABvVPH8gYTh+EUcDz61knIxe9qor/VGUYDLONYBL5G3IaltwG42IsJ9jShxiwFmIPy+QARPpaadTpv5w==", "dependencies": { "@patternfly/react-core": "5.3.3", - "@patternfly/react-icons": "^5.3.2", + "@patternfly/react-icons": "5.3.2", "@patternfly/react-styles": "^5.3.1", "@patternfly/react-tokens": "^5.3.1", "lodash": "^4.17.19", @@ -3500,15 +3482,6 @@ "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", - "integrity": "sha512-GEygYbl0H4zD8nZuTQy2dayKIrV2bMMeWKSOEZ16Y3EYNgYVUOUnN+J0naAEuEGH39Xb1DE9n+XUbE1PC4CxPA==", - "peerDependencies": { - "react": "^17 || ^18", - "react-dom": "^17 || ^18" - } - }, "node_modules/@patternfly/react-tokens": { "version": "5.3.1", "resolved": "https://registry.npmjs.org/@patternfly/react-tokens/-/react-tokens-5.3.1.tgz", diff --git a/package.json b/package.json index 93c434ff..9bd5e4c9 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "@babel/preset-env": "7.24.5", "@babel/preset-react": "7.24.1", "@babel/preset-typescript": "7.24.1", - "@patternfly/react-icons": "5.3.1", + "@patternfly/react-icons": "5.3.2", "@redhat-cloud-services/eslint-config-redhat-cloud-services": "2.0.4", "@redhat-cloud-services/frontend-components-config": "5.0.5", "@rtk-query/codegen-openapi": "1.2.0",