From 95e041ffdfede4f441dfe429e2c01f4d8ee1b35c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Feb 2022 12:51:21 +0000 Subject: [PATCH] build(deps-dev): bump @tailwindcss/typography in /packages/dashboard Bumps [@tailwindcss/typography](https://github.com/tailwindcss/typography) from 0.5.1 to 0.5.2. - [Release notes](https://github.com/tailwindcss/typography/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss-typography/blob/master/CHANGELOG.md) - [Commits](https://github.com/tailwindcss/typography/compare/v0.5.1...v0.5.2) --- updated-dependencies: - dependency-name: "@tailwindcss/typography" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- packages/dashboard/package.json | 2 +- packages/dashboard/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/dashboard/package.json b/packages/dashboard/package.json index da04c341..ba7ad88a 100644 --- a/packages/dashboard/package.json +++ b/packages/dashboard/package.json @@ -33,7 +33,7 @@ }, "devDependencies": { "@tailwindcss/forms": "0.4.0", - "@tailwindcss/typography": "0.5.1", + "@tailwindcss/typography": "0.5.2", "autoprefixer": "10.4.2", "eslint": "8.9.0", "eslint-config-next": "12.1.0", diff --git a/packages/dashboard/yarn.lock b/packages/dashboard/yarn.lock index b600f43d..22fcff52 100644 --- a/packages/dashboard/yarn.lock +++ b/packages/dashboard/yarn.lock @@ -189,10 +189,10 @@ dependencies: mini-svg-data-uri "^1.2.3" -"@tailwindcss/typography@0.5.1": - version "0.5.1" - resolved "https://registry.yarnpkg.com/@tailwindcss/typography/-/typography-0.5.1.tgz#486248a9426501f11a9b0295f7cfc0eb29659c46" - integrity sha512-AmSzZSgLhHKlILKduU+PKBTHL6c+al82syZlRid1xgmlWwXagLigO+O++B4C0scpMfzW//f/3YCRcwwEHWoU3w== +"@tailwindcss/typography@0.5.2": + version "0.5.2" + resolved "https://registry.yarnpkg.com/@tailwindcss/typography/-/typography-0.5.2.tgz#24b069dab24d7a2467d01aca0dd432cb4b29f0ee" + integrity sha512-coq8DBABRPFcVhVIk6IbKyyHUt7YTEC/C992tatFB+yEx5WGBQrCgsSFjxHUr8AWXphWckadVJbominEduYBqw== dependencies: lodash.castarray "^4.4.0" lodash.isplainobject "^4.0.6"