From e44f82944dc5236ce2c2d8b4d8e753b43eaf8afb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 11:20:24 -0700 Subject: [PATCH] deps(dev): Bump `tailwindcss` from 3.4.0 to 3.4.1 in /examples/nextjs-14-openai (#109) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- examples/nextjs-14-openai/package-lock.json | 8 ++++---- examples/nextjs-14-openai/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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" } }