diff options
author | Yarden Shoham <git@yardenshoham.com> | 2024-04-26 10:27:34 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-26 09:27:34 +0200 |
commit | 68a3e6b5e64b4035aa0659cb6daa1c4d1eec892a (patch) | |
tree | 032eb05a2ef62707ab749131f08717781280a2f9 /package-lock.json | |
parent | ed8c63cea3da0d0ba3cdec58f6c6d61c73205afe (diff) | |
download | gitea-68a3e6b5e64b4035aa0659cb6daa1c4d1eec892a.tar.gz gitea-68a3e6b5e64b4035aa0659cb6daa1c4d1eec892a.zip |
Bump htmx version to 1.9.12 (#30711)
There are no breaking changes. I tested and everything works as before.
Signed-off-by: Yarden Shoham <git@yardenshoham.com>
Diffstat (limited to 'package-lock.json')
-rw-r--r-- | package-lock.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json index 61d86f6b7c..780689a0a3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "esbuild-loader": "4.1.0", "escape-goat": "4.0.0", "fast-glob": "3.3.2", - "htmx.org": "1.9.11", + "htmx.org": "1.9.12", "idiomorph": "0.3.0", "jquery": "3.7.1", "katex": "0.16.10", @@ -6728,9 +6728,9 @@ } }, "node_modules/htmx.org": { - "version": "1.9.11", - "resolved": "https://registry.npmjs.org/htmx.org/-/htmx.org-1.9.11.tgz", - "integrity": "sha512-WlVuICn8dfNOOgYmdYzYG8zSnP3++AdHkMHooQAzGZObWpVXYathpz/I37ycF4zikR6YduzfCvEcxk20JkIUsw==" + "version": "1.9.12", + "resolved": "https://registry.npmjs.org/htmx.org/-/htmx.org-1.9.12.tgz", + "integrity": "sha512-VZAohXyF7xPGS52IM8d1T1283y+X4D+Owf3qY1NZ9RuBypyu9l8cGsxUMAG5fEAb/DhT7rDoJ9Hpu5/HxFD3cw==" }, "node_modules/human-signals": { "version": "5.0.0", |