diff --git a/examples/openfeature_react/react-app/package-lock.json b/examples/openfeature_react/react-app/package-lock.json index 5ba771d8d83..bd3526a14de 100644 --- a/examples/openfeature_react/react-app/package-lock.json +++ b/examples/openfeature_react/react-app/package-lock.json @@ -16,7 +16,7 @@ "react-dom": "^19.0.0" }, "devDependencies": { - "@types/react": "^19.0.2", + "@types/react": "^19.0.7", "@types/react-dom": "^19.0.3", "@typescript-eslint/eslint-plugin": "^8.20.0", "@typescript-eslint/parser": "^8.19.1", @@ -1383,9 +1383,9 @@ "dev": true }, "node_modules/@types/react": { - "version": "19.0.2", - "resolved": "https://registry.npmjs.org/@types/react/-/react-19.0.2.tgz", - "integrity": "sha512-USU8ZI/xyKJwFTpjSVIrSeHBVAGagkHQKPNbxeWwql/vDmnTIBgx+TJnhFnj1NXgz8XfprU0egV2dROLGpsBEg==", + "version": "19.0.7", + "resolved": "https://registry.npmjs.org/@types/react/-/react-19.0.7.tgz", + "integrity": "sha512-MoFsEJKkAtZCrC1r6CM8U22GzhG7u2Wir8ons/aCKH6MBdD1ibV24zOSSkdZVUKqN5i396zG5VKLYZ3yaUZdLA==", "dev": true, "dependencies": { "csstype": "^3.0.2" diff --git a/examples/openfeature_react/react-app/package.json b/examples/openfeature_react/react-app/package.json index ed67ccb314e..f7d3f0c9ddc 100644 --- a/examples/openfeature_react/react-app/package.json +++ b/examples/openfeature_react/react-app/package.json @@ -18,7 +18,7 @@ "react-dom": "^19.0.0" }, "devDependencies": { - "@types/react": "^19.0.2", + "@types/react": "^19.0.7", "@types/react-dom": "^19.0.3", "@typescript-eslint/eslint-plugin": "^8.20.0", "@typescript-eslint/parser": "^8.19.1",