diff --git a/package-lock.json b/package-lock.json index 659d064..e16f1c8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,7 +35,7 @@ "@types/express": "^5.0.5", "@types/morgan": "^1.9.10", "@types/node": "^24.5.2", - "@types/react": "^19.1.13", + "@types/react": "^19.2.10", "@typescript-eslint/eslint-plugin": "^8.42.0", "@typescript-eslint/parser": "^8.39.1", "eslint": "^9.35.0", @@ -717,13 +717,13 @@ "license": "MIT" }, "node_modules/@types/react": { - "version": "19.1.13", - "resolved": "https://registry.npmjs.org/@types/react/-/react-19.1.13.tgz", - "integrity": "sha512-hHkbU/eoO3EG5/MZkuFSKmYqPbSVk5byPFa3e7y/8TybHiLMACgI8seVYlicwk7H5K/rI2px9xrQp/C+AUDTiQ==", + "version": "19.2.10", + "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.10.tgz", + "integrity": "sha512-WPigyYuGhgZ/cTPRXB2EwUw+XvsRA3GqHlsP4qteqrnnjDrApbS7MxcGr/hke5iUoeB7E/gQtrs9I37zAJ0Vjw==", "dev": true, "license": "MIT", "dependencies": { - "csstype": "^3.0.2" + "csstype": "^3.2.2" } }, "node_modules/@types/send": { @@ -1577,9 +1577,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==", "dev": true, "license": "MIT" }, diff --git a/package.json b/package.json index 9b73a63..f16ea66 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "@types/express": "^5.0.5", "@types/morgan": "^1.9.10", "@types/node": "^24.5.2", - "@types/react": "^19.1.13", + "@types/react": "^19.2.10", "@typescript-eslint/eslint-plugin": "^8.42.0", "@typescript-eslint/parser": "^8.39.1", "eslint": "^9.35.0",