diff options
author | Yarden Shoham <git@yardenshoham.com> | 2024-08-16 20:48:54 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-16 13:48:54 -0400 |
commit | 951f02ff1ccdc5b7a8fc7389997798a9c2c8f332 (patch) | |
tree | 839dba38008b8cc4a8794a3cb15a22e7db9ea757 /package-lock.json | |
parent | 2e7d202a7f8051d140220d1c195ff73b80e0d1ff (diff) | |
download | gitea-951f02ff1ccdc5b7a8fc7389997798a9c2c8f332.tar.gz gitea-951f02ff1ccdc5b7a8fc7389997798a9c2c8f332.zip |
Upgrade `htmx` to `2.0.2` (#31847)
Tested `Follow`, `Star`, `Watch`, and the admin dashboard page. All
functionality remains unchanged.
Signed-off-by: Yarden Shoham <git@yardenshoham.com>
Diffstat (limited to 'package-lock.json')
-rw-r--r-- | package-lock.json | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/package-lock.json b/package-lock.json index 5c56531ec0..e3c3681781 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "esbuild-loader": "4.2.2", "escape-goat": "4.0.0", "fast-glob": "3.3.2", - "htmx.org": "2.0.0", + "htmx.org": "2.0.2", "idiomorph": "0.3.0", "jquery": "3.7.1", "katex": "0.16.11", @@ -7595,10 +7595,9 @@ } }, "node_modules/htmx.org": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/htmx.org/-/htmx.org-2.0.0.tgz", - "integrity": "sha512-N0r1VjrqeCpig0mTi2/sooDZBeQlp1RBohnWQ/ufqc7ICaI0yjs04fNGhawm6+/HWhJFlcXn8MqOjWI9QGG2lQ==", - "license": "0BSD" + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/htmx.org/-/htmx.org-2.0.2.tgz", + "integrity": "sha512-eUPIpQaWKKstX393XNCRCMJTrqPzikh36Y9RceqsUZLTtlFjFaVDgwZLUsrFk8J2uzZxkkfiy0TE359j2eN6hA==" }, "node_modules/human-signals": { "version": "5.0.0", |