From 1e9f30d43d773aaec5d83597679ae0ff91b09578 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jan 2023 17:10:28 +0000 Subject: [PATCH] build(deps): bump @tailwindcss/typography from 0.5.8 to 0.5.9 in /web Bumps [@tailwindcss/typography](https://github.com/tailwindcss/typography) from 0.5.8 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/compare/v0.5.8...v0.5.9) --- updated-dependencies: - dependency-name: "@tailwindcss/typography" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- web/package-lock.json | 8 ++++---- web/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/web/package-lock.json b/web/package-lock.json index 327345ab..408fe1a4 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -13,7 +13,7 @@ "@headlessui/react": "^1.7.7", "@mapbox/rehype-prism": "^0.8.0", "@netlify/plugin-nextjs": "^4.29.4", - "@tailwindcss/typography": "^0.5.8", + "@tailwindcss/typography": "^0.5.9", "classnames": "^2.3.2", "colord": "^2.9.3", "d3": "^7.8.0", @@ -1146,9 +1146,9 @@ } }, "node_modules/@tailwindcss/typography": { - "version": "0.5.8", - "resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.5.8.tgz", - "integrity": "sha512-xGQEp8KXN8Sd8m6R4xYmwxghmswrd0cPnNI2Lc6fmrC3OojysTBJJGSIVwPV56q4t6THFUK3HJ0EaWwpglSxWw==", + "version": "0.5.9", + "resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.5.9.tgz", + "integrity": "sha512-t8Sg3DyynFysV9f4JDOVISGsjazNb48AeIYQwcL+Bsq5uf4RYL75C1giZ43KISjeDGBaTN3Kxh7Xj/vRSMJUUg==", "dependencies": { "lodash.castarray": "^4.4.0", "lodash.isplainobject": "^4.0.6", diff --git a/web/package.json b/web/package.json index cc8484a1..d7861be6 100644 --- a/web/package.json +++ b/web/package.json @@ -25,7 +25,7 @@ "@headlessui/react": "^1.7.7", "@mapbox/rehype-prism": "^0.8.0", "@netlify/plugin-nextjs": "^4.29.4", - "@tailwindcss/typography": "^0.5.8", + "@tailwindcss/typography": "^0.5.9", "classnames": "^2.3.2", "colord": "^2.9.3", "d3": "^7.8.0",