From 6915b37b04260224b5bf8d021d811944bafdaa16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 20:56:42 +0000 Subject: [PATCH] chore(deps-dev): bump tailwindcss from 3.4.5 to 3.4.9 Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 3.4.5 to 3.4.9. - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.9/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v3.4.5...v3.4.9) --- updated-dependencies: - dependency-name: tailwindcss dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- docs/package.json | 2 +- package-lock.json | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/package.json b/docs/package.json index 70a793d..e8ce336 100644 --- a/docs/package.json +++ b/docs/package.json @@ -33,7 +33,7 @@ "eslint-plugin-mdx": "^3.1.5", "postcss": "^8", "prettier": "^3.3.3", - "tailwindcss": "^3.4.5", + "tailwindcss": "^3.4.9", "typescript": "^5" } } diff --git a/package-lock.json b/package-lock.json index 25d4b37..cdc4da5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37,7 +37,7 @@ "eslint-plugin-mdx": "^3.1.5", "postcss": "^8", "prettier": "^3.3.3", - "tailwindcss": "^3.4.5", + "tailwindcss": "^3.4.9", "typescript": "^5" } }, @@ -11449,9 +11449,9 @@ } }, "node_modules/tailwindcss": { - "version": "3.4.5", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.5.tgz", - "integrity": "sha512-DlTxttYcogpDfx3tf/8jfnma1nfAYi2cBUYV2YNoPPecwmO3YGiFlOX9D8tGAu+EDF38ryBzvrDKU/BLMsUwbw==", + "version": "3.4.9", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.9.tgz", + "integrity": "sha512-1SEOvRr6sSdV5IDf9iC+NU4dhwdqzF4zKKq3sAbasUWHEM6lsMhX+eNN5gkPx1BvLFEnZQEUFbXnGj8Qlp83Pg==", "dev": true, "dependencies": { "@alloc/quick-lru": "^5.2.0",