From 5c3b1f7e46470d2c075a29a14b181a1efabccd32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 09:51:18 +0000 Subject: [PATCH] Bump htmx.org from 2.0.6 to 2.0.7 in /src/Elastic.Documentation.Site Bumps [htmx.org](https://github.com/bigskysoftware/htmx) from 2.0.6 to 2.0.7. - [Release notes](https://github.com/bigskysoftware/htmx/releases) - [Changelog](https://github.com/bigskysoftware/htmx/blob/master/CHANGELOG.md) - [Commits](https://github.com/bigskysoftware/htmx/compare/v2.0.6...v2.0.7) --- updated-dependencies: - dependency-name: htmx.org dependency-version: 2.0.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- src/Elastic.Documentation.Site/package-lock.json | 9 +++++---- src/Elastic.Documentation.Site/package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/src/Elastic.Documentation.Site/package-lock.json b/src/Elastic.Documentation.Site/package-lock.json index 9abf35bc4..c2eead004 100644 --- a/src/Elastic.Documentation.Site/package-lock.json +++ b/src/Elastic.Documentation.Site/package-lock.json @@ -20,7 +20,7 @@ "highlight.js": "11.11.1", "htmx-ext-head-support": "2.0.4", "htmx-ext-preload": "2.1.1", - "htmx.org": "2.0.6", + "htmx.org": "2.0.7", "select-dom": "9.4.0", "tailwindcss": "4.1.13", "tippy.js": "6.3.7", @@ -8843,9 +8843,10 @@ } }, "node_modules/htmx.org": { - "version": "2.0.6", - "resolved": "https://registry.npmjs.org/htmx.org/-/htmx.org-2.0.6.tgz", - "integrity": "sha512-7ythjYneGSk3yCHgtCnQeaoF+D+o7U2LF37WU3O0JYv3gTZSicdEFiI/Ai/NJyC5ZpYJWMpUb11OC5Lr6AfAqA==" + "version": "2.0.7", + "resolved": "https://registry.npmjs.org/htmx.org/-/htmx.org-2.0.7.tgz", + "integrity": "sha512-YiJqF3U5KyO28VC5mPfehKJPF+n1Gni+cupK+D69TF0nm7wY6AXn3a4mPWIikfAXtl1u1F1+ZhSCS7KT8pVmqA==", + "license": "0BSD" }, "node_modules/http-proxy-agent": { "version": "7.0.2", diff --git a/src/Elastic.Documentation.Site/package.json b/src/Elastic.Documentation.Site/package.json index 1e6fb427a..3869fac17 100644 --- a/src/Elastic.Documentation.Site/package.json +++ b/src/Elastic.Documentation.Site/package.json @@ -81,7 +81,7 @@ "highlight.js": "11.11.1", "htmx-ext-head-support": "2.0.4", "htmx-ext-preload": "2.1.1", - "htmx.org": "2.0.6", + "htmx.org": "2.0.7", "select-dom": "9.4.0", "tailwindcss": "4.1.13", "tippy.js": "6.3.7",