From 27a1153a9eaa89526f68558f18615d954bf6f1cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Jun 2026 17:33:35 +0000 Subject: [PATCH] chore(deps): bump @tailwindcss/typography in /website-astro Bumps [@tailwindcss/typography](https://github.com/tailwindlabs/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:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- website-astro/package-lock.json | 10 +++++----- website-astro/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/website-astro/package-lock.json b/website-astro/package-lock.json index 4fda9d234..7162ea91f 100644 --- a/website-astro/package-lock.json +++ b/website-astro/package-lock.json @@ -23,7 +23,7 @@ "@fontsource/jetbrains-mono": "^5.2.8", "@material-design-icons/font": "^0.14.15", "@rollup/plugin-yaml": "^4.1.2", - "@tailwindcss/typography": "^0.5.19", + "@tailwindcss/typography": "^0.5.20", "@tailwindcss/vite": "^4.1.14", "@types/react": "^19.2.2", "@types/react-dom": "^19.2.1", @@ -3889,15 +3889,15 @@ } }, "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==", "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/@tailwindcss/vite": { diff --git a/website-astro/package.json b/website-astro/package.json index 6db64e167..82fe4086f 100644 --- a/website-astro/package.json +++ b/website-astro/package.json @@ -29,7 +29,7 @@ "@fontsource/jetbrains-mono": "^5.2.8", "@material-design-icons/font": "^0.14.15", "@rollup/plugin-yaml": "^4.1.2", - "@tailwindcss/typography": "^0.5.19", + "@tailwindcss/typography": "^0.5.20", "@tailwindcss/vite": "^4.1.14", "@types/react": "^19.2.2", "@types/react-dom": "^19.2.1",