diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 11a82c50..1db25ba6 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.15", "@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.15", + "resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.5.15.tgz", + "integrity": "sha512-AqhlCXl+8grUz8uqExv5OTtgpjuVIwFTSXTrh8y9/pw6q2ek7fJ+Y8ZEVw7EB2DCcuCOtEjf9w3+J3rzts01uA==", "dev": true, "dependencies": { "lodash.castarray": "^4.4.0", @@ -2877,7 +2877,7 @@ "postcss-selector-parser": "6.0.10" }, "peerDependencies": { - "tailwindcss": ">=3.0.0 || insiders" + "tailwindcss": ">=3.0.0 || insiders || >=4.0.0-alpha.20" } }, "node_modules/@tanstack/query-core": { diff --git a/frontend/package.json b/frontend/package.json index 993bd7be..78eba592 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.15", "@testing-library/dom": "10.4.0", "@testing-library/jest-dom": "6.4.8", "@testing-library/react": "15.0.1",