diff --git a/package-lock.json b/package-lock.json index 2d0ec17..fe488cd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "bootstrap": "^5.3.6", "http-proxy-middleware": "^3.0.5", "moment": "^2.30.1", - "react": "^19.1.0", + "react": "^19.2.5", "react-bootstrap": "^2.10.10", "react-dom": "^19.1.0", "react-router-dom": "^7.13.2" @@ -27,7 +27,7 @@ "@testing-library/jest-dom": "^6.9.1", "@testing-library/react": "^16.3.0", "@testing-library/user-event": "^14.6.1", - "@types/react": "^19.1.4", + "@types/react": "^19.2.14", "@types/react-dom": "^19.1.5", "@vitejs/plugin-react": "^5.1.0", "@vitest/coverage-v8": "^4.1.2", @@ -2039,12 +2039,12 @@ "license": "MIT" }, "node_modules/@types/react": { - "version": "19.1.4", - "resolved": "https://registry.npmjs.org/@types/react/-/react-19.1.4.tgz", - "integrity": "sha512-EB1yiiYdvySuIITtD5lhW4yPyJ31RkJkkDw794LaQYrxCSaQV/47y5o1FMC4zF9ZyjUjzJMZwbovEnT5yHTW6g==", + "version": "19.2.14", + "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.14.tgz", + "integrity": "sha512-ilcTH/UniCkMdtexkoCN0bI7pMcJDvmQFPvuPvmEaYA/NSfFTAgdUSLAoVjaRJm7+6PvcM+q1zYOwS4wTYMF9w==", "license": "MIT", "dependencies": { - "csstype": "^3.0.2" + "csstype": "^3.2.2" } }, "node_modules/@types/react-dom": { @@ -3162,9 +3162,9 @@ } }, "node_modules/csstype": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz", - "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==", + "version": "3.2.3", + "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.2.3.tgz", + "integrity": "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==", "license": "MIT" }, "node_modules/data-urls": { @@ -5703,9 +5703,9 @@ } }, "node_modules/react": { - "version": "19.1.0", - "resolved": "https://registry.npmjs.org/react/-/react-19.1.0.tgz", - "integrity": "sha512-FS+XFBNvn3GTAWq26joslQgWNoFu08F4kl0J4CgdNKADkdSGXQyTCnKteIAJy96Br6YbpEU1LSzV5dYtjMkMDg==", + "version": "19.2.5", + "resolved": "https://registry.npmjs.org/react/-/react-19.2.5.tgz", + "integrity": "sha512-llUJLzz1zTUBrskt2pwZgLq59AemifIftw4aB7JxOqf1HY2FDaGDxgwpAPVzHU1kdWabH7FauP4i1oEeer2WCA==", "license": "MIT", "engines": { "node": ">=0.10.0" diff --git a/package.json b/package.json index 7dd1dbd..5c9c2d2 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "bootstrap": "^5.3.6", "http-proxy-middleware": "^3.0.5", "moment": "^2.30.1", - "react": "^19.1.0", + "react": "^19.2.5", "react-bootstrap": "^2.10.10", "react-dom": "^19.1.0", "react-router-dom": "^7.13.2" @@ -45,7 +45,7 @@ "@testing-library/jest-dom": "^6.9.1", "@testing-library/react": "^16.3.0", "@testing-library/user-event": "^14.6.1", - "@types/react": "^19.1.4", + "@types/react": "^19.2.14", "@types/react-dom": "^19.1.5", "@vitejs/plugin-react": "^5.1.0", "@vitest/coverage-v8": "^4.1.2",