diff --git a/docs/package-lock.json b/docs/package-lock.json index af71fae..304eb17 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -16,7 +16,7 @@ "autoprefixer": "^10.4.19", "nuxt": "^3.11.1", "postcss": "^8.4.35", - "tailwindcss": "^3.4.1", + "tailwindcss": "^3.4.3", "vue": "^3.4.21", "vue-router": "^4.2.5" } @@ -11798,9 +11798,9 @@ "integrity": "sha512-Cat63mxsVJlzYvN51JmVXIgNoUokrIaT2zLclCXjRd8boZ0004U4KCs/sToJ75C6sdlByWxpYnb5Boif1VSFew==" }, "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==", "dev": true, "dependencies": { "@alloc/quick-lru": "^5.2.0", @@ -11811,7 +11811,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/docs/package.json b/docs/package.json index 845fd4d..bb7bcb8 100644 --- a/docs/package.json +++ b/docs/package.json @@ -27,7 +27,7 @@ "autoprefixer": "^10.4.19", "nuxt": "^3.11.1", "postcss": "^8.4.35", - "tailwindcss": "^3.4.1", + "tailwindcss": "^3.4.3", "vue": "^3.4.21", "vue-router": "^4.2.5" },