chore(deps): update dependency htmx.org to v2.0.3 #204

Merged
renovate merged 1 commits from renovate/htmx.org-2.x into master 2024-10-04 22:02:23 +00:00
2 changed files with 7 additions and 6 deletions

11
package-lock.json generated
View File

@@ -10,7 +10,7 @@
"license": "ISC", "license": "ISC",
"devDependencies": { "devDependencies": {
"daisyui": "4.12.12", "daisyui": "4.12.12",
"htmx.org": "2.0.2", "htmx.org": "2.0.3",
"tailwindcss": "3.4.13" "tailwindcss": "3.4.13"
} }
}, },
@@ -527,10 +527,11 @@
} }
}, },
"node_modules/htmx.org": { "node_modules/htmx.org": {
"version": "2.0.2", "version": "2.0.3",
"resolved": "https://registry.npmjs.org/htmx.org/-/htmx.org-2.0.2.tgz", "resolved": "https://registry.npmjs.org/htmx.org/-/htmx.org-2.0.3.tgz",
"integrity": "sha512-eUPIpQaWKKstX393XNCRCMJTrqPzikh36Y9RceqsUZLTtlFjFaVDgwZLUsrFk8J2uzZxkkfiy0TE359j2eN6hA==", "integrity": "sha512-AeoJUAjkCVVajbfKX+3sVQBTCt8Ct4lif1T+z/tptTXo8+8yyq3QIMQQe/IT+R8ssfrO1I0DeX4CAronzCL6oA==",
"dev": true "dev": true,
"license": "0BSD"
}, },
"node_modules/is-binary-path": { "node_modules/is-binary-path": {
"version": "2.1.0", "version": "2.1.0",

View File

@@ -12,7 +12,7 @@
"author": "", "author": "",
"license": "ISC", "license": "ISC",
"devDependencies": { "devDependencies": {
"htmx.org": "2.0.2", "htmx.org": "2.0.3",
"tailwindcss": "3.4.13", "tailwindcss": "3.4.13",
"daisyui": "4.12.12" "daisyui": "4.12.12"
} }