chore(deps): update dependency htmx.org to v2.0.6
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 5m40s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 5m21s

This commit was merged in pull request #200.
This commit is contained in:
2025-06-27 16:33:51 +00:00
parent 2fd2200ac2
commit 472ab68986
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -11,7 +11,7 @@
"devDependencies": { "devDependencies": {
"@tailwindcss/cli": "4.1.10", "@tailwindcss/cli": "4.1.10",
"echarts": "5.6.0", "echarts": "5.6.0",
"htmx.org": "2.0.5", "htmx.org": "2.0.6",
"tailwindcss": "4.1.10" "tailwindcss": "4.1.10"
} }
}, },
@@ -837,9 +837,9 @@
"license": "ISC" "license": "ISC"
}, },
"node_modules/htmx.org": { "node_modules/htmx.org": {
"version": "2.0.5", "version": "2.0.6",
"resolved": "https://registry.npmjs.org/htmx.org/-/htmx.org-2.0.5.tgz", "resolved": "https://registry.npmjs.org/htmx.org/-/htmx.org-2.0.6.tgz",
"integrity": "sha512-ocgvtHCShWFW0DvSV1NbJC7Y5EzUMy2eo5zeWvGj2Ac4LOr7sv9YKg4jzCZJdXN21fXACmCViwKSy+cm6i2dWQ==", "integrity": "sha512-7ythjYneGSk3yCHgtCnQeaoF+D+o7U2LF37WU3O0JYv3gTZSicdEFiI/Ai/NJyC5ZpYJWMpUb11OC5Lr6AfAqA==",
"dev": true, "dev": true,
"license": "0BSD" "license": "0BSD"
}, },

View File

@@ -12,7 +12,7 @@
"license": "ISC", "license": "ISC",
"devDependencies": { "devDependencies": {
"@tailwindcss/cli": "4.1.10", "@tailwindcss/cli": "4.1.10",
"htmx.org": "2.0.5", "htmx.org": "2.0.6",
"tailwindcss": "4.1.10", "tailwindcss": "4.1.10",
"echarts": "5.6.0" "echarts": "5.6.0"
} }