From 75154ccb0ed713cd416dab0a22a8d1e4d5f190e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 20:14:27 +0000 Subject: [PATCH] Bump tailwindcss from 3.3.3 to 3.3.4 Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 3.3.3 to 3.3.4. - [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.3.4) --- updated-dependencies: - dependency-name: tailwindcss dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index a7973943..b748e889 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "react-markdown": "^9.0.0", "react-syntax-highlighter": "^15.5.0", "sharp": "^0.32.6", - "tailwindcss": "^3.3.3" + "tailwindcss": "^3.3.4" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -10828,9 +10828,9 @@ } }, "node_modules/tailwindcss": { - "version": "3.3.3", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.3.3.tgz", - "integrity": "sha512-A0KgSkef7eE4Mf+nKJ83i75TMyq8HqY3qmFIJSWy8bNt0v1lG7jUcpGpoTFxAwYcWOphcTBLPPJg+bDfhDf52w==", + "version": "3.3.4", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.3.4.tgz", + "integrity": "sha512-JXZNOkggUAc9T5E7nCrimoXHcSf9h3NWFe5sh36CGD/3M5TRLuQeFnQoDsit2uVTqgoOZHLx5rTykLUu16vsMQ==", "dev": true, "dependencies": { "@alloc/quick-lru": "^5.2.0", @@ -10838,10 +10838,10 @@ "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 bdd5cd59..68d2bbfc 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "react-markdown": "^9.0.0", "react-syntax-highlighter": "^15.5.0", "sharp": "^0.32.6", - "tailwindcss": "^3.3.3" + "tailwindcss": "^3.3.4" }, "overrides": { "react": "^18.2.0",