From 60ba90ced0cd9b163372f8196d969ecd458a08d8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 31 Dec 2021 06:12:30 +0000 Subject: [PATCH] fix: upgrade @tailwindcss/typography from 0.4.1 to 0.5.0 Snyk has created this PR to upgrade @tailwindcss/typography from 0.4.1 to 0.5.0. See this package in npm: See this project in Snyk: https://app.snyk.io/org/zain.fathoni-z2q/project/79b1e629-9b11-481e-8d37-0a9b92c601d3?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 5b85913b..e7ebddd3 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@kawalcovid19/tailwind-preset-wbw": "^0.1.1", "@netlify/plugin-nextjs": "3.9.2", "@tailwindcss/forms": "^0.3.4", - "@tailwindcss/typography": "0.4.1", + "@tailwindcss/typography": "0.5.0", "clsx": "^1.1.1", "cross-fetch": "^3.1.4", "globby": "^11.0.4", diff --git a/yarn.lock b/yarn.lock index 02d330f1..b5465917 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2170,10 +2170,10 @@ dependencies: mini-svg-data-uri "^1.2.3" -"@tailwindcss/typography@0.4.1": - version "0.4.1" - resolved "https://registry.yarnpkg.com/@tailwindcss/typography/-/typography-0.4.1.tgz#51ddbceea6a0ee9902c649dbe58871c81a831212" - integrity sha512-ovPPLUhs7zAIJfr0y1dbGlyCuPhpuv/jpBoFgqAc658DWGGrOBWBMpAWLw2KlzbNeVk4YBJMzue1ekvIbdw6XA== +"@tailwindcss/typography@0.5.0": + version "0.5.0" + resolved "https://registry.yarnpkg.com/@tailwindcss/typography/-/typography-0.5.0.tgz#47886ec46ac41e1211d24fea05301046d9b30906" + integrity sha512-1p/3C6C+JJziS/ghtG8ACYalbA2SyLJY27Pm33cVTlAoY6VQ7zfm2H64cPxUMBkVIlWXTtWHhZcZJPobMRmQAA== dependencies: lodash.castarray "^4.4.0" lodash.isplainobject "^4.0.6"