From 736e6884dcdfe5ef4973f8486c0b9da220394ea1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 04:51:31 +0000 Subject: [PATCH] fix(deps): update dependency @tailwindcss/typography to v0.5.15 --- pnpm-lock.yaml | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 15e38bf1..f2d37527 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -101,7 +101,7 @@ importers: version: 0.8.0(eslint@8.38.0)(typescript@5.0.4) '@tailwindcss/typography': specifier: ^0.5.3 - version: 0.5.9(tailwindcss@3.3.1) + version: 0.5.15(tailwindcss@3.3.1) '@types/cookie': specifier: ^0.5.1 version: 0.5.1 @@ -413,7 +413,7 @@ importers: version: 7.88.0(astro@3.0.3) '@tailwindcss/typography': specifier: ^0.5.3 - version: 0.5.9(tailwindcss@3.3.1) + version: 0.5.15(tailwindcss@3.3.1) '@tanstack/react-query': specifier: ^4.26.1 version: 4.29.1(react-dom@18.2.0)(react-native@0.71.19)(react@18.2.0) @@ -498,7 +498,7 @@ importers: version: 5.0.0-beta.12(@emotion/react@11.10.6)(@emotion/styled@11.10.6)(@types/react@18.0.35)(react-dom@18.2.0)(react@18.2.0) '@tailwindcss/typography': specifier: ^0.5.3 - version: 0.5.9(tailwindcss@3.3.1) + version: 0.5.15(tailwindcss@3.3.1) '@tanstack/react-query': specifier: ^4.26.1 version: 4.29.1(react-dom@18.2.0)(react-native@0.71.19)(react@18.2.0) @@ -7251,10 +7251,10 @@ packages: defer-to-connect: 2.0.1 dev: true - /@tailwindcss/typography@0.5.9(tailwindcss@3.3.1): - resolution: {integrity: sha512-t8Sg3DyynFysV9f4JDOVISGsjazNb48AeIYQwcL+Bsq5uf4RYL75C1giZ43KISjeDGBaTN3Kxh7Xj/vRSMJUUg==} + /@tailwindcss/typography@0.5.15(tailwindcss@3.3.1): + resolution: {integrity: sha512-AqhlCXl+8grUz8uqExv5OTtgpjuVIwFTSXTrh8y9/pw6q2ek7fJ+Y8ZEVw7EB2DCcuCOtEjf9w3+J3rzts01uA==} peerDependencies: - tailwindcss: '>=3.0.0 || insiders' + tailwindcss: '>=3.0.0 || insiders || >=4.0.0-alpha.20' dependencies: lodash.castarray: 4.4.0 lodash.isplainobject: 4.0.6 @@ -15080,7 +15080,7 @@ packages: dependencies: icss-utils: 5.1.0(postcss@8.4.21) postcss: 8.4.21 - postcss-selector-parser: 6.0.11 + postcss-selector-parser: 6.1.2 postcss-value-parser: 4.2.0 dev: true @@ -15091,7 +15091,7 @@ packages: postcss: ^8.1.0 dependencies: postcss: 8.4.21 - postcss-selector-parser: 6.0.11 + postcss-selector-parser: 6.1.2 dev: true /postcss-modules-values@4.0.0(postcss@8.4.21): @@ -15143,6 +15143,14 @@ packages: cssesc: 3.0.0 util-deprecate: 1.0.2 + /postcss-selector-parser@6.1.2: + resolution: {integrity: sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==} + engines: {node: '>=4'} + dependencies: + cssesc: 3.0.0 + util-deprecate: 1.0.2 + dev: true + /postcss-value-parser@4.2.0: resolution: {integrity: sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==}