From 437943bb16b4f19775362366941924e11255f139 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 31 May 2024 07:26:38 +0000 Subject: [PATCH] fix: upgrade @tailwindcss/typography from 0.5.10 to 0.5.13 Snyk has created this PR to upgrade @tailwindcss/typography from 0.5.10 to 0.5.13. See this package in npm: @tailwindcss/typography See this project in Snyk: https://app.snyk.io/org/mbaatlanta30315-gWHAMbny7N8qaSbCxD2U79/project/0f99c625-0644-487c-987b-60c79e4c497d?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 06e1a793ea1..d1cfa6b2f3e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@floating-ui/dom": "^1.6.3", "@material-symbols/svg-400": "^0.14.6", "@tailwindcss/nesting": "^0.0.0-insiders.565cd3e", - "@tailwindcss/typography": "^0.5.10", + "@tailwindcss/typography": "^0.5.13", "alpinejs": "^3.13.5", "autoprefixer": "^10.4.17", "fuse.js": "^7.0.0", @@ -210,9 +210,10 @@ } }, "node_modules/@tailwindcss/typography": { - "version": "0.5.10", - "resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.5.10.tgz", - "integrity": "sha512-Pe8BuPJQJd3FfRnm6H0ulKIGoMEQS+Vq01R6M5aCrFB/ccR/shT+0kXLjouGC1gFLm9hopTFN+DMP0pfwRWzPw==", + "version": "0.5.13", + "resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.5.13.tgz", + "integrity": "sha512-ADGcJ8dX21dVVHIwTRgzrcunY6YY9uSlAHHGVKvkA+vLc5qLwEszvKts40lx7z0qc4clpjclwLeK5rVCV2P/uw==", + "license": "MIT", "dependencies": { "lodash.castarray": "^4.4.0", "lodash.isplainobject": "^4.0.6", diff --git a/package.json b/package.json index 279c8f0a691..ff16578e7d2 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@floating-ui/dom": "^1.6.3", "@material-symbols/svg-400": "^0.14.6", "@tailwindcss/nesting": "^0.0.0-insiders.565cd3e", - "@tailwindcss/typography": "^0.5.10", + "@tailwindcss/typography": "^0.5.13", "alpinejs": "^3.13.5", "autoprefixer": "^10.4.17", "fuse.js": "^7.0.0",