diff --git a/clients/ui/frontend/package-lock.json b/clients/ui/frontend/package-lock.json index f5f6e2413a..a2d2b27e71 100644 --- a/clients/ui/frontend/package-lock.json +++ b/clients/ui/frontend/package-lock.json @@ -12,7 +12,7 @@ "@emotion/react": "^11.13.5", "@emotion/styled": "^11.13.5", "@patternfly/react-core": "6.0.0", - "@patternfly/react-icons": "6.0.0", + "@patternfly/react-icons": "6.4.0", "@patternfly/react-styles": "6.0.0", "@patternfly/react-table": "6.0.0", "@patternfly/react-templates": "6.0.0", @@ -3771,13 +3771,13 @@ } }, "node_modules/@patternfly/react-icons": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/@patternfly/react-icons/-/react-icons-6.0.0.tgz", - "integrity": "sha512-ZFrsBVKrAp0DZrPOss98OA/EVUL4F0frXhR1uBId9+3ZrRArdKTgYgmQUCeSzMbxnSlxpmm3a2L05XQ36VUVbw==", + "version": "6.4.0", + "resolved": "https://registry.npmjs.org/@patternfly/react-icons/-/react-icons-6.4.0.tgz", + "integrity": "sha512-SPjzatm73NUYv/BL6A/cjRA5sFQ15NkiyPAcT8gmklI7HY+ptd6/eg49uBDFmxTQcSwbb5ISW/R6wwCQBY2M+Q==", "license": "MIT", "peerDependencies": { - "react": "^17 || ^18", - "react-dom": "^17 || ^18" + "react": "^17 || ^18 || ^19", + "react-dom": "^17 || ^18 || ^19" } }, "node_modules/@patternfly/react-styles": { diff --git a/clients/ui/frontend/package.json b/clients/ui/frontend/package.json index dfb3c3c751..e1449e0e3b 100644 --- a/clients/ui/frontend/package.json +++ b/clients/ui/frontend/package.json @@ -97,7 +97,7 @@ "@emotion/react": "^11.13.5", "@emotion/styled": "^11.13.5", "@patternfly/react-core": "6.0.0", - "@patternfly/react-icons": "6.0.0", + "@patternfly/react-icons": "6.4.0", "@patternfly/react-styles": "6.0.0", "@patternfly/react-table": "6.0.0", "@patternfly/react-templates": "6.0.0",