From c0ec56c603bf0543d97d9d173a42ac5c7438138c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Feb 2024 19:01:11 +0000 Subject: [PATCH] chore(deps-dev): bump tailwindcss from 3.4.0 to 3.4.1 (#1155) --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index b772bcd99..fc9c9c048 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "eslint-plugin-import": "^2.29.1", "eslint-plugin-n": "^16.6.0", "eslint-plugin-promise": "^6.1.1", - "tailwindcss": "^3.4.0" + "tailwindcss": "^3.4.1" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -6772,9 +6772,9 @@ "integrity": "sha512-WkfcZBHsp47gVH9CBHG0ZXopriG01IA87arGrchvIe868d4RiXVvoYPS1zMq9IdW05kBs5iGsqxTABqLyWonbg==" }, "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==", "dev": true, "dependencies": { "@alloc/quick-lru": "^5.2.0", diff --git a/package.json b/package.json index 9acae2f6d..9cf07f75f 100644 --- a/package.json +++ b/package.json @@ -50,6 +50,6 @@ "eslint-plugin-import": "^2.29.1", "eslint-plugin-n": "^16.6.0", "eslint-plugin-promise": "^6.1.1", - "tailwindcss": "^3.4.0" + "tailwindcss": "^3.4.1" } }