From 6471b90c7f024d62c4ed2bef01788eed64a91b3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2025 09:48:29 +0000 Subject: [PATCH] build(deps): bump @tailwindcss/typography from 0.5.15 to 0.5.16 (#1966) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 11 +++++------ package.json | 2 +- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index b4eafd355..95c299b1c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@retracedhq/logs-viewer": "2.8.0", "@retracedhq/retraced": "0.7.18", "@sentry/nextjs": "8.47.0", - "@tailwindcss/typography": "0.5.15", + "@tailwindcss/typography": "0.5.16", "bcryptjs": "2.4.3", "classnames": "2.5.1", "cookies-next": "5.0.2", @@ -6872,10 +6872,9 @@ } }, "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==", - "license": "MIT", + "version": "0.5.16", + "resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.5.16.tgz", + "integrity": "sha512-0wDLwCVF5V3x3b1SGXPCDcdsbDHMBe+lkFzBRaHeLvNi+nrrnZ1lA18u+OTWO8iSWU2GxUOCvlXtDuqftc1oiA==", "dependencies": { "lodash.castarray": "^4.4.0", "lodash.isplainobject": "^4.0.6", @@ -6883,7 +6882,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/@tediousjs/connection-string": { diff --git a/package.json b/package.json index 14b02a4d6..289abd852 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "@retracedhq/logs-viewer": "2.8.0", "@retracedhq/retraced": "0.7.18", "@sentry/nextjs": "8.47.0", - "@tailwindcss/typography": "0.5.15", + "@tailwindcss/typography": "0.5.16", "bcryptjs": "2.4.3", "classnames": "2.5.1", "cookies-next": "5.0.2",