From 9cff876eb1e7f6baff7751f9316f056ac22db377 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Apr 2025 05:36:04 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=8C=20Bump=20tailwindcss=20from=204.0.?= =?UTF-8?q?16=20to=204.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) from 4.0.16 to 4.1.0. - [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.0/packages/tailwindcss) --- updated-dependencies: - dependency-name: tailwindcss dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index ae092958..c40c7f69 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "hugo-blowfish-theme", - "version": "2.84.0", + "version": "2.85.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "hugo-blowfish-theme", - "version": "2.84.0", + "version": "2.85.0", "hasInstallScript": true, "license": "MIT", "dependencies": { @@ -33,7 +33,7 @@ "puppeteer": "^24.4.0", "rimraf": "^6.0.1", "tailwind-scrollbar": "^4.0.1", - "tailwindcss": "^4.0.16", + "tailwindcss": "^4.1.0", "tw-elements": "2.0.0", "typeit": "^8.8.7", "vendor-copy": "^3.0.1" @@ -4334,9 +4334,9 @@ } }, "node_modules/tailwindcss": { - "version": "4.0.16", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.0.16.tgz", - "integrity": "sha512-i/SbG7ThTIcLshcFJL+je7hCv9dPis4Xl4XNeel6iZNX42pp/BZ+la+SbZIPoYE+PN8zhKbnHblpQ/lhOWwIeQ==", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.0.tgz", + "integrity": "sha512-vBYstoFnvUZCDxaauNGQQEvJNQgCd1vSMDRYuZZMH1xRRcTboOk1rJrW5yFkEabU9X6Yx1C4LQ+QvPOvQj4Daw==", "license": "MIT" }, "node_modules/tapable": { diff --git a/package.json b/package.json index a9c1ec8b..dcd841b4 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "puppeteer": "^24.4.0", "rimraf": "^6.0.1", "tailwind-scrollbar": "^4.0.1", - "tailwindcss": "^4.0.16", + "tailwindcss": "^4.1.0", "tw-elements": "2.0.0", "typeit": "^8.8.7", "vendor-copy": "^3.0.1"