diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 0aa912d..1bdd1ea 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -12,7 +12,7 @@ "@azure/msal-react": "^5.2.1", "jspdf": "^4.2.1", "jspdf-autotable": "^5.0.7", - "react": "^19.2.4", + "react": "^19.2.6", "react-dom": "^19.2.5", "react-router-dom": "^7.14.1" }, @@ -2734,9 +2734,9 @@ } }, "node_modules/react": { - "version": "19.2.5", - "resolved": "https://registry.npmjs.org/react/-/react-19.2.5.tgz", - "integrity": "sha512-llUJLzz1zTUBrskt2pwZgLq59AemifIftw4aB7JxOqf1HY2FDaGDxgwpAPVzHU1kdWabH7FauP4i1oEeer2WCA==", + "version": "19.2.6", + "resolved": "https://registry.npmjs.org/react/-/react-19.2.6.tgz", + "integrity": "sha512-sfWGGfavi0xr8Pg0sVsyHMAOziVYKgPLNrS7ig+ivMNb3wbCBw3KxtflsGBAwD3gYQlE/AEZsTLgToRrSCjb0Q==", "license": "MIT", "engines": { "node": ">=0.10.0" diff --git a/frontend/package.json b/frontend/package.json index 5e2e238..af8df09 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -18,7 +18,7 @@ "@azure/msal-react": "^5.2.1", "jspdf": "^4.2.1", "jspdf-autotable": "^5.0.7", - "react": "^19.2.4", + "react": "^19.2.6", "react-dom": "^19.2.5", "react-router-dom": "^7.14.1" },