diff --git a/package-lock.json b/package-lock.json index 7553b9a..f282bb3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "devDependencies": { "prettier": "3.2.5", "prettier-plugin-go-template": "0.0.15", - "prettier-plugin-tailwindcss": "0.5.13" + "prettier-plugin-tailwindcss": "0.5.14" } }, "node_modules/@alloc/quick-lru": { @@ -2145,9 +2145,9 @@ } }, "node_modules/prettier-plugin-tailwindcss": { - "version": "0.5.13", - "resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.5.13.tgz", - "integrity": "sha512-2tPWHCFNC+WRjAC4SIWQNSOdcL1NNkydXim8w7TDqlZi+/ulZYz2OouAI6qMtkggnPt7lGamboj6LcTMwcCvoQ==", + "version": "0.5.14", + "resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.5.14.tgz", + "integrity": "sha512-Puaz+wPUAhFp8Lo9HuciYKM2Y2XExESjeT+9NQoVFXZsPPnc9VYss2SpxdQ6vbatmt8/4+SN0oe0I1cPDABg9Q==", "dev": true, "engines": { "node": ">=14.21.3" diff --git a/package.json b/package.json index 1580462..46da00f 100644 --- a/package.json +++ b/package.json @@ -31,6 +31,6 @@ "devDependencies": { "prettier": "3.2.5", "prettier-plugin-go-template": "0.0.15", - "prettier-plugin-tailwindcss": "0.5.13" + "prettier-plugin-tailwindcss": "0.5.14" } }