diff --git a/package-lock.json b/package-lock.json index c7d039a78..0be04b00f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "lodash.throttle": "4.1.1", "process": "0.11.10", "prop-types": "15.8.1", - "react": "18.2.0", + "react": "18.3.1", "react-dom": "18.2.0", "react-hook-form": "7.51.5", "react-intl": "6.6.8", @@ -56,7 +56,7 @@ "@types/amplitude-js": "8.16.5", "@types/lodash.debounce": "4.0.9", "@types/lodash.isequal": "4.5.8", - "@types/react": "18.2.79", + "@types/react": "18.3.2", "@types/react-router-dom": "5.3.3", "@types/uuid": "9.0.8", "@types/yup": "0.29.13", @@ -3026,9 +3026,9 @@ "integrity": "sha512-ga8y9v9uyeiLdpKddhxYQkxNDrfvuPrlFb0N1qnZZByvcElJaXthF1UhvCh9TLWJBEHeNtdnbysW7Y6Uq8CVng==" }, "node_modules/@types/react": { - "version": "18.2.79", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.79.tgz", - "integrity": "sha512-RwGAGXPl9kSXwdNTafkOEuFrTBD5SA2B3iEB96xi8+xu5ddUa/cpvyVCSNn+asgLCTHkb5ZxN8gbuibYJi4s1w==", + "version": "18.3.2", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.2.tgz", + "integrity": "sha512-Btgg89dAnqD4vV7R3hlwOxgqobUQKgx3MmrQRi0yYbs/P0ym8XozIAlkqVilPqHQwXs4e9Tf63rrCgl58BcO4w==", "dependencies": { "@types/prop-types": "*", "csstype": "^3.0.2" @@ -9298,9 +9298,9 @@ ] }, "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==", "dependencies": { "loose-envify": "^1.1.0" }, diff --git a/package.json b/package.json index 2f5b33750..8ee0c6282 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "lodash.throttle": "4.1.1", "process": "0.11.10", "prop-types": "15.8.1", - "react": "18.2.0", + "react": "18.3.1", "react-dom": "18.2.0", "react-hook-form": "7.51.5", "react-intl": "6.6.8", @@ -93,7 +93,7 @@ "@types/amplitude-js": "8.16.5", "@types/lodash.debounce": "4.0.9", "@types/lodash.isequal": "4.5.8", - "@types/react": "18.2.79", + "@types/react": "18.3.2", "@types/react-router-dom": "5.3.3", "@types/uuid": "9.0.8", "@types/yup": "0.29.13",