From f46355fee1deb6ccffdc9787e551c2774a265070 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 24 Jul 2025 09:34:01 +0000 Subject: [PATCH] fix: upgrade @tailwindcss/typography from 0.5.10 to 0.5.16 Snyk has created this PR to upgrade @tailwindcss/typography from 0.5.10 to 0.5.16. See this package in npm: @tailwindcss/typography See this project in Snyk: https://app.snyk.io/org/blushingturtle/project/a632e048-339b-4b85-9f77-2350cc729fb0?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 11 ++++++----- package.json | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 931eb5a..c2bddc0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { - "name": "npm-proj-1703081173996-0.54583547096458387lnOyi", + "name": "relock-npm-lock-v2-ZKYUDB", "lockfileVersion": 3, "requires": true, "packages": { "": { "dependencies": { - "@tailwindcss/typography": "github:tailwindcss/typography", + "@tailwindcss/typography": "^0.5.16", "fs": "^0.0.1-security", "path": "^0.12.7", "sharp": "^0.33.0" @@ -922,8 +922,9 @@ } }, "node_modules/@tailwindcss/typography": { - "version": "0.5.10", - "resolved": "git+ssh://git@github.com/tailwindcss/typography.git#a86e6015694c3435ff6cef84f3dd61b81adf26e1", + "version": "0.5.16", + "resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.5.16.tgz", + "integrity": "sha512-0wDLwCVF5V3x3b1SGXPCDcdsbDHMBe+lkFzBRaHeLvNi+nrrnZ1lA18u+OTWO8iSWU2GxUOCvlXtDuqftc1oiA==", "license": "MIT", "dependencies": { "lodash.castarray": "^4.4.0", @@ -932,7 +933,7 @@ "postcss-selector-parser": "6.0.10" }, "peerDependencies": { - "tailwindcss": ">=3.0.0 || insiders" + "tailwindcss": ">=3.0.0 || insiders || >=4.0.0-alpha.20 || >=4.0.0-beta.1" } }, "node_modules/@vue/reactivity": { diff --git a/package.json b/package.json index df34aa7..9cc769b 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "vite": "^4.0.0" }, "dependencies": { - "@tailwindcss/typography": "github:tailwindcss/typography", + "@tailwindcss/typography": "0.5.16", "fs": "^0.0.1-security", "path": "^0.12.7", "sharp": "^0.33.0"