From f2f9f2ea44a0b4215e4cb58cd5641546b95049d1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 17 May 2024 21:22:16 +0000 Subject: [PATCH] fix: upgrade @tailwindcss/typography from 0.5.12 to 0.5.13 Snyk has created this PR to upgrade @tailwindcss/typography from 0.5.12 to 0.5.13. See this package in npm: @tailwindcss/typography See this project in Snyk: https://app.snyk.io/org/saileshbro/project/5d7dd759-2e06-4a63-975e-1f40412ee3fa?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5e32935..04b9bec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3722,9 +3722,9 @@ } }, "@tailwindcss/typography": { - "version": "0.5.12", - "resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.5.12.tgz", - "integrity": "sha512-CNwpBpconcP7ppxmuq3qvaCxiRWnbhANpY/ruH4L5qs2GCiVDJXde/pjj2HWPV1+Q4G9+V/etrwUYopdcjAlyg==", + "version": "0.5.13", + "resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.5.13.tgz", + "integrity": "sha512-ADGcJ8dX21dVVHIwTRgzrcunY6YY9uSlAHHGVKvkA+vLc5qLwEszvKts40lx7z0qc4clpjclwLeK5rVCV2P/uw==", "requires": { "lodash.castarray": "^4.4.0", "lodash.isplainobject": "^4.0.6", diff --git a/package.json b/package.json index c9292ed..4f8c4de 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "@ngxs/logger-plugin": "^3.8.2", "@ngxs/store": "^3.8.2", "@tailwindcss/forms": "^0.5.7", - "@tailwindcss/typography": "^0.5.12", + "@tailwindcss/typography": "^0.5.13", "angular-svg-icon": "^11.2.0", "appwrite": "^2.0.0", "rxjs": "^6.6.7",