diff --git a/catalog/ui/package-lock.json b/catalog/ui/package-lock.json index 2de2975d6..6fa8c4e7f 100644 --- a/catalog/ui/package-lock.json +++ b/catalog/ui/package-lock.json @@ -12,7 +12,7 @@ "@lexical/react": "^0.11.1", "@monaco-editor/react": "^4.6.0", "@patternfly/react-core": "^5.3.3", - "@patternfly/react-icons": "^5.3.2", + "@patternfly/react-icons": "^6.0.0", "@patternfly/react-styles": "^5.3.1", "@patternfly/react-table": "^5.3.3", "@reduxjs/toolkit": "^1.9.7", @@ -3444,10 +3444,19 @@ "react-dom": "^17 || ^18" } }, + "node_modules/@patternfly/react-core/node_modules/@patternfly/react-icons": { + "version": "5.4.2", + "resolved": "https://registry.npmjs.org/@patternfly/react-icons/-/react-icons-5.4.2.tgz", + "integrity": "sha512-CMQ5oHYzW6TPVTs2jpNJmP2vGCAKR/YeTPwHGO9dLkAUej1IcIxtCCWK2Fdo2UJsnBjuZihasyw2b6ehvbUm9Q==", + "peerDependencies": { + "react": "^17 || ^18", + "react-dom": "^17 || ^18" + } + }, "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==", + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/@patternfly/react-icons/-/react-icons-6.0.0.tgz", + "integrity": "sha512-ZFrsBVKrAp0DZrPOss98OA/EVUL4F0frXhR1uBId9+3ZrRArdKTgYgmQUCeSzMbxnSlxpmm3a2L05XQ36VUVbw==", "peerDependencies": { "react": "^17 || ^18", "react-dom": "^17 || ^18" @@ -3475,6 +3484,15 @@ "react-dom": "^17 || ^18" } }, + "node_modules/@patternfly/react-table/node_modules/@patternfly/react-icons": { + "version": "5.4.2", + "resolved": "https://registry.npmjs.org/@patternfly/react-icons/-/react-icons-5.4.2.tgz", + "integrity": "sha512-CMQ5oHYzW6TPVTs2jpNJmP2vGCAKR/YeTPwHGO9dLkAUej1IcIxtCCWK2Fdo2UJsnBjuZihasyw2b6ehvbUm9Q==", + "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/catalog/ui/package.json b/catalog/ui/package.json index d856ff8e1..27618eb6a 100644 --- a/catalog/ui/package.json +++ b/catalog/ui/package.json @@ -82,7 +82,7 @@ "@lexical/react": "^0.11.1", "@monaco-editor/react": "^4.6.0", "@patternfly/react-core": "^5.3.3", - "@patternfly/react-icons": "^5.3.2", + "@patternfly/react-icons": "^6.0.0", "@patternfly/react-styles": "^5.3.1", "@patternfly/react-table": "^5.3.3", "@reduxjs/toolkit": "^1.9.7",