diff --git a/package-lock.json b/package-lock.json index fcae4d020..0c5ef4509 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "get-youtube-id": "^1.0.1", "lodash": "^4.17.15", "ol": "8.2.0", - "react": "~18.3.0", + "react": "~19.2.3", "react-bootstrap": "~2.10.0", "react-data-table-component": "^7.7.0", "react-dom": "~18.3.1", @@ -11600,14 +11600,11 @@ } }, "node_modules/react": { - "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==", + "version": "19.2.3", + "resolved": "https://registry.npmjs.org/react/-/react-19.2.3.tgz", + "integrity": "sha512-Ku/hhYbVjOQnXDZFv2+RibmLFGwFdeeKHFcOTlrt7xplBnya5OGn/hIRDsqDiSUcfORsDC7MPxwork8jBwsIWA==", "license": "MIT", "peer": true, - "dependencies": { - "loose-envify": "^1.1.0" - }, "engines": { "node": ">=0.10.0" } diff --git a/package.json b/package.json index e510a7d5a..2e5d342e6 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "get-youtube-id": "^1.0.1", "lodash": "^4.17.15", "ol": "8.2.0", - "react": "~18.3.0", + "react": "~19.2.3", "react-bootstrap": "~2.10.0", "react-data-table-component": "^7.7.0", "react-dom": "~18.3.1",