diff --git a/src/vscode-bicep/package-lock.json b/src/vscode-bicep/package-lock.json index 83cf2d09f11..a80e726165a 100644 --- a/src/vscode-bicep/package-lock.json +++ b/src/vscode-bicep/package-lock.json @@ -21,7 +21,7 @@ "cytoscape-elk": "^2.3.0", "fs-extra": "^11.3.5", "react": "^19.2.4", - "react-dom": "^19.2.5", + "react-dom": "^19.2.6", "react-icons": "^5.5.0", "styled-components": "^6.4.1", "stylis": "^4.4.0", @@ -13579,24 +13579,24 @@ } }, "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" } }, "node_modules/react-dom": { - "version": "19.2.5", - "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.2.5.tgz", - "integrity": "sha512-J5bAZz+DXMMwW/wV3xzKke59Af6CHY7G4uYLN1OvBcKEsWOs4pQExj86BBKamxl/Ik5bx9whOrvBlSDfWzgSag==", + "version": "19.2.6", + "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.2.6.tgz", + "integrity": "sha512-0prMI+hvBbPjsWnxDLxlCGyM8PN6UuWjEUCYmZhO67xIV9Xasa/r/vDnq+Xyq4Lo27g8QSbO5YzARu0D1Sps3g==", "license": "MIT", "dependencies": { "scheduler": "^0.27.0" }, "peerDependencies": { - "react": "^19.2.5" + "react": "^19.2.6" } }, "node_modules/react-icons": { diff --git a/src/vscode-bicep/package.json b/src/vscode-bicep/package.json index 3d97eea540b..bb9bfa2cf04 100644 --- a/src/vscode-bicep/package.json +++ b/src/vscode-bicep/package.json @@ -859,7 +859,7 @@ "cytoscape-elk": "^2.3.0", "fs-extra": "^11.3.5", "react": "^19.2.4", - "react-dom": "^19.2.5", + "react-dom": "^19.2.6", "react-icons": "^5.5.0", "styled-components": "^6.4.1", "stylis": "^4.4.0",