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": {