From 1d17e881caf30092ef479ea1534f4202eb450971 Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 01:18:39 +0000 Subject: [PATCH] Update tailwindcss to version 3.4.17 --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index f9d54c38..efceac6c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "lodash-es": "^4.17.21", "mathjs": "^14.0.1", "postcss": "^8.4.49", - "tailwindcss": "^3.4.16", + "tailwindcss": "3.4.17", "vite": "^5.4.11", "vue": "^3.5.13", "vue-router": "^4.5.0" @@ -8512,10 +8512,9 @@ "integrity": "sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==" }, "node_modules/tailwindcss": { - "version": "3.4.16", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.16.tgz", - "integrity": "sha512-TI4Cyx7gDiZ6r44ewaJmt0o6BrMCT5aK5e0rmJ/G9Xq3w7CX/5VXl/zIPEJZFUK5VEqwByyhqNPycPlvcK4ZNw==", - "license": "MIT", + "version": "3.4.17", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.17.tgz", + "integrity": "sha512-w33E2aCvSDP0tW9RZuNXadXlkHXqFzSkQew/aIa2i/Sj8fThxwovwlXHSPXTbAHwEIhBFXAedUhP2tueAKP8Og==", "dependencies": { "@alloc/quick-lru": "^5.2.0", "arg": "^5.0.2", diff --git a/package.json b/package.json index 1ad1f958..4f4e45fc 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "lodash-es": "^4.17.21", "mathjs": "^14.0.1", "postcss": "^8.4.49", - "tailwindcss": "3.4.16", + "tailwindcss": "3.4.17", "vite": "^5.4.11", "vue": "^3.5.13", "vue-router": "^4.5.0"