diff --git a/src/vscode-bicep/package-lock.json b/src/vscode-bicep/package-lock.json index ff73bfa08f4..5e4d317f461 100644 --- a/src/vscode-bicep/package-lock.json +++ b/src/vscode-bicep/package-lock.json @@ -20,7 +20,7 @@ "cytoscape": "^3.33.3", "cytoscape-elk": "^2.3.0", "fs-extra": "^11.3.5", - "react": "^19.2.4", + "react": "^19.2.6", "react-dom": "^19.2.5", "react-icons": "^5.5.0", "styled-components": "^6.4.1", @@ -13571,9 +13571,9 @@ } }, "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/src/vscode-bicep/package.json b/src/vscode-bicep/package.json index 3d97eea540b..7ee8f43c7a0 100644 --- a/src/vscode-bicep/package.json +++ b/src/vscode-bicep/package.json @@ -858,7 +858,7 @@ "cytoscape": "^3.33.3", "cytoscape-elk": "^2.3.0", "fs-extra": "^11.3.5", - "react": "^19.2.4", + "react": "^19.2.6", "react-dom": "^19.2.5", "react-icons": "^5.5.0", "styled-components": "^6.4.1",