From ab565e96a3caeab62aa5daa24873f6cc2503724d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 23:43:06 +0000 Subject: [PATCH] build(deps): bump tailwindcss from 4.3.2 to 4.3.3 Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) from 4.3.2 to 4.3.3. - [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.3.3/packages/tailwindcss) --- updated-dependencies: - dependency-name: tailwindcss dependency-version: 4.3.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4dd658f0d..5cd46ea9c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,7 +6,7 @@ "packages": { "": { "name": "otter-blocks", - "version": "3.1.11", + "version": "3.2.1", "license": "GPL-2.0+", "dependencies": { "@dnd-kit/core": "^6.3.1", @@ -22,7 +22,7 @@ "object-hash": "^3.0.0", "react-intersection-observer": "^9.13.0", "react-visibility-sensor": "^5.1.1", - "tailwindcss": "^4.3.2", + "tailwindcss": "^4.3.3", "uuid": "^14.0.0" }, "devDependencies": { @@ -37160,9 +37160,9 @@ "license": "MIT" }, "node_modules/tailwindcss": { - "version": "4.3.2", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.3.2.tgz", - "integrity": "sha512-WtctNNSH8A9jlMIqxzuYumOHU5uGZyRv0Q5svQl+oEPy5w84YpBxdb7MdqyiSPQge5jTJ6zFQLq0PFygdccSBA==", + "version": "4.3.3", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.3.3.tgz", + "integrity": "sha512-gOhV3P7ufE62QDGg1zVaTgCR+EtPv92k2nIhVcVKcLmxT1sUBsQGhnZj175j+MqRt4zLF7ic+sCYjfhxMxj7YQ==", "license": "MIT" }, "node_modules/tannin": { diff --git a/package.json b/package.json index cd0ce670b..7f545e37a 100644 --- a/package.json +++ b/package.json @@ -84,7 +84,7 @@ "object-hash": "^3.0.0", "react-intersection-observer": "^9.13.0", "react-visibility-sensor": "^5.1.1", - "tailwindcss": "^4.3.2", + "tailwindcss": "^4.3.3", "uuid": "^14.0.0" }, "devDependencies": {