From 5fa3cf09e160dadb874530086745b92f0edbf73a Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 19:25:23 +0000 Subject: [PATCH] Update tailwindcss to version 3.4.12 --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 27fd0a0..d16994c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "lodash-es": "^4.17.21", "mathjs": "^13.1.1", "postcss": "^8.4.45", - "tailwindcss": "3.4.9", + "tailwindcss": "3.4.12", "vite": "^5.3.5", "vue": "^3.4.38", "vue-router": "^4.4.5" @@ -8099,9 +8099,9 @@ "integrity": "sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==" }, "node_modules/tailwindcss": { - "version": "3.4.9", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.9.tgz", - "integrity": "sha512-1SEOvRr6sSdV5IDf9iC+NU4dhwdqzF4zKKq3sAbasUWHEM6lsMhX+eNN5gkPx1BvLFEnZQEUFbXnGj8Qlp83Pg==", + "version": "3.4.12", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.12.tgz", + "integrity": "sha512-Htf/gHj2+soPb9UayUNci/Ja3d8pTmu9ONTfh4QY8r3MATTZOzmv6UYWF7ZwikEIC8okpfqmGqrmDehua8mF8w==", "dependencies": { "@alloc/quick-lru": "^5.2.0", "arg": "^5.0.2", diff --git a/package.json b/package.json index ed5dd23..2287056 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "lodash-es": "^4.17.21", "mathjs": "^13.1.1", "postcss": "^8.4.45", - "tailwindcss": "3.4.9", + "tailwindcss": "3.4.12", "vite": "^5.3.5", "vue": "^3.4.38", "vue-router": "^4.4.5"