diff --git a/package-lock.json b/package-lock.json index c24807a..12c49f5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@inertiajs/progress": "^0.2.7", "@tailwindcss/forms": "^0.4.0", "@tailwindcss/line-clamp": "^0.3.1", - "@tailwindcss/typography": "^0.5.0", + "@tailwindcss/typography": "^0.5.1", "@vue/compiler-sfc": "^3.2.26", "autoprefixer": "^10.4.2", "flatpickr": "^4.6.9", @@ -1793,14 +1793,13 @@ } }, "node_modules/@tailwindcss/typography": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.5.0.tgz", - "integrity": "sha512-1p/3C6C+JJziS/ghtG8ACYalbA2SyLJY27Pm33cVTlAoY6VQ7zfm2H64cPxUMBkVIlWXTtWHhZcZJPobMRmQAA==", + "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==", "dependencies": { "lodash.castarray": "^4.4.0", "lodash.isplainobject": "^4.0.6", - "lodash.merge": "^4.6.2", - "lodash.uniq": "^4.5.0" + "lodash.merge": "^4.6.2" }, "peerDependencies": { "tailwindcss": ">=3.0.0 || >= 3.0.0-alpha.1 || insiders" @@ -10667,14 +10666,13 @@ "requires": {} }, "@tailwindcss/typography": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.5.0.tgz", - "integrity": "sha512-1p/3C6C+JJziS/ghtG8ACYalbA2SyLJY27Pm33cVTlAoY6VQ7zfm2H64cPxUMBkVIlWXTtWHhZcZJPobMRmQAA==", + "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==", "requires": { "lodash.castarray": "^4.4.0", "lodash.isplainobject": "^4.0.6", - "lodash.merge": "^4.6.2", - "lodash.uniq": "^4.5.0" + "lodash.merge": "^4.6.2" } }, "@trysound/sax": { diff --git a/package.json b/package.json index f0212fa..ded6f85 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@inertiajs/progress": "^0.2.7", "@tailwindcss/forms": "^0.4.0", "@tailwindcss/line-clamp": "^0.3.1", - "@tailwindcss/typography": "^0.5.0", + "@tailwindcss/typography": "^0.5.1", "@vue/compiler-sfc": "^3.2.26", "autoprefixer": "^10.4.2", "flatpickr": "^4.6.9",