From c137181567a3d1877ea997c0c3b689bd24857a01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Oct 2022 19:49:59 +0000 Subject: [PATCH] Bump tailwindcss from 3.2.0 to 3.2.1 in /crates/static-files Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 3.2.0 to 3.2.1. - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v3.2.0...v3.2.1) --- updated-dependencies: - dependency-name: tailwindcss dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- crates/static-files/package-lock.json | 16 +++++++++------- crates/static-files/package.json | 2 +- 2 files changed, 10 insertions(+), 8 deletions(-) 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" } }