From 27e71c495fa64923f29643933d1b73d3c7c58c0d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 29 Mar 2024 10:54:52 +0200 Subject: [PATCH] chore(deps): update dependency tailwindcss to v3.4.3 (#970) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 13dffc82d..3ea985afa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -127,7 +127,7 @@ "stylelint": "16.3.0", "stylelint-config-standard": "36.0.0", "stylelint-config-standard-scss": "13.0.0", - "tailwindcss": "3.4.1", + "tailwindcss": "3.4.3", "tailwindcss-theme-swapper": "0.11.0", "ts-jest": "29.1.2", "ts-node": "10.9.2", @@ -36997,9 +36997,9 @@ } }, "node_modules/tailwindcss": { - "version": "3.4.1", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.1.tgz", - "integrity": "sha512-qAYmXRfk3ENzuPBakNK0SRrUDipP8NQnEY6772uDhflcQz5EhRdD7JNZxyrFHVQNCwULPBn6FNPp9brpO7ctcA==", + "version": "3.4.3", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.3.tgz", + "integrity": "sha512-U7sxQk/n397Bmx4JHbJx/iSOOv5G+II3f1kpLpY2QeUv5DcPdcTsYLlusZfq1NthHS1c1cZoyFmmkex1rzke0A==", "dependencies": { "@alloc/quick-lru": "^5.2.0", "arg": "^5.0.2", @@ -37009,7 +37009,7 @@ "fast-glob": "^3.3.0", "glob-parent": "^6.0.2", "is-glob": "^4.0.3", - "jiti": "^1.19.1", + "jiti": "^1.21.0", "lilconfig": "^2.1.0", "micromatch": "^4.0.5", "normalize-path": "^3.0.0", diff --git a/package.json b/package.json index 6c8275138..12d34e73f 100644 --- a/package.json +++ b/package.json @@ -147,7 +147,7 @@ "stylelint": "16.3.0", "stylelint-config-standard": "36.0.0", "stylelint-config-standard-scss": "13.0.0", - "tailwindcss": "3.4.1", + "tailwindcss": "3.4.3", "tailwindcss-theme-swapper": "0.11.0", "ts-jest": "29.1.2", "ts-node": "10.9.2",