diff --git a/examples/nextjs-14-openai/package-lock.json b/examples/nextjs-14-openai/package-lock.json index 0c17c424d..2876d400e 100644 --- a/examples/nextjs-14-openai/package-lock.json +++ b/examples/nextjs-14-openai/package-lock.json @@ -24,7 +24,7 @@ "eslint": "^8", "eslint-config-next": "14.0.4", "postcss": "^8", - "tailwindcss": "^3.4.0", + "tailwindcss": "^3.4.1", "typescript": "^5" } }, @@ -4905,9 +4905,9 @@ } }, "node_modules/tailwindcss": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.0.tgz", - "integrity": "sha512-VigzymniH77knD1dryXbyxR+ePHihHociZbXnLZHUyzf2MMs2ZVqlUrZ3FvpXP8pno9JzmILt1sZPD19M3IxtA==", + "version": "3.4.1", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.1.tgz", + "integrity": "sha512-qAYmXRfk3ENzuPBakNK0SRrUDipP8NQnEY6772uDhflcQz5EhRdD7JNZxyrFHVQNCwULPBn6FNPp9brpO7ctcA==", "dev": true, "dependencies": { "@alloc/quick-lru": "^5.2.0", diff --git a/examples/nextjs-14-openai/package.json b/examples/nextjs-14-openai/package.json index dc5be8a7a..244d213bb 100644 --- a/examples/nextjs-14-openai/package.json +++ b/examples/nextjs-14-openai/package.json @@ -25,7 +25,7 @@ "eslint": "^8", "eslint-config-next": "14.0.4", "postcss": "^8", - "tailwindcss": "^3.4.0", + "tailwindcss": "^3.4.1", "typescript": "^5" } }