From b3d9c5d0f591264d092a87847ff20c6a40c50c47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 23:57:49 +0000 Subject: [PATCH] chore(deps-dev): bump tailwindcss from 4.1.15 to 4.1.17 Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) from 4.1.15 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:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 76dd824..83e30dd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,7 +35,7 @@ "husky": "^9.1.7", "lint-staged": "^16.2.3", "prettier": "^3.6.2", - "tailwindcss": "^4.1.15", + "tailwindcss": "^4.1.17", "typescript": "^5.9.3", "typescript-eslint": "^8.46.2", "vite": "^7.1.11" @@ -3715,9 +3715,9 @@ } }, "node_modules/tailwindcss": { - "version": "4.1.15", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.15.tgz", - "integrity": "sha512-k2WLnWkYFkdpRv+Oby3EBXIyQC8/s1HOFMBUViwtAh6Z5uAozeUSMQlIsn/c6Q2iJzqG6aJT3wdPaRNj70iYxQ==", + "version": "4.1.17", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.17.tgz", + "integrity": "sha512-j9Ee2YjuQqYT9bbRTfTZht9W/ytp5H+jJpZKiYdP/bpnXARAuELt9ofP0lPnmHjbga7SNQIxdTAXCmtKVYjN+Q==", "dev": true, "license": "MIT" }, diff --git a/package.json b/package.json index 9bb3c52..49d4ebe 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "husky": "^9.1.7", "lint-staged": "^16.2.3", "prettier": "^3.6.2", - "tailwindcss": "^4.1.15", + "tailwindcss": "^4.1.17", "typescript": "^5.9.3", "typescript-eslint": "^8.46.2", "vite": "^7.1.11"