diff --git a/package-lock.json b/package-lock.json index 77ffbcfc..f6ad3424 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,7 +34,7 @@ "laravel-mix": "6.0.49", "lodash": "4.17.21", "postcss": "8.4.18", - "tailwindcss": "3.2.0", + "tailwindcss": "3.2.1", "vue-loader": "17.0.0" } }, @@ -12827,9 +12827,9 @@ "dev": true }, "node_modules/tailwindcss": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.2.0.tgz", - "integrity": "sha512-ARh/W0uH5UlWIC2nn02V0+5fyF0k6qZliyt4QYic2upOhPUE/Spu1EURNc9txJ3+4j8OEmdigqfDpw4d2tA4vA==", + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.2.1.tgz", + "integrity": "sha512-Uw+GVSxp5CM48krnjHObqoOwlCt5Qo6nw1jlCRwfGy68dSYb/LwS9ZFidYGRiM+w6rMawkZiu1mEMAsHYAfoLg==", "devOptional": true, "dependencies": { "arg": "^5.0.2", @@ -12842,6 +12842,7 @@ "glob-parent": "^6.0.2", "is-glob": "^4.0.3", "lilconfig": "^2.0.6", + "micromatch": "^4.0.5", "normalize-path": "^3.0.0", "object-hash": "^3.0.0", "picocolors": "^1.0.0", @@ -24033,9 +24034,9 @@ "dev": true }, "tailwindcss": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.2.0.tgz", - "integrity": "sha512-ARh/W0uH5UlWIC2nn02V0+5fyF0k6qZliyt4QYic2upOhPUE/Spu1EURNc9txJ3+4j8OEmdigqfDpw4d2tA4vA==", + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.2.1.tgz", + "integrity": "sha512-Uw+GVSxp5CM48krnjHObqoOwlCt5Qo6nw1jlCRwfGy68dSYb/LwS9ZFidYGRiM+w6rMawkZiu1mEMAsHYAfoLg==", "devOptional": true, "requires": { "arg": "^5.0.2", @@ -24048,6 +24049,7 @@ "glob-parent": "^6.0.2", "is-glob": "^4.0.3", "lilconfig": "^2.0.6", + "micromatch": "^4.0.5", "normalize-path": "^3.0.0", "object-hash": "^3.0.0", "picocolors": "^1.0.0", diff --git a/package.json b/package.json index 90cf9a26..f2990f93 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "laravel-mix": "6.0.49", "lodash": "4.17.21", "postcss": "8.4.18", - "tailwindcss": "3.2.0", + "tailwindcss": "3.2.1", "vue-loader": "17.0.0" }, "dependencies": {