From a9a40e3135c1dda841eff67c91c98cc6910dbc1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Oct 2025 20:21:59 +0000 Subject: [PATCH] Build(deps): Bump tailwindcss from 4.1.14 to 4.1.16 in /page Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) from 4.1.14 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:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- page/package-lock.json | 20 ++++++++++++++++---- page/package.json | 2 +- 2 files changed, 17 insertions(+), 5 deletions(-) diff --git a/page/package-lock.json b/page/package-lock.json index 870522fa..af727c2b 100644 --- a/page/package-lock.json +++ b/page/package-lock.json @@ -39,7 +39,7 @@ "react-window": "^2.2.0", "shell-quote": "^1.8.3", "tailwind-merge": "^3.3.1", - "tailwindcss": "^4.1.13", + "tailwindcss": "^4.1.16", "tw-animate-css": "^1.4.0", "vaul": "^1.1.2", "wasm-feature-detect": "^1.8.0" @@ -3955,6 +3955,12 @@ "tailwindcss": "4.1.14" } }, + "node_modules/@tailwindcss/node/node_modules/tailwindcss": { + "version": "4.1.14", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.14.tgz", + "integrity": "sha512-b7pCxjGO98LnxVkKjaZSDeNuljC4ueKUddjENJOADtubtdo8llTaJy7HwBMeLNSSo2N5QIAgklslK1+Ir8r6CA==", + "license": "MIT" + }, "node_modules/@tailwindcss/oxide": { "version": "4.1.14", "resolved": "https://registry.npmjs.org/@tailwindcss/oxide/-/oxide-4.1.14.tgz", @@ -4256,6 +4262,12 @@ "vite": "^5.2.0 || ^6 || ^7" } }, + "node_modules/@tailwindcss/vite/node_modules/tailwindcss": { + "version": "4.1.14", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.14.tgz", + "integrity": "sha512-b7pCxjGO98LnxVkKjaZSDeNuljC4ueKUddjENJOADtubtdo8llTaJy7HwBMeLNSSo2N5QIAgklslK1+Ir8r6CA==", + "license": "MIT" + }, "node_modules/@types/babel__core": { "version": "7.20.5", "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.5.tgz", @@ -8815,9 +8827,9 @@ } }, "node_modules/tailwindcss": { - "version": "4.1.14", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.14.tgz", - "integrity": "sha512-b7pCxjGO98LnxVkKjaZSDeNuljC4ueKUddjENJOADtubtdo8llTaJy7HwBMeLNSSo2N5QIAgklslK1+Ir8r6CA==", + "version": "4.1.16", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.16.tgz", + "integrity": "sha512-pONL5awpaQX4LN5eiv7moSiSPd/DLDzKVRJz8Q9PgzmAdd1R4307GQS2ZpfiN7ZmekdQrfhZZiSE5jkLR4WNaA==", "license": "MIT" }, "node_modules/tapable": { diff --git a/page/package.json b/page/package.json index c8a0821e..e6903ef0 100644 --- a/page/package.json +++ b/page/package.json @@ -41,7 +41,7 @@ "react-window": "^2.2.0", "shell-quote": "^1.8.3", "tailwind-merge": "^3.3.1", - "tailwindcss": "^4.1.13", + "tailwindcss": "^4.1.16", "tw-animate-css": "^1.4.0", "vaul": "^1.1.2", "wasm-feature-detect": "^1.8.0"