From 3bd27a5a64a5282a4d860411821980b2e9dbe6d6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 30 Sep 2025 09:00:02 +0000 Subject: [PATCH] fix: upgrade @tailwindcss/typography from 0.5.10 to 0.5.16 Snyk has created this PR to upgrade @tailwindcss/typography from 0.5.10 to 0.5.16. See this package in yarn: @tailwindcss/typography See this project in Snyk: https://app.snyk.io/org/vikash-XtBzdNkEskuybzwc6dupdm/project/54d93932-5000-499f-8112-0befc08817c6?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- yarn.lock | 21 ++++----------------- 2 files changed, 5 insertions(+), 18 deletions(-) diff --git a/package.json b/package.json index 0bd624f..87c8a43 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "@mui/material": "^5.16.13", "@next/third-parties": "^14.2.22", "@sindresorhus/slugify": "^2.1.0", - "@tailwindcss/typography": "^0.5.7", + "@tailwindcss/typography": "^0.5.16", "autoprefixer": "^10.4.12", "clsx": "^1.2.1", "copy-to-clipboard": "^3.3.3", diff --git a/yarn.lock b/yarn.lock index 7749fce..f9707d8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -571,14 +571,11 @@ dependencies: tslib "^2.4.0" -"@tailwindcss/typography@^0.5.7": - version "0.5.10" - resolved "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.5.10.tgz" - integrity sha512-Pe8BuPJQJd3FfRnm6H0ulKIGoMEQS+Vq01R6M5aCrFB/ccR/shT+0kXLjouGC1gFLm9hopTFN+DMP0pfwRWzPw== +"@tailwindcss/typography@^0.5.16": + version "0.5.19" + resolved "https://registry.yarnpkg.com/@tailwindcss/typography/-/typography-0.5.19.tgz#ecb734af2569681eb40932f09f60c2848b909456" + integrity sha512-w31dd8HOx3k9vPtcQh5QHP9GwKcgbMp87j58qi6xgiBnFFtKEAgCWnDw4qUT8aHwkCp8bKvb/KGKWWHedP0AAg== dependencies: - lodash.castarray "^4.4.0" - lodash.isplainobject "^4.0.6" - lodash.merge "^4.6.2" postcss-selector-parser "6.0.10" "@types/hast@^2.0.0": @@ -2464,16 +2461,6 @@ locate-path@^6.0.0: dependencies: p-locate "^5.0.0" -lodash.castarray@^4.4.0: - version "4.4.0" - resolved "https://registry.npmjs.org/lodash.castarray/-/lodash.castarray-4.4.0.tgz" - integrity sha512-aVx8ztPv7/2ULbArGJ2Y42bG1mEQ5mGjpdvrbJcJFU3TbYybe+QlLS4pst9zV52ymy2in1KpFPiZnAOATxD4+Q== - -lodash.isplainobject@^4.0.6: - version "4.0.6" - resolved "https://registry.npmjs.org/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz" - integrity sha512-oSXzaWypCMHkPC3NvBEaPHf0KsA5mvPrOPgQWDsbg8n7orZ290M0BmC/jgRZ4vcJ6DTAhjrsSYgdsW/F+MFOBA== - lodash.merge@^4.6.2: version "4.6.2" resolved "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz"