From 4f977d27c2ce9fc8ad7e6fcd3c984e210d4806e1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 19 Sep 2024 04:49:21 +0000 Subject: [PATCH] fix: upgrade @tailwindcss/typography from 0.5.14 to 0.5.15 Snyk has created this PR to upgrade @tailwindcss/typography from 0.5.14 to 0.5.15. See this package in npm: @tailwindcss/typography See this project in Snyk: https://app.snyk.io/org/llotme/project/2b496a85-24d2-4031-a304-873e0ae8adf4?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 d74c5638725..60734492a0d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@floating-ui/dom": "^1.6.10", "@material-symbols/svg-400": "^0.22.2", "@tailwindcss/nesting": "^0.0.0-insiders.565cd3e", - "@tailwindcss/typography": "^0.5.14", + "@tailwindcss/typography": "^0.5.15", "alpinejs": "^3.13.5", "autoprefixer": "^10.4.20", "postcss": "^8.4.33", @@ -215,9 +215,9 @@ } }, "node_modules/@tailwindcss/typography": { - "version": "0.5.14", - "resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.5.14.tgz", - "integrity": "sha512-ZvOCjUbsJBjL9CxQBn+VEnFpouzuKhxh2dH8xMIWHILL+HfOYtlAkWcyoon8LlzE53d2Yo6YO6pahKKNW3q1YQ==", + "version": "0.5.15", + "resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.5.15.tgz", + "integrity": "sha512-AqhlCXl+8grUz8uqExv5OTtgpjuVIwFTSXTrh8y9/pw6q2ek7fJ+Y8ZEVw7EB2DCcuCOtEjf9w3+J3rzts01uA==", "license": "MIT", "dependencies": { "lodash.castarray": "^4.4.0", @@ -226,7 +226,7 @@ "postcss-selector-parser": "6.0.10" }, "peerDependencies": { - "tailwindcss": ">=3.0.0 || insiders" + "tailwindcss": ">=3.0.0 || insiders || >=4.0.0-alpha.20" } }, "node_modules/@vue/reactivity": { diff --git a/package.json b/package.json index 5eb317058de..0accb397330 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@floating-ui/dom": "^1.6.10", "@material-symbols/svg-400": "^0.22.2", "@tailwindcss/nesting": "^0.0.0-insiders.565cd3e", - "@tailwindcss/typography": "^0.5.14", + "@tailwindcss/typography": "^0.5.15", "alpinejs": "^3.13.5", "autoprefixer": "^10.4.20", "postcss": "^8.4.33",