diff --git a/package-lock.json b/package-lock.json index 58fcaf9..a0ed24d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "postcss-import": "^15.1.0", "prettier": "^2.8.8", "prettier-plugin-tailwindcss": "^0.2.8", - "tailwindcss": "^3.3.3" + "tailwindcss": "^3.4.1" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -11607,9 +11607,9 @@ } }, "node_modules/tailwindcss": { - "version": "3.3.3", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.3.3.tgz", - "integrity": "sha512-A0KgSkef7eE4Mf+nKJ83i75TMyq8HqY3qmFIJSWy8bNt0v1lG7jUcpGpoTFxAwYcWOphcTBLPPJg+bDfhDf52w==", + "version": "3.4.1", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.1.tgz", + "integrity": "sha512-qAYmXRfk3ENzuPBakNK0SRrUDipP8NQnEY6772uDhflcQz5EhRdD7JNZxyrFHVQNCwULPBn6FNPp9brpO7ctcA==", "dev": true, "dependencies": { "@alloc/quick-lru": "^5.2.0", @@ -11617,10 +11617,10 @@ "chokidar": "^3.5.3", "didyoumean": "^1.2.2", "dlv": "^1.1.3", - "fast-glob": "^3.2.12", + "fast-glob": "^3.3.0", "glob-parent": "^6.0.2", "is-glob": "^4.0.3", - "jiti": "^1.18.2", + "jiti": "^1.19.1", "lilconfig": "^2.1.0", "micromatch": "^4.0.5", "normalize-path": "^3.0.0", diff --git a/package.json b/package.json index e68b296..11e8928 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "postcss-import": "^15.1.0", "prettier": "^2.8.8", "prettier-plugin-tailwindcss": "^0.2.8", - "tailwindcss": "^3.3.3" + "tailwindcss": "^3.4.1" }, "dependencies": { "@fortawesome/fontawesome-svg-core": "^6.4.2",