diff --git a/package-lock.json b/package-lock.json index 5dd0f31..469f447 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,16 +1,16 @@ { "name": "flutter-interview-questions", - "version": "0.1.0", + "version": "2.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "flutter-interview-questions", - "version": "0.1.0", + "version": "2.3.0", "dependencies": { "gray-matter": "^4.0.3", "next": "^15.1.6", - "react": "^19.0.0", + "react": "^19.2.6", "react-dom": "^19.0.0", "react-markdown": "^10.1.0", "react-syntax-highlighter": "^15.5.0", @@ -6934,9 +6934,9 @@ "license": "MIT" }, "node_modules/react": { - "version": "19.2.4", - "resolved": "https://registry.npmjs.org/react/-/react-19.2.4.tgz", - "integrity": "sha512-9nfp2hYpCwOjAN+8TZFGhtWEwgvWHXqESH8qT89AT/lWklpLON22Lc8pEtnpsZz7VmawabSU0gCjnj8aC0euHQ==", + "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 f7ab78c..b11f2f9 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "dependencies": { "gray-matter": "^4.0.3", "next": "^15.1.6", - "react": "^19.0.0", + "react": "^19.2.6", "react-dom": "^19.0.0", "react-markdown": "^10.1.0", "react-syntax-highlighter": "^15.5.0",