From efd30b442145bf7689f434d33566416733ea8b37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 May 2025 17:22:36 +0000 Subject: [PATCH] Bump tailwindcss from 4.1.6 to 4.1.7 in /webapp Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) from 4.1.6 to 4.1.7. - [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.7/packages/tailwindcss) --- updated-dependencies: - dependency-name: tailwindcss dependency-version: 4.1.7 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 09494074..d191af12 100644 --- a/webapp/package.json +++ b/webapp/package.json @@ -50,7 +50,7 @@ "semver": "^7.7.2", "source-map-loader": "^5.0.0", "style-loader": "^4.0.0", - "tailwindcss": "^4.1.6", + "tailwindcss": "^4.1.7", "terser-webpack-plugin": "^5.3.14", "ts-node": "^10.9.2", "typescript": "^5.8.3", diff --git a/webapp/yarn.lock b/webapp/yarn.lock index 00c5f912..7795626e 100644 --- a/webapp/yarn.lock +++ b/webapp/yarn.lock @@ -9623,10 +9623,10 @@ synckit@^0.9.1: "@pkgr/core" "^0.1.0" tslib "^2.6.2" -tailwindcss@^4.1.6: - version "4.1.6" - resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-4.1.6.tgz#ebe62de22b7d8a8c1f76bd3a07fc37c3fcc36503" - integrity sha512-j0cGLTreM6u4OWzBeLBpycK0WIh8w7kSwcUsQZoGLHZ7xDTdM69lN64AgoIEEwFi0tnhs4wSykUa5YWxAzgFYg== +tailwindcss@^4.1.7: + version "4.1.7" + resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-4.1.7.tgz#949f76d50667946ddd7291e0c7a4b5a7dfc9e765" + integrity sha512-kr1o/ErIdNhTz8uzAYL7TpaUuzKIE6QPQ4qmSdxnoX/lo+5wmUHQA6h3L5yIqEImSRnAAURDirLu/BgiXGPAhg== tapable@^1.0.0: version "1.1.3"