diff --git a/package-lock.json b/package-lock.json index 02e317df..dcd3c784 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@reduxjs/toolkit": "^2.11.2", "leaflet": "^1.9.4", "oidc-client-ts": "^3.5.0", - "react": "^19.2.0", + "react": "^19.2.8", "react-dom": "^19.2.6", "react-hook-form": "^7.71.1", "react-leaflet": "^5.0.0", @@ -35,7 +35,7 @@ "@types/jest": "^30.0.0", "@types/leaflet": "^1.9.21", "@types/node": "^25.6.0", - "@types/react": "^19.2.14", + "@types/react": "^19.2.18", "@types/react-dom": "^19.2.2", "@types/redux-mock-store": "^1.0.6", "@typescript-eslint/eslint-plugin": "^8.54.0", @@ -4132,9 +4132,9 @@ "license": "MIT" }, "node_modules/@types/react": { - "version": "19.2.14", - "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.14.tgz", - "integrity": "sha512-ilcTH/UniCkMdtexkoCN0bI7pMcJDvmQFPvuPvmEaYA/NSfFTAgdUSLAoVjaRJm7+6PvcM+q1zYOwS4wTYMF9w==", + "version": "19.2.18", + "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.18.tgz", + "integrity": "sha512-AnzbBERsrLKtk2XSfTbYRLjQPdy116Sty4q+T+Bp3IC4l6jNBvreVPAHmpq9qhXQM7CXZPjLVmGMw9sy+hxQ3w==", "license": "MIT", "dependencies": { "csstype": "^3.2.2" @@ -11641,9 +11641,9 @@ } }, "node_modules/react": { - "version": "19.2.6", - "resolved": "https://registry.npmjs.org/react/-/react-19.2.6.tgz", - "integrity": "sha512-sfWGGfavi0xr8Pg0sVsyHMAOziVYKgPLNrS7ig+ivMNb3wbCBw3KxtflsGBAwD3gYQlE/AEZsTLgToRrSCjb0Q==", + "version": "19.2.8", + "resolved": "https://registry.npmjs.org/react/-/react-19.2.8.tgz", + "integrity": "sha512-PWaYA1L/q9u2u7xYQi+Y3L3Yfnie7XyLeaJICV1MGD6LprsBxcAqGjYyr0eY3p+QdsA+x/Irkt4Qif8D63+Sbw==", "license": "MIT", "engines": { "node": ">=0.10.0" diff --git a/package.json b/package.json index 27187003..71588b60 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "@reduxjs/toolkit": "^2.11.2", "leaflet": "^1.9.4", "oidc-client-ts": "^3.5.0", - "react": "^19.2.0", + "react": "^19.2.8", "react-dom": "^19.2.6", "react-hook-form": "^7.71.1", "react-leaflet": "^5.0.0", @@ -68,7 +68,7 @@ "@types/jest": "^30.0.0", "@types/leaflet": "^1.9.21", "@types/node": "^25.6.0", - "@types/react": "^19.2.14", + "@types/react": "^19.2.18", "@types/react-dom": "^19.2.2", "@types/redux-mock-store": "^1.0.6", "@typescript-eslint/eslint-plugin": "^8.54.0",