diff --git a/ui/package-lock.json b/ui/package-lock.json index 50d6ac53..75e152e0 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -12,7 +12,7 @@ "@patternfly/react-charts": "^8.3.0", "@patternfly/react-code-editor": "^6.3.0", "@patternfly/react-core": "^6.3.0", - "@patternfly/react-icons": "^6.2.2", + "@patternfly/react-icons": "^6.3.1", "@patternfly/react-styles": "^6.3.0", "@patternfly/react-table": "^6.3.0", "async": "^3.2.6", @@ -2243,9 +2243,9 @@ } }, "node_modules/@patternfly/react-icons": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/@patternfly/react-icons/-/react-icons-6.3.0.tgz", - "integrity": "sha512-W39JyqKW1UL6/YGuinDnpjbhmmLAfuxVrgDcdFBaK4D7D1iqkkqrDMV8zIzmV/RkodJ79xRnucYhYb2RukG4RA==", + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/@patternfly/react-icons/-/react-icons-6.3.1.tgz", + "integrity": "sha512-uiMounSIww1iZLM4pq+X8c3upzwl9iowXRPjR5CA8entb70lwgAXg3PqvypnuTAcilTq1Y3k5sFTqkhz7rgKcQ==", "peerDependencies": { "react": "^17 || ^18 || ^19", "react-dom": "^17 || ^18 || ^19" @@ -18424,9 +18424,9 @@ } }, "@patternfly/react-icons": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/@patternfly/react-icons/-/react-icons-6.3.0.tgz", - "integrity": "sha512-W39JyqKW1UL6/YGuinDnpjbhmmLAfuxVrgDcdFBaK4D7D1iqkkqrDMV8zIzmV/RkodJ79xRnucYhYb2RukG4RA==", + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/@patternfly/react-icons/-/react-icons-6.3.1.tgz", + "integrity": "sha512-uiMounSIww1iZLM4pq+X8c3upzwl9iowXRPjR5CA8entb70lwgAXg3PqvypnuTAcilTq1Y3k5sFTqkhz7rgKcQ==", "requires": {} }, "@patternfly/react-styles": { diff --git a/ui/package.json b/ui/package.json index 5ae149eb..4abe738a 100644 --- a/ui/package.json +++ b/ui/package.json @@ -73,7 +73,7 @@ "@patternfly/react-charts": "^8.3.0", "@patternfly/react-code-editor": "^6.3.0", "@patternfly/react-core": "^6.3.0", - "@patternfly/react-icons": "^6.2.2", + "@patternfly/react-icons": "^6.3.1", "@patternfly/react-styles": "^6.3.0", "@patternfly/react-table": "^6.3.0", "async": "^3.2.6",