From f6a2914e7d215d74737c28d8999987ac69656aef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 08:31:14 +0000 Subject: [PATCH] Bump tailwindcss from 4.1.11 to 4.1.16 Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) from 4.1.11 to 4.1.16. - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.1.16/packages/tailwindcss) --- updated-dependencies: - dependency-name: tailwindcss dependency-version: 4.1.16 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 12 ++++++++---- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 3e5ebfe3..d2e3716d 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "eslint": "^9.34.0", "eslint-config-next": "15.5.0", "postcss": "^8.5.6", - "tailwindcss": "^4.1.11", + "tailwindcss": "^4.1.16", "typescript": "5.8.3" }, "packageManager": "yarn@4.6.0+sha512.5383cc12567a95f1d668fbe762dfe0075c595b4bfff433be478dbbe24e05251a8e8c3eb992a986667c1d53b6c3a9c85b8398c35a960587fbd9fa3a0915406728" diff --git a/yarn.lock b/yarn.lock index a61e4bf9..9478741b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7863,10 +7863,9 @@ postcss@^8.4.41, postcss@^8.5.6: picocolors "^1.1.1" source-map-js "^1.2.1" - -pptxgenjs@^4.0.0: +pptxgenjs@^4.0.1: version "4.0.1" - resolved "https://registry.npmjs.org/pptxgenjs/-/pptxgenjs-4.0.1.tgz" + resolved "https://registry.yarnpkg.com/pptxgenjs/-/pptxgenjs-4.0.1.tgz#cd0f202f62f74d950bcd217e90b766da8f73742e" integrity sha512-TeJISr8wouAuXw4C1F/mC33xbZs/FuEG6nH9FG1Zj+nuPcGMP5YRHl6X+j3HSUnS1f3at6k75ZZXPMZlA5Lj9A== dependencies: "@types/node" "^22.8.1" @@ -9007,11 +9006,16 @@ swr@^2.3.3: dequal "^2.0.3" use-sync-external-store "^1.4.0" -tailwindcss@4.1.11, tailwindcss@^4.1.11: +tailwindcss@4.1.11: version "4.1.11" resolved "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.11.tgz" integrity sha512-2E9TBm6MDD/xKYe+dvJZAmg3yxIEDNRc0jwlNyDg/4Fil2QcSLjFKGVff0lAf1jjeaArlG/M75Ey/EYr/OJtBA== +tailwindcss@^4.1.16: + version "4.1.16" + resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-4.1.16.tgz#c32179f98725eb551e5c1189813a3db437ad5a7f" + integrity sha512-pONL5awpaQX4LN5eiv7moSiSPd/DLDzKVRJz8Q9PgzmAdd1R4307GQS2ZpfiN7ZmekdQrfhZZiSE5jkLR4WNaA== + tapable@^2.2.0: version "2.2.2" resolved "https://registry.npmjs.org/tapable/-/tapable-2.2.2.tgz"