diff --git a/package-lock.json b/package-lock.json index 00900ca..c44cfbd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "devDependencies": { "http-server": "14.1.1", - "tailwindcss": "4.0.8" + "tailwindcss": "4.0.9" } }, "node_modules/ansi-styles": { @@ -522,9 +522,9 @@ } }, "node_modules/tailwindcss": { - "version": "4.0.8", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.0.8.tgz", - "integrity": "sha512-Me7N5CKR+D2A1xdWA5t5+kjjT7bwnxZOE6/yDI/ixJdJokszsn2n++mdU5yJwrsTpqFX2B9ZNMBJDwcqk9C9lw==", + "version": "4.0.9", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.0.9.tgz", + "integrity": "sha512-12laZu+fv1ONDRoNR9ipTOpUD7RN9essRVkX36sjxuRUInpN7hIiHN4lBd/SIFjbISvnXzp8h/hXzmU8SQQYhw==", "dev": true, "license": "MIT" }, diff --git a/package.json b/package.json index b9b80a0..9cbac6a 100644 --- a/package.json +++ b/package.json @@ -22,6 +22,6 @@ "homepage": "https://github.com/jwetzell/showbridge#readme", "devDependencies": { "http-server": "14.1.1", - "tailwindcss": "4.0.8" + "tailwindcss": "4.0.9" } }