diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 924d54a..c849ef4 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -9,7 +9,7 @@ "@fontsource-variable/inter": "^5.2.8", "@react-router/node": "7.17.0", "@react-router/serve": "7.17.0", - "@tailwindcss/typography": "^0.5.19", + "@tailwindcss/typography": "^0.5.20", "@tanstack/react-form": "^1.33.0", "@tanstack/react-query": "^5.101.0", "class-variance-authority": "^0.7.1", @@ -4573,15 +4573,15 @@ } }, "node_modules/@tailwindcss/typography": { - "version": "0.5.19", - "resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.5.19.tgz", - "integrity": "sha512-w31dd8HOx3k9vPtcQh5QHP9GwKcgbMp87j58qi6xgiBnFFtKEAgCWnDw4qUT8aHwkCp8bKvb/KGKWWHedP0AAg==", + "version": "0.5.20", + "resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.5.20.tgz", + "integrity": "sha512-hwbzQuNUfcPvbegQFatVPl/MY/tcM9KLl963hQ5laJKPh81TEZ1+dNG9PirGvcaDBkp+BCshExAyKVPW91dozw==", "license": "MIT", "dependencies": { "postcss-selector-parser": "6.0.10" }, "peerDependencies": { - "tailwindcss": ">=3.0.0 || insiders || >=4.0.0-alpha.20 || >=4.0.0-beta.1" + "tailwindcss": ">=3.0.0 || >=4.0.0 || insiders" } }, "node_modules/@tailwindcss/typography/node_modules/postcss-selector-parser": { diff --git a/frontend/package.json b/frontend/package.json index 64355d2..4085390 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -12,7 +12,7 @@ "@fontsource-variable/inter": "^5.2.8", "@react-router/node": "7.17.0", "@react-router/serve": "7.17.0", - "@tailwindcss/typography": "^0.5.19", + "@tailwindcss/typography": "^0.5.20", "@tanstack/react-form": "^1.33.0", "@tanstack/react-query": "^5.101.0", "class-variance-authority": "^0.7.1",