diff --git a/package-lock.json b/package-lock.json index 6a670d5..f72851e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -44,7 +44,7 @@ "npm-run-all2": "^7.0.2", "prettier": "^3.5.1", "semantic-release": "^24.2.2", - "tailwindcss": "^4.1.3", + "tailwindcss": "^4.1.6", "typescript": "~5.7.3", "unplugin-auto-import": "^19.0.0", "unplugin-vue-components": "^28.4.1", @@ -2573,6 +2573,12 @@ "tailwindcss": "4.1.3" } }, + "node_modules/@tailwindcss/node/node_modules/tailwindcss": { + "version": "4.1.3", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.3.tgz", + "integrity": "sha512-2Q+rw9vy1WFXu5cIxlvsabCwhU2qUwodGq03ODhLJ0jW4ek5BUtoCsnLB0qG+m8AHgEsSJcJGDSDe06FXlP74g==", + "license": "MIT" + }, "node_modules/@tailwindcss/oxide": { "version": "4.1.3", "resolved": "https://registry.npmjs.org/@tailwindcss/oxide/-/oxide-4.1.3.tgz", @@ -2785,6 +2791,12 @@ "vite": "^5.2.0 || ^6" } }, + "node_modules/@tailwindcss/vite/node_modules/tailwindcss": { + "version": "4.1.3", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.3.tgz", + "integrity": "sha512-2Q+rw9vy1WFXu5cIxlvsabCwhU2qUwodGq03ODhLJ0jW4ek5BUtoCsnLB0qG+m8AHgEsSJcJGDSDe06FXlP74g==", + "license": "MIT" + }, "node_modules/@tanstack/table-core": { "version": "8.21.2", "resolved": "https://registry.npmjs.org/@tanstack/table-core/-/table-core-8.21.2.tgz", @@ -11558,9 +11570,9 @@ } }, "node_modules/tailwindcss": { - "version": "4.1.3", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.3.tgz", - "integrity": "sha512-2Q+rw9vy1WFXu5cIxlvsabCwhU2qUwodGq03ODhLJ0jW4ek5BUtoCsnLB0qG+m8AHgEsSJcJGDSDe06FXlP74g==", + "version": "4.1.6", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.6.tgz", + "integrity": "sha512-j0cGLTreM6u4OWzBeLBpycK0WIh8w7kSwcUsQZoGLHZ7xDTdM69lN64AgoIEEwFi0tnhs4wSykUa5YWxAzgFYg==", "license": "MIT" }, "node_modules/tailwindcss-animate": { diff --git a/package.json b/package.json index 1a4a1d0..439f65d 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "npm-run-all2": "^7.0.2", "prettier": "^3.5.1", "semantic-release": "^24.2.2", - "tailwindcss": "^4.1.3", + "tailwindcss": "^4.1.6", "typescript": "~5.7.3", "unplugin-auto-import": "^19.0.0", "unplugin-vue-components": "^28.4.1",