From b574cdb14bddeecd113a74ebe1183efcacfd9e95 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 19:35:57 +0000 Subject: [PATCH] Update dependency @tailwindcss/typography to v0.5.10 --- package-lock.json | 20 +++++++++++--------- package.json | 2 +- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index b833a93..20ceca4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -41,7 +41,7 @@ }, "devDependencies": { "@sinonjs/fake-timers": "9.1.2", - "@tailwindcss/typography": "0.5.3", + "@tailwindcss/typography": "0.5.10", "@types/chance": "1.1.3", "@types/cookies": "0.7.7", "@types/correlation-id": "2.1.2", @@ -2281,14 +2281,15 @@ } }, "node_modules/@tailwindcss/typography": { - "version": "0.5.3", - "resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.5.3.tgz", - "integrity": "sha512-Cn4MufL/xiTh2Npw26xiL7gP3GFkJH+zWM8DAm/NNEr4gF5N9D6gY9zMNNQUu27m8g0IIk665BUuoU92wVUBkA==", + "version": "0.5.10", + "resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.5.10.tgz", + "integrity": "sha512-Pe8BuPJQJd3FfRnm6H0ulKIGoMEQS+Vq01R6M5aCrFB/ccR/shT+0kXLjouGC1gFLm9hopTFN+DMP0pfwRWzPw==", "dev": true, "dependencies": { "lodash.castarray": "^4.4.0", "lodash.isplainobject": "^4.0.6", - "lodash.merge": "^4.6.2" + "lodash.merge": "^4.6.2", + "postcss-selector-parser": "6.0.10" }, "peerDependencies": { "tailwindcss": ">=3.0.0 || insiders" @@ -15374,14 +15375,15 @@ } }, "@tailwindcss/typography": { - "version": "0.5.3", - "resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.5.3.tgz", - "integrity": "sha512-Cn4MufL/xiTh2Npw26xiL7gP3GFkJH+zWM8DAm/NNEr4gF5N9D6gY9zMNNQUu27m8g0IIk665BUuoU92wVUBkA==", + "version": "0.5.10", + "resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.5.10.tgz", + "integrity": "sha512-Pe8BuPJQJd3FfRnm6H0ulKIGoMEQS+Vq01R6M5aCrFB/ccR/shT+0kXLjouGC1gFLm9hopTFN+DMP0pfwRWzPw==", "dev": true, "requires": { "lodash.castarray": "^4.4.0", "lodash.isplainobject": "^4.0.6", - "lodash.merge": "^4.6.2" + "lodash.merge": "^4.6.2", + "postcss-selector-parser": "6.0.10" } }, "@types/babel__core": { diff --git a/package.json b/package.json index c0e26f6..c1a2a8f 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ }, "devDependencies": { "@sinonjs/fake-timers": "9.1.2", - "@tailwindcss/typography": "0.5.3", + "@tailwindcss/typography": "0.5.10", "@types/chance": "1.1.3", "@types/cookies": "0.7.7", "@types/correlation-id": "2.1.2",