From b85f1b1a17c6a15108e611d29c23b1c64293da8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 14:47:02 +0000 Subject: [PATCH] chore(deps): bump @tailwindcss/typography from 0.5.9 to 0.5.12 Bumps [@tailwindcss/typography](https://github.com/tailwindlabs/tailwindcss-typography) from 0.5.9 to 0.5.12. - [Release notes](https://github.com/tailwindlabs/tailwindcss-typography/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss-typography/blob/master/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss-typography/compare/v0.5.9...v0.5.12) --- updated-dependencies: - dependency-name: "@tailwindcss/typography" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4332df93c..1e2e580cc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@rails/actioncable": "^6.1.4", "@ryangjchandler/alpine-tooltip": "^2.0.0", "@tailwindcss/forms": "^0.5.6", - "@tailwindcss/typography": "^0.5.8", + "@tailwindcss/typography": "^0.5.12", "alpinejs": "^3.13.2", "autoprefixer": "^10.4.13", "iframe-resizer": "^4.3.2", @@ -2567,9 +2567,9 @@ } }, "node_modules/@tailwindcss/typography": { - "version": "0.5.9", - "resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.5.9.tgz", - "integrity": "sha512-t8Sg3DyynFysV9f4JDOVISGsjazNb48AeIYQwcL+Bsq5uf4RYL75C1giZ43KISjeDGBaTN3Kxh7Xj/vRSMJUUg==", + "version": "0.5.12", + "resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.5.12.tgz", + "integrity": "sha512-CNwpBpconcP7ppxmuq3qvaCxiRWnbhANpY/ruH4L5qs2GCiVDJXde/pjj2HWPV1+Q4G9+V/etrwUYopdcjAlyg==", "dependencies": { "lodash.castarray": "^4.4.0", "lodash.isplainobject": "^4.0.6", diff --git a/package.json b/package.json index d4a162ae4..80ae04c70 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "@rails/actioncable": "^6.1.4", "@ryangjchandler/alpine-tooltip": "^2.0.0", "@tailwindcss/forms": "^0.5.6", - "@tailwindcss/typography": "^0.5.8", + "@tailwindcss/typography": "^0.5.12", "alpinejs": "^3.13.2", "autoprefixer": "^10.4.13", "iframe-resizer": "^4.3.2",