diff --git a/apps/voucherify/package-lock.json b/apps/voucherify/package-lock.json index a0a16a664..a5dfc7642 100644 --- a/apps/voucherify/package-lock.json +++ b/apps/voucherify/package-lock.json @@ -20,7 +20,7 @@ "http-status-codes": "2.3.0", "lodash": "4.17.21", "prop-types": "15.8.1", - "react": "18.3.0", + "react": "18.3.1", "react-hook-form": "7.51.3", "react-router-dom": "6.23.0" }, @@ -17507,9 +17507,9 @@ } }, "node_modules/react": { - "version": "18.3.0", - "resolved": "https://registry.npmjs.org/react/-/react-18.3.0.tgz", - "integrity": "sha512-RPutkJftSAldDibyrjuku7q11d3oy6wKOyPe5K1HA/HwwrXcEqBdHsLypkC2FFYjP7bPUa6gbzSBhw4sY2JcDg==", + "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/apps/voucherify/package.json b/apps/voucherify/package.json index 1718eede9..03b576ea4 100644 --- a/apps/voucherify/package.json +++ b/apps/voucherify/package.json @@ -23,7 +23,7 @@ "http-status-codes": "2.3.0", "lodash": "4.17.21", "prop-types": "15.8.1", - "react": "18.3.0", + "react": "18.3.1", "react-hook-form": "7.51.3", "react-router-dom": "6.23.0" },