From 3014df61cc47b120179226c64b06e5db2b46f701 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Sep 2021 11:28:27 +0100 Subject: [PATCH] :arrow_up: Bump tailwindcss from 2.2.15 to 2.2.16 (#796) Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 2.2.15 to 2.2.16. - [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/v2.2.15...v2.2.16) --- updated-dependencies: - dependency-name: tailwindcss dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index e20c56e9d9..7170bfb2c2 100644 --- a/package.json +++ b/package.json @@ -114,7 +114,7 @@ "postcss": "^8.3.6", "prettier": "^2.3.2", "prisma": "^2.30.2", - "tailwindcss": "^2.2.7", + "tailwindcss": "^2.2.16", "ts-node": "^10.2.1", "typescript": "^4.4.3" }, diff --git a/yarn.lock b/yarn.lock index 9956fbd168..72c86f52f0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6739,9 +6739,10 @@ table@^6.0.9: string-width "^4.2.0" strip-ansi "^6.0.0" -tailwindcss@^2.2.7: - version "2.2.15" - resolved "https://registry.npmjs.org/tailwindcss/-/tailwindcss-2.2.15.tgz" +tailwindcss@^2.2.16: + version "2.2.16" + resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-2.2.16.tgz#32f81bdf1758b639cb83b9d30bf7cbecdda49e5e" + integrity sha512-EireCtpQyyJ4Xz8NYzHafBoy4baCOO96flM0+HgtsFcIQ9KFy/YBK3GEtlnD+rXen0e4xm8t3WiUcKBJmN6yjg== dependencies: arg "^5.0.1" bytes "^3.0.0"