diff --git a/package-lock.json b/package-lock.json index 0c6c1273..4621711c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "hugo-blowfish-theme", - "version": "2.30.0", + "version": "2.31.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "hugo-blowfish-theme", - "version": "2.30.0", + "version": "2.31.2", "hasInstallScript": true, "license": "MIT", "dependencies": { @@ -24,7 +24,7 @@ "packery": "^2.1.2", "prettier": "^2.8.4", "prettier-plugin-go-template": "^0.0.13", - "prettier-plugin-tailwindcss": "^0.2.4", + "prettier-plugin-tailwindcss": "^0.2.5", "rimraf": "^4.4.0", "tailwindcss": "^3.2.7", "tw-elements": "1.0.0-beta1", @@ -998,9 +998,9 @@ } }, "node_modules/prettier-plugin-tailwindcss": { - "version": "0.2.4", - "resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.2.4.tgz", - "integrity": "sha512-wMyugRI2yD8gqmMpZSS8kTA0gGeKozX/R+w8iWE+yiCZL09zY0SvfiHfHabNhjGhzxlQ2S2VuTxPE3T72vppCQ==", + "version": "0.2.5", + "resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.2.5.tgz", + "integrity": "sha512-vZ/iKieyCx0WTxHbkf5E1rBlv/ybFk8WTT4hL5W2jlVxum2Zbe0jMUpuQdDrpa4z2vnPiJ5KIWCqL/kd16fKYg==", "dev": true, "engines": { "node": ">=12.17.0" @@ -2124,9 +2124,9 @@ } }, "prettier-plugin-tailwindcss": { - "version": "0.2.4", - "resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.2.4.tgz", - "integrity": "sha512-wMyugRI2yD8gqmMpZSS8kTA0gGeKozX/R+w8iWE+yiCZL09zY0SvfiHfHabNhjGhzxlQ2S2VuTxPE3T72vppCQ==", + "version": "0.2.5", + "resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.2.5.tgz", + "integrity": "sha512-vZ/iKieyCx0WTxHbkf5E1rBlv/ybFk8WTT4hL5W2jlVxum2Zbe0jMUpuQdDrpa4z2vnPiJ5KIWCqL/kd16fKYg==", "dev": true, "requires": {} }, diff --git a/package.json b/package.json index ed66ff52..d889a0d1 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "packery": "^2.1.2", "prettier": "^2.8.4", "prettier-plugin-go-template": "^0.0.13", - "prettier-plugin-tailwindcss": "^0.2.4", + "prettier-plugin-tailwindcss": "^0.2.5", "rimraf": "^4.4.0", "tailwindcss": "^3.2.7", "tw-elements": "1.0.0-beta1",