diff --git a/package-lock.json b/package-lock.json index 5054aae..327535c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "devDependencies": { "@eslint/js": "9.35.0", "@types/node": "25.9.1", - "@types/react": "19.2.15", + "@types/react": "19.2.16", "@types/react-dom": "19.2.3", "@vitejs/plugin-react": "6.0.2", "babel-plugin-react-compiler": "1.0.0", @@ -23,7 +23,7 @@ "eslint-plugin-react-refresh": "0.5.2", "globals": "17.5.0", "jiti": "2.6.1", - "react": "19.2.6", + "react": "19.2.7", "react-dom": "19.2.6", "sass": "1.99.0", "typescript": "5.9.3", @@ -987,9 +987,6 @@ "arm64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1007,9 +1004,6 @@ "arm64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -1027,9 +1021,6 @@ "ppc64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1047,9 +1038,6 @@ "s390x" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1067,9 +1055,6 @@ "x64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1087,9 +1072,6 @@ "x64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -1212,9 +1194,9 @@ } }, "node_modules/@types/react": { - "version": "19.2.15", - "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.15.tgz", - "integrity": "sha512-eRwcGNHve+E8qtEQSSRl6urh+rFop4v8gm6O8rGv25CodbvFdLjA1vVQ1KkiFE0w0UPOnb8tDiFKL5lp0rtY5Q==", + "version": "19.2.16", + "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.16.tgz", + "integrity": "sha512-esJiCAnl0kfpNdE69f3So4WJUXy95dLZydX0KwK46riIHDzHM7O9Vtf9xCHW0PXIqvgqNrswl522kA/5yx+F4w==", "dev": true, "license": "MIT", "dependencies": { @@ -2900,9 +2882,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.7", + "resolved": "https://registry.npmjs.org/react/-/react-19.2.7.tgz", + "integrity": "sha512-HNe9WslTbXmFK8o8cmwgAeJFSBvt1bPdHCVKtaaV+WlAN36mpT4hcRpwbf3fY56ar2oIXzsBpOAiIRHAdY0OlQ==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index e4c9380..3bb1bfb 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "devDependencies": { "@eslint/js": "9.35.0", "@types/node": "25.9.1", - "@types/react": "19.2.15", + "@types/react": "19.2.16", "@types/react-dom": "19.2.3", "@vitejs/plugin-react": "6.0.2", "babel-plugin-react-compiler": "1.0.0", @@ -45,7 +45,7 @@ "eslint-plugin-react-refresh": "0.5.2", "globals": "17.5.0", "jiti": "2.6.1", - "react": "19.2.6", + "react": "19.2.7", "react-dom": "19.2.6", "sass": "1.99.0", "typescript": "5.9.3",