From eee43e71ae5e8995fbe1c0396778ffc8b8728c3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 06:11:48 +0000 Subject: [PATCH] build(npm): bump tailwindcss from 3.4.3 to 3.4.4 Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 3.4.3 to 3.4.4. - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.4/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v3.4.3...v3.4.4) --- updated-dependencies: - dependency-name: tailwindcss dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2e8362b49..cd1cd92b8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -97,7 +97,7 @@ "rollup-plugin-terser": "7.0.2", "scroll-into-view-if-needed": "^3.0.10", "storybook": "^8.0.2", - "tailwindcss": "3.4.3", + "tailwindcss": "3.4.4", "tailwindcss-radix": "2.9.0", "ts-node": "10.9.2", "type-fest": "3.13.1", @@ -2301,7 +2301,6 @@ }, "node_modules/@clack/prompts/node_modules/is-unicode-supported": { "version": "1.3.0", - "extraneous": true, "inBundle": true, "license": "MIT", "engines": { @@ -31491,9 +31490,9 @@ } }, "node_modules/tailwindcss": { - "version": "3.4.3", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.3.tgz", - "integrity": "sha512-U7sxQk/n397Bmx4JHbJx/iSOOv5G+II3f1kpLpY2QeUv5DcPdcTsYLlusZfq1NthHS1c1cZoyFmmkex1rzke0A==", + "version": "3.4.4", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.4.tgz", + "integrity": "sha512-ZoyXOdJjISB7/BcLTR6SEsLgKtDStYyYZVLsUtWChO4Ps20CBad7lfJKVDiejocV4ME1hLmyY0WJE3hSDcmQ2A==", "dev": true, "dependencies": { "@alloc/quick-lru": "^5.2.0", diff --git a/package.json b/package.json index b50c8f895..ee2a2a381 100644 --- a/package.json +++ b/package.json @@ -118,7 +118,7 @@ "rollup-plugin-terser": "7.0.2", "scroll-into-view-if-needed": "^3.0.10", "storybook": "^8.0.2", - "tailwindcss": "3.4.3", + "tailwindcss": "3.4.4", "tailwindcss-radix": "2.9.0", "ts-node": "10.9.2", "type-fest": "3.13.1",