diff --git a/package.json b/package.json index 0d89efe..b4cd0f7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@shellygo/cypress-test-utils", "description": "Cypress Test Automation Utilities", - "version": "2.1.43", + "version": "2.1.44", "author": "Shelly Goldblit", "private": false, "license": "MIT", @@ -47,7 +47,7 @@ "cypress-wait-if-happens": "^1.3.3", "cypress-wait-until": "^3.0.2", "lit": "^2.7.4", - "react": "^18.2.0", + "react": "^18.3.1", "react-html-parser": "^2.0.2", "react-router-dom": "^6.26.1", "ts-stubber": "^1.0.17" diff --git a/yarn.lock b/yarn.lock index df96e12..3b33703 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3649,10 +3649,10 @@ react-router@6.26.2: dependencies: "@remix-run/router" "1.19.2" -react@^18.2.0: - version "18.2.0" - resolved "https://registry.npmjs.org/react/-/react-18.2.0.tgz" - integrity sha512-/3IjMdb2L9QbBdWiW5e3P2/npwMBaU9mHCSCUzNln0ZCYbcfTsGbTJrU/kGemdH2IWmB2ioZ+zkxtmq6g09fGQ== +react@^18.3.1: + version "18.3.1" + resolved "https://registry.yarnpkg.com/react/-/react-18.3.1.tgz#49ab892009c53933625bd16b2533fc754cab2891" + integrity sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ== dependencies: loose-envify "^1.1.0"