diff --git a/package-lock.json b/package-lock.json index a0bf4f3..ba994a7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@tailwindcss/aspect-ratio": "^0.4.0", "@tailwindcss/forms": "^0.4.0", "@tailwindcss/line-clamp": "^0.3.1", - "@tailwindcss/typography": "^0.5.1", + "@tailwindcss/typography": "^0.5.8", "autoprefixer": "^10.4.13", "nuxt3": "*", "postcss": "^8.4.5", @@ -1213,17 +1213,18 @@ } }, "node_modules/@tailwindcss/typography": { - "version": "0.5.1", - "resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.5.1.tgz", - "integrity": "sha512-AmSzZSgLhHKlILKduU+PKBTHL6c+al82syZlRid1xgmlWwXagLigO+O++B4C0scpMfzW//f/3YCRcwwEHWoU3w==", + "version": "0.5.8", + "resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.5.8.tgz", + "integrity": "sha512-xGQEp8KXN8Sd8m6R4xYmwxghmswrd0cPnNI2Lc6fmrC3OojysTBJJGSIVwPV56q4t6THFUK3HJ0EaWwpglSxWw==", "dev": true, "dependencies": { "lodash.castarray": "^4.4.0", "lodash.isplainobject": "^4.0.6", - "lodash.merge": "^4.6.2" + "lodash.merge": "^4.6.2", + "postcss-selector-parser": "6.0.10" }, "peerDependencies": { - "tailwindcss": ">=3.0.0 || >= 3.0.0-alpha.1 || insiders" + "tailwindcss": ">=3.0.0 || insiders" } }, "node_modules/@trysound/sax": { @@ -9494,14 +9495,15 @@ "requires": {} }, "@tailwindcss/typography": { - "version": "0.5.1", - "resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.5.1.tgz", - "integrity": "sha512-AmSzZSgLhHKlILKduU+PKBTHL6c+al82syZlRid1xgmlWwXagLigO+O++B4C0scpMfzW//f/3YCRcwwEHWoU3w==", + "version": "0.5.8", + "resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.5.8.tgz", + "integrity": "sha512-xGQEp8KXN8Sd8m6R4xYmwxghmswrd0cPnNI2Lc6fmrC3OojysTBJJGSIVwPV56q4t6THFUK3HJ0EaWwpglSxWw==", "dev": true, "requires": { "lodash.castarray": "^4.4.0", "lodash.isplainobject": "^4.0.6", - "lodash.merge": "^4.6.2" + "lodash.merge": "^4.6.2", + "postcss-selector-parser": "6.0.10" } }, "@trysound/sax": { diff --git a/package.json b/package.json index 0fc6336..dc41112 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "@tailwindcss/aspect-ratio": "^0.4.0", "@tailwindcss/forms": "^0.4.0", "@tailwindcss/line-clamp": "^0.3.1", - "@tailwindcss/typography": "^0.5.1", + "@tailwindcss/typography": "^0.5.8", "autoprefixer": "^10.4.13", "nuxt3": "latest", "postcss": "^8.4.5",