diff --git a/package-lock.json b/package-lock.json index 6f8450a..8058a19 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.2", "license": "MIT", "dependencies": { - "react": "^19.2.4", + "react": "^19.2.6", "react-dom": "^19.2.5", "stylescape": "^0.3.18" }, @@ -3021,9 +3021,9 @@ "license": "MIT" }, "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/package.json b/package.json index dc4e741..786c982 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "test": "npm run build" }, "dependencies": { - "react": "^19.2.4", + "react": "^19.2.6", "react-dom": "^19.2.5", "stylescape": "^0.3.18" },