From 967c82864fbc7dae96481d6b9915be481bd9d1f9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 20 May 2024 23:58:22 +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/olokotoh/project/eed780a8-0a61-4a36-80a6-a96e64a36fb6?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 17804b797b..a7c534c9a3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { - "name": "html", + "name": "npm-proj-1716249490053-0.5998064377137577DDKWvj", "lockfileVersion": 3, "requires": true, "packages": { "": { "dependencies": { "@tailwindcss/forms": "0.5.7", - "@tailwindcss/typography": "0.5.12", + "@tailwindcss/typography": "^0.5.13", "alpinejs": "3.13.8", "ioredis": "5.3.2", "tailwindcss-scrollbar": "0.1.0" @@ -496,9 +496,9 @@ } }, "node_modules/@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==", "dependencies": { "lodash.castarray": "^4.4.0", "lodash.isplainobject": "^4.0.6", diff --git a/package.json b/package.json index ba733a4579..990afce3b1 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ }, "dependencies": { "@tailwindcss/forms": "0.5.7", - "@tailwindcss/typography": "0.5.12", + "@tailwindcss/typography": "0.5.13", "alpinejs": "3.13.8", "ioredis": "5.3.2", "tailwindcss-scrollbar": "0.1.0"