diff options
author | Yarden Shoham <git@yardenshoham.com> | 2024-03-15 20:24:27 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-15 18:24:27 +0000 |
commit | c00633971a4e66835fffe7cfcea0f427689cf550 (patch) | |
tree | 1c38ed53efe9a2bc807e146a19b5294eb7cff07c /package.json | |
parent | aa3012849ea59cdfb8464b0b71f28bffad19d54c (diff) | |
download | gitea-c00633971a4e66835fffe7cfcea0f427689cf550.tar.gz gitea-c00633971a4e66835fffe7cfcea0f427689cf550.zip |
Upgrade `htmx` to v1.9.11 (#29821)
Also added BSD Zero Clause License to the list of allowed licenses in
webpack.
Tested various `htmx` operations. Nothing broke.
Signed-off-by: Yarden Shoham <git@yardenshoham.com>
Co-authored-by: Giteabot <teabot@gitea.io>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 80a577ba20..1be87e8b39 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "esbuild-loader": "4.1.0", "escape-goat": "4.0.0", "fast-glob": "3.3.2", - "htmx.org": "1.9.10", + "htmx.org": "1.9.11", "idiomorph": "0.3.0", "jquery": "3.7.1", "katex": "0.16.9", |