diff --git a/package-lock.json b/package-lock.json index 9ce10944..d5d1d141 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "leaflet.pattern": "^0.1.0", "papaparse": "^5.7.0", "prop-types": "^15.8.1", - "react": "^19.2.4", + "react": "^19.3.0", "react-dom": "^19.2.8", "react-select": "^5.10.2" }, @@ -15125,9 +15125,9 @@ } }, "node_modules/react": { - "version": "19.2.8", - "resolved": "https://registry.npmjs.org/react/-/react-19.2.8.tgz", - "integrity": "sha512-PWaYA1L/q9u2u7xYQi+Y3L3Yfnie7XyLeaJICV1MGD6LprsBxcAqGjYyr0eY3p+QdsA+x/Irkt4Qif8D63+Sbw==", + "version": "19.3.0", + "resolved": "https://registry.npmjs.org/react/-/react-19.3.0.tgz", + "integrity": "sha512-E8LUcbtBWt20bbl2YoHfx4ZDBdxVTfOKtCZn9cDSJ4l6/nuoApcpIBcj47t2wZoVX8g2ZHuMHbiShgCR1T5Sog==", "license": "MIT", "engines": { "node": ">=0.10.0" @@ -30387,9 +30387,9 @@ } }, "react": { - "version": "19.2.8", - "resolved": "https://registry.npmjs.org/react/-/react-19.2.8.tgz", - "integrity": "sha512-PWaYA1L/q9u2u7xYQi+Y3L3Yfnie7XyLeaJICV1MGD6LprsBxcAqGjYyr0eY3p+QdsA+x/Irkt4Qif8D63+Sbw==" + "version": "19.3.0", + "resolved": "https://registry.npmjs.org/react/-/react-19.3.0.tgz", + "integrity": "sha512-E8LUcbtBWt20bbl2YoHfx4ZDBdxVTfOKtCZn9cDSJ4l6/nuoApcpIBcj47t2wZoVX8g2ZHuMHbiShgCR1T5Sog==" }, "react-dom": { "version": "19.2.8", diff --git a/package.json b/package.json index f3ce4540..0e60674e 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "leaflet.pattern": "^0.1.0", "papaparse": "^5.7.0", "prop-types": "^15.8.1", - "react": "^19.2.4", + "react": "^19.3.0", "react-dom": "^19.2.8", "react-select": "^5.10.2" },