From ba05f233751e125bc74b4c4aadece43b7d577e59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Feb 2022 04:33:09 +0000 Subject: [PATCH] Bump tailwindcss from 3.0.18 to 3.0.22 in /apps/main/assets Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 3.0.18 to 3.0.22. - [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.0.18...v3.0.22) --- updated-dependencies: - dependency-name: tailwindcss dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- apps/main/assets/package.json | 2 +- apps/main/assets/yarn.lock | 13 +++++++------ 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/apps/main/assets/package.json b/apps/main/assets/package.json index 2ce4852..22b73a0 100644 --- a/apps/main/assets/package.json +++ b/apps/main/assets/package.json @@ -28,7 +28,7 @@ "postcss-loader": "^6.2.0", "sass": "^1.49.7", "sass-loader": "^12.3.0", - "tailwindcss": "^3.0.18", + "tailwindcss": "^3.0.22", "terser-webpack-plugin": "^5.3.1", "webpack": "5.68.0", "webpack-cli": "^4.9.2" diff --git a/apps/main/assets/yarn.lock b/apps/main/assets/yarn.lock index 8436537..4e932fa 100644 --- a/apps/main/assets/yarn.lock +++ b/apps/main/assets/yarn.lock @@ -2843,7 +2843,7 @@ resolve-from@^5.0.0: resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-5.0.0.tgz#c35225843df8f776df21c57557bc087e9dfdfc69" integrity sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw== -resolve@^1.14.2, resolve@^1.21.0, resolve@^1.9.0: +resolve@^1.14.2, resolve@^1.22.0, resolve@^1.9.0: version "1.22.0" resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.0.tgz#5e0b8c67c15df57a89bdbabe603a002f21731198" integrity sha512-Hhtrw0nLeSrFQ7phPp4OOcVjLPIeMnRlr5mcnVuMe7M/7eBn98A3hmFRLoFo3DLZkivSYwhRUJTyPyWAk56WLw== @@ -3057,10 +3057,10 @@ svgo@^2.7.0: picocolors "^1.0.0" stable "^0.1.8" -tailwindcss@^3.0.18: - version "3.0.18" - resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-3.0.18.tgz#ea4825e6496d77dc21877b6b61c7cc56cda3add5" - integrity sha512-ihPTpEyA5ANgZbwKlgrbfnzOp9R5vDHFWmqxB1PT8NwOGCOFVVMl+Ps1cQQ369acaqqf1BEF77roCwK0lvNmTw== +tailwindcss@^3.0.22: + version "3.0.22" + resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-3.0.22.tgz#5f1aac83810261300ae5b2f98fd4a2fa2ded2c42" + integrity sha512-F8lt74RlNZirnkaSk310+vGQta7c0/hgx7/bqxruM4wS9lp8oqV93lzavajC3VT0Lp4UUtUVIt8ifKcmGzkr0A== dependencies: arg "^5.0.1" chalk "^4.1.2" @@ -3075,13 +3075,14 @@ tailwindcss@^3.0.18: is-glob "^4.0.3" normalize-path "^3.0.0" object-hash "^2.2.0" + postcss "^8.4.6" postcss-js "^4.0.0" postcss-load-config "^3.1.0" postcss-nested "5.0.6" postcss-selector-parser "^6.0.9" postcss-value-parser "^4.2.0" quick-lru "^5.1.1" - resolve "^1.21.0" + resolve "^1.22.0" tapable@^2.1.1, tapable@^2.2.0: version "2.2.1"