diff --git a/package-lock.json b/package-lock.json index ef13e67819..037804aca3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "@redhat-cloud-services/frontend-components-utilities": "4.0.2", "@unleash/proxy-client-react": "^4.1.2", "classnames": "2.3.1", - "react": "18.2.0", + "react": "^18.3.1", "react-dom": "18.2.0", "react-intl": "6.6.1", "react-redux": "^8.1.3", @@ -21807,9 +21807,10 @@ } }, "node_modules/react": { - "version": "18.2.0", - "resolved": "https://registry.npmjs.org/react/-/react-18.2.0.tgz", - "integrity": "sha512-/3IjMdb2L9QbBdWiW5e3P2/npwMBaU9mHCSCUzNln0ZCYbcfTsGbTJrU/kGemdH2IWmB2ioZ+zkxtmq6g09fGQ==", + "version": "18.3.1", + "resolved": "https://registry.npmjs.org/react/-/react-18.3.1.tgz", + "integrity": "sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==", + "license": "MIT", "dependencies": { "loose-envify": "^1.1.0" }, diff --git a/package.json b/package.json index 93e1778a10..ffb2a04143 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "@redhat-cloud-services/frontend-components-utilities": "4.0.2", "@unleash/proxy-client-react": "^4.1.2", "classnames": "2.3.1", - "react": "18.2.0", + "react": "18.3.1", "react-dom": "18.2.0", "react-intl": "6.6.1", "react-redux": "^8.1.3",