From 87ba6ff2d411d4921dbabbe75a3e39753065f32c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Nov 2025 17:09:32 +0000 Subject: [PATCH] Bump tailwindcss from 4.1.16 to 4.1.17 in /webapp Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) from 4.1.16 to 4.1.17. - [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.17/packages/tailwindcss) --- updated-dependencies: - dependency-name: tailwindcss dependency-version: 4.1.17 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- webapp/package.json | 2 +- webapp/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/webapp/package.json b/webapp/package.json index fb4206ce..2829d321 100644 --- a/webapp/package.json +++ b/webapp/package.json @@ -50,7 +50,7 @@ "semver": "^7.7.3", "source-map-loader": "^5.0.0", "style-loader": "^4.0.0", - "tailwindcss": "^4.1.16", + "tailwindcss": "^4.1.17", "terser-webpack-plugin": "^5.3.14", "ts-node": "^10.9.2", "typescript": "^5.9.3", diff --git a/webapp/yarn.lock b/webapp/yarn.lock index c581576a..6b4e0c53 100644 --- a/webapp/yarn.lock +++ b/webapp/yarn.lock @@ -9881,10 +9881,10 @@ synckit@^0.9.1: "@pkgr/core" "^0.1.0" tslib "^2.6.2" -tailwindcss@^4.1.16: - version "4.1.16" - resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-4.1.16.tgz#c32179f98725eb551e5c1189813a3db437ad5a7f" - integrity sha512-pONL5awpaQX4LN5eiv7moSiSPd/DLDzKVRJz8Q9PgzmAdd1R4307GQS2ZpfiN7ZmekdQrfhZZiSE5jkLR4WNaA== +tailwindcss@^4.1.17: + version "4.1.17" + resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-4.1.17.tgz#e6dcb7a9c60cef7522169b5f207ffec2fd652286" + integrity sha512-j9Ee2YjuQqYT9bbRTfTZht9W/ytp5H+jJpZKiYdP/bpnXARAuELt9ofP0lPnmHjbga7SNQIxdTAXCmtKVYjN+Q== tapable@^1.0.0: version "1.1.3"