From b66c064f25eb87c43cdc7844d112c727a10c57ce Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 11 Jan 2025 01:46:38 +0000 Subject: [PATCH] fix(deps): update dependency @tailwindcss/typography to ^0.5.16 --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4f77927..15ab9af 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@astrojs/sitemap": "^3.2.1", "@astrojs/tailwind": "^5.1.4", "@fontsource/exo-2": "^5.1.1", - "@tailwindcss/typography": "^0.5.15", + "@tailwindcss/typography": "^0.5.16", "@wbmnky/license-report-generator": "^2.3.2", "astro": "^4.16.18", "astro-compress": "^2.3.5", @@ -3213,9 +3213,9 @@ "license": "MIT" }, "node_modules/@tailwindcss/typography": { - "version": "0.5.15", - "resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.5.15.tgz", - "integrity": "sha512-AqhlCXl+8grUz8uqExv5OTtgpjuVIwFTSXTrh8y9/pw6q2ek7fJ+Y8ZEVw7EB2DCcuCOtEjf9w3+J3rzts01uA==", + "version": "0.5.16", + "resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.5.16.tgz", + "integrity": "sha512-0wDLwCVF5V3x3b1SGXPCDcdsbDHMBe+lkFzBRaHeLvNi+nrrnZ1lA18u+OTWO8iSWU2GxUOCvlXtDuqftc1oiA==", "license": "MIT", "dependencies": { "lodash.castarray": "^4.4.0", @@ -3224,7 +3224,7 @@ "postcss-selector-parser": "6.0.10" }, "peerDependencies": { - "tailwindcss": ">=3.0.0 || insiders || >=4.0.0-alpha.20" + "tailwindcss": ">=3.0.0 || insiders || >=4.0.0-alpha.20 || >=4.0.0-beta.1" } }, "node_modules/@trysound/sax": { diff --git a/package.json b/package.json index dfaf915..2c9b809 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "@astrojs/sitemap": "^3.2.1", "@astrojs/tailwind": "^5.1.4", "@fontsource/exo-2": "^5.1.1", - "@tailwindcss/typography": "^0.5.15", + "@tailwindcss/typography": "^0.5.16", "@wbmnky/license-report-generator": "^2.3.2", "astro": "^4.16.18", "astro-compress": "^2.3.5",