From ea1e48eb882743814be01102dfad8617239aa3ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jan 2024 07:35:32 +0000 Subject: [PATCH] Bump tailwindcss from 3.4.0 to 3.4.1 in /assets Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 3.4.0 to 3.4.1. - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v3.4.0...v3.4.1) --- updated-dependencies: - dependency-name: tailwindcss dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- assets/package-lock.json | 8 ++++---- assets/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/assets/package-lock.json b/assets/package-lock.json index ab09631f8c..f65c93e42e 100644 --- a/assets/package-lock.json +++ b/assets/package-lock.json @@ -75,7 +75,7 @@ "prettier-eslint-cli": "^8.0.1", "redux-mock-store": "^1.5.4", "storybook": "^7.6.7", - "tailwindcss": "^3.4.0" + "tailwindcss": "^3.4.1" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -19875,9 +19875,9 @@ "dev": true }, "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/assets/package.json b/assets/package.json index 6220698289..570f924c70 100644 --- a/assets/package.json +++ b/assets/package.json @@ -41,7 +41,7 @@ "prettier-eslint-cli": "^8.0.1", "redux-mock-store": "^1.5.4", "storybook": "^7.6.7", - "tailwindcss": "^3.4.0" + "tailwindcss": "^3.4.1" }, "dependencies": { "@headlessui/react": "^1.7.17",