Update HTMX

This commit is contained in:
Jake Howard 2024-07-28 21:09:55 +01:00
parent 040647b506
commit 09dbbc407b
Signed by: jake
GPG key ID: 57AFB45680EDD477
2 changed files with 9 additions and 8 deletions

15
package-lock.json generated
View file

@ -15,7 +15,7 @@
"elevator.js": "1.0.1",
"esbuild": "0.20.2",
"glightbox": "3.3.0",
"htmx.org": "1.9.2",
"htmx.org": "2.0.1",
"lite-youtube-embed": "0.3.2",
"lodash.clamp": "4.0.3",
"lodash.debounce": "4.0.8",
@ -1924,9 +1924,10 @@
}
},
"node_modules/htmx.org": {
"version": "1.9.2",
"resolved": "https://registry.npmjs.org/htmx.org/-/htmx.org-1.9.2.tgz",
"integrity": "sha512-ZGbucKcalQyXdGUl+4Zt3xdRDPmNy70yNhMyDG1eDYUm/ImxmSo2rhIBDa53XitrAVhA+/CGgry+wJ1SO77wrA=="
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/htmx.org/-/htmx.org-2.0.1.tgz",
"integrity": "sha512-wO/rWlveSLD2mzRS9Em0v5hlsi6r21iUvaS17GPMgehBbM7eoQmqGQCkscsM67poF24zONgq3gQv+q/cgCHn2w==",
"license": "0BSD"
},
"node_modules/ignore": {
"version": "5.2.4",
@ -5318,9 +5319,9 @@
"dev": true
},
"htmx.org": {
"version": "1.9.2",
"resolved": "https://registry.npmjs.org/htmx.org/-/htmx.org-1.9.2.tgz",
"integrity": "sha512-ZGbucKcalQyXdGUl+4Zt3xdRDPmNy70yNhMyDG1eDYUm/ImxmSo2rhIBDa53XitrAVhA+/CGgry+wJ1SO77wrA=="
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/htmx.org/-/htmx.org-2.0.1.tgz",
"integrity": "sha512-wO/rWlveSLD2mzRS9Em0v5hlsi6r21iUvaS17GPMgehBbM7eoQmqGQCkscsM67poF24zONgq3gQv+q/cgCHn2w=="
},
"ignore": {
"version": "5.2.4",

View file

@ -35,7 +35,7 @@
"elevator.js": "1.0.1",
"esbuild": "0.20.2",
"glightbox": "3.3.0",
"htmx.org": "1.9.2",
"htmx.org": "2.0.1",
"lite-youtube-embed": "0.3.2",
"lodash.clamp": "4.0.3",
"lodash.debounce": "4.0.8",