diff --git a/package-lock.json b/package-lock.json index b297455..8e57748 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38,7 +38,7 @@ "devDependencies": { "@types/swagger-ui-react": "^4.18.2", "prettier": "^3.3.2", - "prettier-plugin-tailwindcss": "^0.6.3" + "prettier-plugin-tailwindcss": "^0.6.4" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -6149,9 +6149,9 @@ } }, "node_modules/prettier-plugin-tailwindcss": { - "version": "0.6.3", - "resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.6.3.tgz", - "integrity": "sha512-GeJ9bqXN4APAP0V5T2a1J/o6a50MWevEUCPWxijpdXFDQkBCoAfz4pQfv+YMXSqZ5GXLMDYio0mUOfrYL7gf4w==", + "version": "0.6.4", + "resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.6.4.tgz", + "integrity": "sha512-3vhbIvlKyAWPaw9bUr2cw6M1BGx2Oy9CCLJyv+nxEiBGCTcL69WcAz2IFMGqx8IXSzQCInGSo2ujAByg9poHLQ==", "dev": true, "engines": { "node": ">=14.21.3" diff --git a/package.json b/package.json index 3a30bac..9568aef 100644 --- a/package.json +++ b/package.json @@ -39,6 +39,6 @@ "devDependencies": { "@types/swagger-ui-react": "^4.18.2", "prettier": "^3.3.2", - "prettier-plugin-tailwindcss": "^0.6.3" + "prettier-plugin-tailwindcss": "^0.6.4" } }