From 49849afae580ff8a3389ef0cddd67b899f063568 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 21:08:55 +0000 Subject: [PATCH] Bump react-dom from 19.2.5 to 19.2.6 in /src/vscode-bicep Bumps [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) from 19.2.5 to 19.2.6. - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v19.2.6/packages/react-dom) --- updated-dependencies: - dependency-name: react-dom dependency-version: 19.2.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- src/vscode-bicep/package-lock.json | 16 ++++++++-------- src/vscode-bicep/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) 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",