From 39f5f338ea5230d364ccf7dc6eb234cdc9e8b3d8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 21 Jul 2024 18:21:29 +0000 Subject: [PATCH] fix: upgrade @tailwindcss/typography from 0.5.9 to 0.5.13 Snyk has created this PR to upgrade @tailwindcss/typography from 0.5.9 to 0.5.13. See this package in npm: @tailwindcss/typography See this project in Snyk: https://app.snyk.io/org/nexuscompute/project/cdfc5801-a026-478e-bb78-4d73ccaeec7f?utm_source=github&utm_medium=referral&page=upgrade-pr --- examples/cms-contentful/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/cms-contentful/package.json b/examples/cms-contentful/package.json index 6f8cbac311b23..1b7d5d47dbe74 100644 --- a/examples/cms-contentful/package.json +++ b/examples/cms-contentful/package.json @@ -9,7 +9,7 @@ "dependencies": { "@contentful/rich-text-react-renderer": "^15.17.1", "@contentful/rich-text-types": "^16.2.1", - "@tailwindcss/typography": "0.5.9", + "@tailwindcss/typography": "0.5.13", "@types/node": "^20.5.0", "@types/react": "^18.2.20", "@types/react-dom": "^18.2.7",