diff --git a/package-lock.json b/package-lock.json index 6b401edb..87832500 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,14 +11,14 @@ "dependencies": { "@boxyhq/saml20": "1.15.2", "next": "16.2.9", - "react": "19.2.5", - "react-dom": "19.2.5", + "react": "19.2.7", + "react-dom": "19.2.7", "react-gtm-module": "2.0.11" }, "devDependencies": { "@tailwindcss/postcss": "4.2.4", "@types/node": "25.7.0", - "@types/react": "19.2.14", + "@types/react": "19.2.17", "@types/react-gtm-module": "2.0.4", "@typescript-eslint/parser": "8.59.2", "eslint": "10.3.0", @@ -2217,9 +2217,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.17", + "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.17.tgz", + "integrity": "sha512-MXfmqaVPEVgkBT/aY0aGCkRWWtByiYQXo3xdQ8r5RzuFrPiRn8Gar2tQdXSUQ2GKV3bkXckek89V8wQBY2Q/Aw==", "dev": true, "license": "MIT", "dependencies": { @@ -7270,24 +7270,24 @@ } }, "node_modules/react": { - "version": "19.2.5", - "resolved": "https://registry.npmjs.org/react/-/react-19.2.5.tgz", - "integrity": "sha512-llUJLzz1zTUBrskt2pwZgLq59AemifIftw4aB7JxOqf1HY2FDaGDxgwpAPVzHU1kdWabH7FauP4i1oEeer2WCA==", + "version": "19.2.7", + "resolved": "https://registry.npmjs.org/react/-/react-19.2.7.tgz", + "integrity": "sha512-HNe9WslTbXmFK8o8cmwgAeJFSBvt1bPdHCVKtaaV+WlAN36mpT4hcRpwbf3fY56ar2oIXzsBpOAiIRHAdY0OlQ==", "license": "MIT", "engines": { "node": ">=0.10.0" } }, "node_modules/react-dom": { - "version": "19.2.5", - "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.2.5.tgz", - "integrity": "sha512-J5bAZz+DXMMwW/wV3xzKke59Af6CHY7G4uYLN1OvBcKEsWOs4pQExj86BBKamxl/Ik5bx9whOrvBlSDfWzgSag==", + "version": "19.2.7", + "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.2.7.tgz", + "integrity": "sha512-t0BRVXvbiE/o20Hfw669rLbMCDWtYZLvmJigy2f0MxsXF+71pxhR3xOkspmsO8h3ZlNzyibAmtCa3l4lYKk6gQ==", "license": "MIT", "dependencies": { "scheduler": "^0.27.0" }, "peerDependencies": { - "react": "^19.2.5" + "react": "^19.2.7" } }, "node_modules/react-gtm-module": { diff --git a/package.json b/package.json index 2703ecd7..ea072399 100644 --- a/package.json +++ b/package.json @@ -16,14 +16,14 @@ "dependencies": { "@boxyhq/saml20": "1.15.2", "next": "16.2.9", - "react": "19.2.5", - "react-dom": "19.2.5", + "react": "19.2.7", + "react-dom": "19.2.7", "react-gtm-module": "2.0.11" }, "devDependencies": { "@tailwindcss/postcss": "4.2.4", "@types/node": "25.7.0", - "@types/react": "19.2.14", + "@types/react": "19.2.17", "@types/react-gtm-module": "2.0.4", "@typescript-eslint/parser": "8.59.2", "eslint": "10.3.0",