diff --git a/package-lock.json b/package-lock.json
index 0628299e..70700b60 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -40,7 +40,7 @@
 				"lint-staged": "15.4.0",
 				"postcss": "8.5.1",
 				"prettier": "3.4.2",
-				"prettier-plugin-tailwindcss": "0.6.9",
+				"prettier-plugin-tailwindcss": "0.6.10",
 				"tailwindcss": "3.4.17"
 			}
 		},
@@ -9074,9 +9074,9 @@
 			}
 		},
 		"node_modules/prettier-plugin-tailwindcss": {
-			"version": "0.6.9",
-			"resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.6.9.tgz",
-			"integrity": "sha512-r0i3uhaZAXYP0At5xGfJH876W3HHGHDp+LCRUJrs57PBeQ6mYHMwr25KH8NPX44F2yGTvdnH7OqCshlQx183Eg==",
+			"version": "0.6.10",
+			"resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.6.10.tgz",
+			"integrity": "sha512-ndj2WLDaMzACnr1gAYZiZZLs5ZdOeBYgOsbBmHj3nvW/6q8h8PymsXiEnKvj/9qgCCAoHyvLOisoQdIcsDvIgw==",
 			"dev": true,
 			"license": "MIT",
 			"engines": {
@@ -9087,7 +9087,7 @@
 				"@prettier/plugin-pug": "*",
 				"@shopify/prettier-plugin-liquid": "*",
 				"@trivago/prettier-plugin-sort-imports": "*",
-				"@zackad/prettier-plugin-twig-melody": "*",
+				"@zackad/prettier-plugin-twig": "*",
 				"prettier": "^3.0",
 				"prettier-plugin-astro": "*",
 				"prettier-plugin-css-order": "*",
@@ -9114,7 +9114,7 @@
 				"@trivago/prettier-plugin-sort-imports": {
 					"optional": true
 				},
-				"@zackad/prettier-plugin-twig-melody": {
+				"@zackad/prettier-plugin-twig": {
 					"optional": true
 				},
 				"prettier-plugin-astro": {
diff --git a/package.json b/package.json
index 4ab17c47..22c2bc49 100644
--- a/package.json
+++ b/package.json
@@ -50,7 +50,7 @@
 		"lint-staged": "15.4.0",
 		"postcss": "8.5.1",
 		"prettier": "3.4.2",
-		"prettier-plugin-tailwindcss": "0.6.9",
+		"prettier-plugin-tailwindcss": "0.6.10",
 		"tailwindcss": "3.4.17"
 	}
 }