From ff48888c90a0c827d1d25532ca626d9ddd1c9b35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 09:55:27 +0000 Subject: [PATCH] Bump @r2wc/react-to-web-component in /src/Elastic.Documentation.Site Bumps [@r2wc/react-to-web-component](https://github.com/bitovi/react-to-web-component) from 2.0.4 to 2.1.0. - [Release notes](https://github.com/bitovi/react-to-web-component/releases) - [Commits](https://github.com/bitovi/react-to-web-component/compare/@r2wc/react-to-web-component/v2.0.4...@r2wc/react-to-web-component/v2.1.0) --- updated-dependencies: - dependency-name: "@r2wc/react-to-web-component" dependency-version: 2.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .../package-lock.json | 18 ++++++++++-------- src/Elastic.Documentation.Site/package.json | 2 +- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/src/Elastic.Documentation.Site/package-lock.json b/src/Elastic.Documentation.Site/package-lock.json index 9abf35bc4..a1c748866 100644 --- a/src/Elastic.Documentation.Site/package-lock.json +++ b/src/Elastic.Documentation.Site/package-lock.json @@ -13,7 +13,7 @@ "@emotion/css": "11.13.5", "@emotion/react": "11.14.0", "@microsoft/fetch-event-source": "2.0.1", - "@r2wc/react-to-web-component": "2.0.4", + "@r2wc/react-to-web-component": "2.1.0", "@tanstack/react-query": "^5.87.4", "@uidotdev/usehooks": "2.4.1", "clipboard": "2.0.11", @@ -5186,16 +5186,18 @@ } }, "node_modules/@r2wc/core": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/@r2wc/core/-/core-1.2.0.tgz", - "integrity": "sha512-vAfiuS5KywtV54SRzc4maEHcpdgeUyJzln+ATpNCOkO+ArIuOkTXd92b5YauVAd0A8B2rV/y9OeVW19vb73bUQ==" + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/@r2wc/core/-/core-1.3.0.tgz", + "integrity": "sha512-aPBnND92Itl+SWWbWyyxdFFF0+RqKB6dptGHEdiPB8ZvnHWHlVzOfEvbEcyUYGtB6HBdsfkVuBiaGYyBFVTzVQ==", + "license": "MIT" }, "node_modules/@r2wc/react-to-web-component": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/@r2wc/react-to-web-component/-/react-to-web-component-2.0.4.tgz", - "integrity": "sha512-g1dtTTEGETNUimYldTW+2hxY3mmJZjzPEca0vqCutUht2GHmpK9mT5r/urmEI7uSbOkn6HaymosgVy26lvU1JQ==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@r2wc/react-to-web-component/-/react-to-web-component-2.1.0.tgz", + "integrity": "sha512-m/PzgUOEiL1HxmvfP5LgBLqB7sHeRj+d1QAeZklwS4OEI2HUU+xTpT3hhJipH5DQoFInDqDTfe0lNFFKcrqk4w==", + "license": "MIT", "dependencies": { - "@r2wc/core": "^1.0.0" + "@r2wc/core": "^1.3.0" }, "peerDependencies": { "react": "^18.0.0 || ^19.0.0", diff --git a/src/Elastic.Documentation.Site/package.json b/src/Elastic.Documentation.Site/package.json index 1e6fb427a..06d91b9c9 100644 --- a/src/Elastic.Documentation.Site/package.json +++ b/src/Elastic.Documentation.Site/package.json @@ -74,7 +74,7 @@ "@emotion/css": "11.13.5", "@emotion/react": "11.14.0", "@microsoft/fetch-event-source": "2.0.1", - "@r2wc/react-to-web-component": "2.0.4", + "@r2wc/react-to-web-component": "2.1.0", "@tanstack/react-query": "^5.87.4", "@uidotdev/usehooks": "2.4.1", "clipboard": "2.0.11",