diff --git a/package-lock.json b/package-lock.json index fd8c002..8de5f04 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "ISC", "devDependencies": { "daisyui": "4.12.12", - "htmx.org": "2.0.2", + "htmx.org": "2.0.3", "tailwindcss": "3.4.13" } }, @@ -527,10 +527,11 @@ } }, "node_modules/htmx.org": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/htmx.org/-/htmx.org-2.0.2.tgz", - "integrity": "sha512-eUPIpQaWKKstX393XNCRCMJTrqPzikh36Y9RceqsUZLTtlFjFaVDgwZLUsrFk8J2uzZxkkfiy0TE359j2eN6hA==", - "dev": true + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/htmx.org/-/htmx.org-2.0.3.tgz", + "integrity": "sha512-AeoJUAjkCVVajbfKX+3sVQBTCt8Ct4lif1T+z/tptTXo8+8yyq3QIMQQe/IT+R8ssfrO1I0DeX4CAronzCL6oA==", + "dev": true, + "license": "0BSD" }, "node_modules/is-binary-path": { "version": "2.1.0", diff --git a/package.json b/package.json index 54c63fa..7b06005 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "author": "", "license": "ISC", "devDependencies": { - "htmx.org": "2.0.2", + "htmx.org": "2.0.3", "tailwindcss": "3.4.13", "daisyui": "4.12.12" }