diff --git a/package-lock.json b/package-lock.json
index 40c5a87..c8e0d0a 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -27,7 +27,7 @@
         "@tailwindcss/forms": "^0.5.7",
         "prettier": "^3.2.5",
         "prettier-plugin-astro": "^0.13.0",
-        "prettier-plugin-tailwindcss": "^0.5.12",
+        "prettier-plugin-tailwindcss": "^0.5.13",
         "typescript": "^5.4.3"
       }
     },
@@ -7740,9 +7740,9 @@
       "devOptional": true
     },
     "node_modules/prettier-plugin-tailwindcss": {
-      "version": "0.5.12",
-      "resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.5.12.tgz",
-      "integrity": "sha512-o74kiDBVE73oHW+pdkFSluHBL3cYEvru5YgEqNkBMFF7Cjv+w1vI565lTlfoJT4VLWDe0FMtZ7FkE/7a4pMXSQ==",
+      "version": "0.5.13",
+      "resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.5.13.tgz",
+      "integrity": "sha512-2tPWHCFNC+WRjAC4SIWQNSOdcL1NNkydXim8w7TDqlZi+/ulZYz2OouAI6qMtkggnPt7lGamboj6LcTMwcCvoQ==",
       "dev": true,
       "engines": {
         "node": ">=14.21.3"
@@ -7752,6 +7752,7 @@
         "@prettier/plugin-pug": "*",
         "@shopify/prettier-plugin-liquid": "*",
         "@trivago/prettier-plugin-sort-imports": "*",
+        "@zackad/prettier-plugin-twig-melody": "*",
         "prettier": "^3.0",
         "prettier-plugin-astro": "*",
         "prettier-plugin-css-order": "*",
@@ -7777,6 +7778,9 @@
         "@trivago/prettier-plugin-sort-imports": {
           "optional": true
         },
+        "@zackad/prettier-plugin-twig-melody": {
+          "optional": true
+        },
         "prettier-plugin-astro": {
           "optional": true
         },
@@ -7806,9 +7810,6 @@
         },
         "prettier-plugin-svelte": {
           "optional": true
-        },
-        "prettier-plugin-twig-melody": {
-          "optional": true
         }
       }
     },
diff --git a/package.json b/package.json
index 06a0fd6..8008337 100644
--- a/package.json
+++ b/package.json
@@ -30,7 +30,7 @@
     "@tailwindcss/forms": "^0.5.7",
     "prettier": "^3.2.5",
     "prettier-plugin-astro": "^0.13.0",
-    "prettier-plugin-tailwindcss": "^0.5.12",
+    "prettier-plugin-tailwindcss": "^0.5.13",
     "typescript": "^5.4.3"
   }
 }