From 56a91911d161ff372860c8801073a127a67aca5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2024 10:12:46 +0200 Subject: [PATCH] Bump tailwindcss from 3.4.9 to 3.4.10 in /assets (#2897) Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 3.4.9 to 3.4.10. - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.10/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v3.4.9...v3.4.10) --- updated-dependencies: - dependency-name: tailwindcss dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 e1b656630c..5ee2cdea10 100644 --- a/assets/package-lock.json +++ b/assets/package-lock.json @@ -82,7 +82,7 @@ "prettier-eslint-cli": "^8.0.1", "redux-mock-store": "^1.5.4", "storybook": "^8.2.6", - "tailwindcss": "^3.4.9" + "tailwindcss": "^3.4.10" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -17681,9 +17681,9 @@ "dev": true }, "node_modules/tailwindcss": { - "version": "3.4.9", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.9.tgz", - "integrity": "sha512-1SEOvRr6sSdV5IDf9iC+NU4dhwdqzF4zKKq3sAbasUWHEM6lsMhX+eNN5gkPx1BvLFEnZQEUFbXnGj8Qlp83Pg==", + "version": "3.4.10", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.10.tgz", + "integrity": "sha512-KWZkVPm7yJRhdu4SRSl9d4AK2wM3a50UsvgHZO7xY77NQr2V+fIrEuoDGQcbvswWvFGbS2f6e+jC/6WJm1Dl0w==", "dev": true, "dependencies": { "@alloc/quick-lru": "^5.2.0", diff --git a/assets/package.json b/assets/package.json index a49aeee48c..7cd055f4cd 100644 --- a/assets/package.json +++ b/assets/package.json @@ -44,7 +44,7 @@ "prettier-eslint-cli": "^8.0.1", "redux-mock-store": "^1.5.4", "storybook": "^8.2.6", - "tailwindcss": "^3.4.9" + "tailwindcss": "^3.4.10" }, "dependencies": { "@headlessui/react": "^1.7.19",