From cd8b68623792d8d7e99713131ef263e217485306 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 Dec 2023 21:49:55 +0000 Subject: [PATCH] chore(deps): update dependency tailwindcss to v3.4.0 (#415) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- oidc_app/package-lock.json | 14 +++++++------- oidc_app/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/oidc_app/package-lock.json b/oidc_app/package-lock.json index 40b3ce7a..14ff735f 100644 --- a/oidc_app/package-lock.json +++ b/oidc_app/package-lock.json @@ -19,7 +19,7 @@ "eslint": "8.56.0", "eslint-config-next": "13.5.6", "postcss": "8.4.32", - "tailwindcss": "3.3.7" + "tailwindcss": "3.4.0" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -4143,9 +4143,9 @@ "dev": true }, "node_modules/tailwindcss": { - "version": "3.3.7", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.3.7.tgz", - "integrity": "sha512-pjgQxDZPvyS/nG3ZYkyCvsbONJl7GdOejfm24iMt2ElYQQw8Jc4p0m8RdMp7mznPD0kUhfzwV3zAwa80qI0zmQ==", + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.0.tgz", + "integrity": "sha512-VigzymniH77knD1dryXbyxR+ePHihHociZbXnLZHUyzf2MMs2ZVqlUrZ3FvpXP8pno9JzmILt1sZPD19M3IxtA==", "dev": true, "dependencies": { "@alloc/quick-lru": "^5.2.0", @@ -7466,9 +7466,9 @@ } }, "tailwindcss": { - "version": "3.3.7", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.3.7.tgz", - "integrity": "sha512-pjgQxDZPvyS/nG3ZYkyCvsbONJl7GdOejfm24iMt2ElYQQw8Jc4p0m8RdMp7mznPD0kUhfzwV3zAwa80qI0zmQ==", + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.0.tgz", + "integrity": "sha512-VigzymniH77knD1dryXbyxR+ePHihHociZbXnLZHUyzf2MMs2ZVqlUrZ3FvpXP8pno9JzmILt1sZPD19M3IxtA==", "dev": true, "requires": { "@alloc/quick-lru": "^5.2.0", diff --git a/oidc_app/package.json b/oidc_app/package.json index daf529f9..1cd59f4e 100644 --- a/oidc_app/package.json +++ b/oidc_app/package.json @@ -20,6 +20,6 @@ "eslint": "8.56.0", "eslint-config-next": "13.5.6", "postcss": "8.4.32", - "tailwindcss": "3.3.7" + "tailwindcss": "3.4.0" } }