diff --git a/crates/static-files/package-lock.json b/crates/static-files/package-lock.json index e5a81a51..bffb38ba 100644 --- a/crates/static-files/package-lock.json +++ b/crates/static-files/package-lock.json @@ -11,7 +11,7 @@ "autoprefixer": "^10.4.12", "cssnano": "^5.1.13", "postcss": "^8.4.18", - "tailwindcss": "^3.2.0" + "tailwindcss": "^3.2.1" } }, "node_modules/@nodelib/fs.scandir": { @@ -1608,9 +1608,9 @@ } }, "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==", "dev": true, "dependencies": { "arg": "^5.0.2", @@ -1623,6 +1623,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", @@ -2759,9 +2760,9 @@ } }, "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==", "dev": true, "requires": { "arg": "^5.0.2", @@ -2774,6 +2775,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/crates/static-files/package.json b/crates/static-files/package.json index 42841ece..59077928 100644 --- a/crates/static-files/package.json +++ b/crates/static-files/package.json @@ -11,6 +11,6 @@ "autoprefixer": "^10.4.12", "cssnano": "^5.1.13", "postcss": "^8.4.18", - "tailwindcss": "^3.2.0" + "tailwindcss": "^3.2.1" } }