From adbc3e217111e4cf4fe5f90be3d03a665bbe3cd0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 13:13:27 +0000 Subject: [PATCH] deps(deps-dev): bump @tailwindcss/typography Bumps the npm-minor-patch group in /marketing with 1 update: [@tailwindcss/typography](https://github.com/tailwindlabs/tailwindcss-typography). Updates `@tailwindcss/typography` from 0.5.19 to 0.5.20 - [Release notes](https://github.com/tailwindlabs/tailwindcss-typography/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss-typography/blob/main/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss-typography/compare/v0.5.19...v0.5.20) --- updated-dependencies: - dependency-name: "@tailwindcss/typography" dependency-version: 0.5.20 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-minor-patch ... Signed-off-by: dependabot[bot] --- marketing/package-lock.json | 10 +++++----- marketing/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/marketing/package-lock.json b/marketing/package-lock.json index c357edf..573ca8d 100644 --- a/marketing/package-lock.json +++ b/marketing/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "devDependencies": { "@cyclonedx/cyclonedx-npm": "^4.2.1", - "@tailwindcss/typography": "^0.5.12", + "@tailwindcss/typography": "^0.5.20", "autoprefixer": "^10.5.0", "concurrently": "^9.0.0", "postcss": "^8.5.15", @@ -318,16 +318,16 @@ } }, "node_modules/@tailwindcss/typography": { - "version": "0.5.19", - "resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.5.19.tgz", - "integrity": "sha512-w31dd8HOx3k9vPtcQh5QHP9GwKcgbMp87j58qi6xgiBnFFtKEAgCWnDw4qUT8aHwkCp8bKvb/KGKWWHedP0AAg==", + "version": "0.5.20", + "resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.5.20.tgz", + "integrity": "sha512-hwbzQuNUfcPvbegQFatVPl/MY/tcM9KLl963hQ5laJKPh81TEZ1+dNG9PirGvcaDBkp+BCshExAyKVPW91dozw==", "dev": true, "license": "MIT", "dependencies": { "postcss-selector-parser": "6.0.10" }, "peerDependencies": { - "tailwindcss": ">=3.0.0 || insiders || >=4.0.0-alpha.20 || >=4.0.0-beta.1" + "tailwindcss": ">=3.0.0 || >=4.0.0 || insiders" } }, "node_modules/abbrev": { diff --git a/marketing/package.json b/marketing/package.json index 614c802..8ce4625 100644 --- a/marketing/package.json +++ b/marketing/package.json @@ -18,7 +18,7 @@ }, "devDependencies": { "@cyclonedx/cyclonedx-npm": "^4.2.1", - "@tailwindcss/typography": "^0.5.12", + "@tailwindcss/typography": "^0.5.20", "autoprefixer": "^10.5.0", "concurrently": "^9.0.0", "postcss": "^8.5.15",