diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 11a82c50..5512cd0a 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -39,7 +39,7 @@ "yup": "1.4.0" }, "devDependencies": { - "@tailwindcss/typography": "0.5.12", + "@tailwindcss/typography": "0.5.14", "@testing-library/dom": "10.4.0", "@testing-library/jest-dom": "6.4.8", "@testing-library/react": "15.0.1", @@ -2866,9 +2866,9 @@ } }, "node_modules/@tailwindcss/typography": { - "version": "0.5.12", - "resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.5.12.tgz", - "integrity": "sha512-CNwpBpconcP7ppxmuq3qvaCxiRWnbhANpY/ruH4L5qs2GCiVDJXde/pjj2HWPV1+Q4G9+V/etrwUYopdcjAlyg==", + "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/frontend/package.json b/frontend/package.json index 993bd7be..e6524b79 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -46,7 +46,7 @@ "yup": "1.4.0" }, "devDependencies": { - "@tailwindcss/typography": "0.5.12", + "@tailwindcss/typography": "0.5.14", "@testing-library/dom": "10.4.0", "@testing-library/jest-dom": "6.4.8", "@testing-library/react": "15.0.1",