From 433d3457b64c3a7653a8fa799730e0215a21e94e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 May 2023 05:14:42 +0000 Subject: [PATCH] Bump @tailwindcss/typography from 0.5.0-alpha.2 to 0.5.9 Bumps [@tailwindcss/typography](https://github.com/tailwindcss/typography) from 0.5.0-alpha.2 to 0.5.9. - [Release notes](https://github.com/tailwindcss/typography/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss-typography/blob/master/CHANGELOG.md) - [Commits](https://github.com/tailwindcss/typography/commits/v0.5.9) --- updated-dependencies: - dependency-name: "@tailwindcss/typography" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 45 +++++++++++++++++++++++++++++++++++---------- package.json | 2 +- 2 files changed, 36 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7e9e294..c143e41 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "web-vitals": "^1.0.1" }, "devDependencies": { - "@tailwindcss/typography": "0.5.0-alpha.2", + "@tailwindcss/typography": "0.5.9", "autoprefixer": "^10.3.1", "postcss": "^8.3.5", "tailwindcss": "^2.2.4" @@ -3497,18 +3497,31 @@ } }, "node_modules/@tailwindcss/typography": { - "version": "0.5.0-alpha.2", - "resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.5.0-alpha.2.tgz", - "integrity": "sha512-xeTOHK2ki2ZfmmL0ThdPShM6iPtVtsw9Lt/9X6ZpZ0eaueluQESGIaE7r/3ZqqrN5ljpWkg6/5n04jyIOwiChA==", + "version": "0.5.9", + "resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.5.9.tgz", + "integrity": "sha512-t8Sg3DyynFysV9f4JDOVISGsjazNb48AeIYQwcL+Bsq5uf4RYL75C1giZ43KISjeDGBaTN3Kxh7Xj/vRSMJUUg==", "dev": true, "dependencies": { "lodash.castarray": "^4.4.0", "lodash.isplainobject": "^4.0.6", "lodash.merge": "^4.6.2", - "lodash.uniq": "^4.5.0" + "postcss-selector-parser": "6.0.10" }, "peerDependencies": { - "tailwindcss": ">=3.0.0 || >= 3.0.0-alpha.1" + "tailwindcss": ">=3.0.0 || insiders" + } + }, + "node_modules/@tailwindcss/typography/node_modules/postcss-selector-parser": { + "version": "6.0.10", + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.10.tgz", + "integrity": "sha512-IQ7TZdoaqbT+LCpShg46jnZVlhWD2w6iQYAcYXfHARZ7X1t/UGhhceQDs5X0cGqKvYlHNOuv7Oa1xmb0oQuA3w==", + "dev": true, + "dependencies": { + "cssesc": "^3.0.0", + "util-deprecate": "^1.0.2" + }, + "engines": { + "node": ">=4" } }, "node_modules/@tootallnate/once": { @@ -19678,15 +19691,27 @@ } }, "@tailwindcss/typography": { - "version": "0.5.0-alpha.2", - "resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.5.0-alpha.2.tgz", - "integrity": "sha512-xeTOHK2ki2ZfmmL0ThdPShM6iPtVtsw9Lt/9X6ZpZ0eaueluQESGIaE7r/3ZqqrN5ljpWkg6/5n04jyIOwiChA==", + "version": "0.5.9", + "resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.5.9.tgz", + "integrity": "sha512-t8Sg3DyynFysV9f4JDOVISGsjazNb48AeIYQwcL+Bsq5uf4RYL75C1giZ43KISjeDGBaTN3Kxh7Xj/vRSMJUUg==", "dev": true, "requires": { "lodash.castarray": "^4.4.0", "lodash.isplainobject": "^4.0.6", "lodash.merge": "^4.6.2", - "lodash.uniq": "^4.5.0" + "postcss-selector-parser": "6.0.10" + }, + "dependencies": { + "postcss-selector-parser": { + "version": "6.0.10", + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.10.tgz", + "integrity": "sha512-IQ7TZdoaqbT+LCpShg46jnZVlhWD2w6iQYAcYXfHARZ7X1t/UGhhceQDs5X0cGqKvYlHNOuv7Oa1xmb0oQuA3w==", + "dev": true, + "requires": { + "cssesc": "^3.0.0", + "util-deprecate": "^1.0.2" + } + } } }, "@tootallnate/once": { diff --git a/package.json b/package.json index ece903b..a3ff69b 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "web-vitals": "^1.0.1" }, "devDependencies": { - "@tailwindcss/typography": "0.5.0-alpha.2", + "@tailwindcss/typography": "0.5.9", "autoprefixer": "^10.3.1", "postcss": "^8.3.5", "tailwindcss": "^2.2.4"