diff --git a/package-lock.json b/package-lock.json index 16e54fd..41f3e0d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,12 +10,12 @@ "license": "MIT", "dependencies": { "lighthouse-badges": "1.2.17", - "tailwindcss": "3.4.0" + "tailwindcss": "3.4.1" }, "devDependencies": { - "prettier": "^3.1.1", - "prettier-plugin-go-template": "^0.0.15", - "prettier-plugin-tailwindcss": "^0.5.11" + "prettier": "3.1.1", + "prettier-plugin-go-template": "0.0.15", + "prettier-plugin-tailwindcss": "0.5.11" } }, "node_modules/@alloc/quick-lru": { @@ -2559,9 +2559,9 @@ } }, "node_modules/tailwindcss": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.0.tgz", - "integrity": "sha512-VigzymniH77knD1dryXbyxR+ePHihHociZbXnLZHUyzf2MMs2ZVqlUrZ3FvpXP8pno9JzmILt1sZPD19M3IxtA==", + "version": "3.4.1", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.1.tgz", + "integrity": "sha512-qAYmXRfk3ENzuPBakNK0SRrUDipP8NQnEY6772uDhflcQz5EhRdD7JNZxyrFHVQNCwULPBn6FNPp9brpO7ctcA==", "dependencies": { "@alloc/quick-lru": "^5.2.0", "arg": "^5.0.2", diff --git a/package.json b/package.json index c826adb..d6eb86e 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "license": "MIT", "dependencies": { "lighthouse-badges": "1.2.17", - "tailwindcss": "3.4.0" + "tailwindcss": "3.4.1" }, "devDependencies": { "prettier": "3.1.1",