diff --git a/awx/ui/package-lock.json b/awx/ui/package-lock.json index 2b55750efe..4024acd78d 100644 --- a/awx/ui/package-lock.json +++ b/awx/ui/package-lock.json @@ -9,7 +9,7 @@ "@lingui/react": "3.14.0", "@patternfly/patternfly": "4.210.2", "@patternfly/react-core": "^4.239.0", - "@patternfly/react-icons": "4.90.0", + "@patternfly/react-icons": "4.92.10", "@patternfly/react-table": "4.108.0", "ace-builds": "^1.10.1", "ansi-to-html": "0.7.2", @@ -3775,12 +3775,12 @@ "integrity": "sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==" }, "node_modules/@patternfly/react-icons": { - "version": "4.90.0", - "resolved": "https://registry.npmjs.org/@patternfly/react-icons/-/react-icons-4.90.0.tgz", - "integrity": "sha512-qEnQKbxbUgyiosiKSkeKEBwmhgJwWEqniIAFyoxj+kpzAdeu7ueWe5iBbqo06mvDOedecFiM5mIE1N0MXwk8Yw==", + "version": "4.92.10", + "resolved": "https://registry.npmjs.org/@patternfly/react-icons/-/react-icons-4.92.10.tgz", + "integrity": "sha512-vwCy7b+OyyuvLDSLqLUG2DkJZgMDogjld8tJTdAaG8HiEhC1sJPZac+5wD7AuS3ym/sQolS4vYtNiVDnMEORxA==", "peerDependencies": { - "react": "^16.8.0 || ^17.0.0", - "react-dom": "^16.8.0 || ^17.0.0" + "react": "^16.8 || ^17 || ^18", + "react-dom": "^16.8 || ^17 || ^18" } }, "node_modules/@patternfly/react-styles": { @@ -25115,9 +25115,9 @@ } }, "@patternfly/react-icons": { - "version": "4.90.0", - "resolved": "https://registry.npmjs.org/@patternfly/react-icons/-/react-icons-4.90.0.tgz", - "integrity": "sha512-qEnQKbxbUgyiosiKSkeKEBwmhgJwWEqniIAFyoxj+kpzAdeu7ueWe5iBbqo06mvDOedecFiM5mIE1N0MXwk8Yw==", + "version": "4.92.10", + "resolved": "https://registry.npmjs.org/@patternfly/react-icons/-/react-icons-4.92.10.tgz", + "integrity": "sha512-vwCy7b+OyyuvLDSLqLUG2DkJZgMDogjld8tJTdAaG8HiEhC1sJPZac+5wD7AuS3ym/sQolS4vYtNiVDnMEORxA==", "requires": {} }, "@patternfly/react-styles": { diff --git a/awx/ui/package.json b/awx/ui/package.json index 8f5f4b0fba..8c63a760b2 100644 --- a/awx/ui/package.json +++ b/awx/ui/package.json @@ -9,7 +9,7 @@ "@lingui/react": "3.14.0", "@patternfly/patternfly": "4.210.2", "@patternfly/react-core": "^4.239.0", - "@patternfly/react-icons": "4.90.0", + "@patternfly/react-icons": "4.92.10", "@patternfly/react-table": "4.108.0", "ace-builds": "^1.10.1", "ansi-to-html": "0.7.2",