diff --git a/package-lock.json b/package-lock.json index 63e279f7..b158f808 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "@astrojs/tailwind": "5.1.0", "@iconify-json/flat-color-icons": "^1.1.11", "@iconify-json/tabler": "^1.1.119", - "@tailwindcss/typography": "^0.5.13", + "@tailwindcss/typography": "^0.5.14", "@types/js-yaml": "^4.0.9", "@types/lodash.merge": "^4.6.9", "@typescript-eslint/eslint-plugin": "^7.18.0", @@ -2134,9 +2134,9 @@ "dev": true }, "node_modules/@tailwindcss/typography": { - "version": "0.5.13", - "resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.5.13.tgz", - "integrity": "sha512-ADGcJ8dX21dVVHIwTRgzrcunY6YY9uSlAHHGVKvkA+vLc5qLwEszvKts40lx7z0qc4clpjclwLeK5rVCV2P/uw==", + "version": "0.5.14", + "resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.5.14.tgz", + "integrity": "sha512-ZvOCjUbsJBjL9CxQBn+VEnFpouzuKhxh2dH8xMIWHILL+HfOYtlAkWcyoon8LlzE53d2Yo6YO6pahKKNW3q1YQ==", "dev": true, "dependencies": { "lodash.castarray": "^4.4.0", diff --git a/package.json b/package.json index f4a5c546..5aaf38b3 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "@astrojs/tailwind": "5.1.0", "@iconify-json/flat-color-icons": "^1.1.11", "@iconify-json/tabler": "^1.1.119", - "@tailwindcss/typography": "^0.5.13", + "@tailwindcss/typography": "^0.5.14", "@types/js-yaml": "^4.0.9", "@types/lodash.merge": "^4.6.9", "@typescript-eslint/eslint-plugin": "^7.18.0",