From 8d099d5c577cb7ee6f7605e7d96f392091e13b85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 06:25:03 +0000 Subject: [PATCH] Bump tailwindcss from 3.3.3 to 3.4.1 Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 3.3.3 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.3.3...v3.4.1) --- updated-dependencies: - dependency-name: tailwindcss dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- npm-shrinkwrap.json | 11 ++++++----- package.json | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 9738333cf..f7f7ee8fd 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -28,7 +28,7 @@ "puppeteer": "^21.2.1", "react": "^17.0.1", "react-dom": "^17.0.1", - "tailwindcss": "^3.3.3", + "tailwindcss": "^3.4.1", "url-loader": "^4.1.1" } }, @@ -13203,18 +13203,19 @@ } }, "node_modules/tailwindcss": { - "version": "3.3.3", - "license": "MIT", + "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", "chokidar": "^3.5.3", "didyoumean": "^1.2.2", "dlv": "^1.1.3", - "fast-glob": "^3.2.12", + "fast-glob": "^3.3.0", "glob-parent": "^6.0.2", "is-glob": "^4.0.3", - "jiti": "^1.18.2", + "jiti": "^1.19.1", "lilconfig": "^2.1.0", "micromatch": "^4.0.5", "normalize-path": "^3.0.0", diff --git a/package.json b/package.json index b9cfdffb0..ab7a679e9 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "puppeteer": "^21.2.1", "react": "^17.0.1", "react-dom": "^17.0.1", - "tailwindcss": "^3.3.3", + "tailwindcss": "^3.4.1", "url-loader": "^4.1.1" }, "browserslist": {