From 8b64b2793401384b58b31d836481e4a9c45beafa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 18:02:46 +0000 Subject: [PATCH] Bump @tailwindcss/typography from 0.5.9 to 0.5.10 in /ui Bumps [@tailwindcss/typography](https://github.com/tailwindcss/typography) from 0.5.9 to 0.5.10. - [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.9...v0.5.10) --- updated-dependencies: - dependency-name: "@tailwindcss/typography" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- ui/package-lock.json | 8 ++++---- ui/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ui/package-lock.json b/ui/package-lock.json index 69f67cf..1b42a52 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -33,7 +33,7 @@ "@tailwindcss/aspect-ratio": "0.4.2", "@tailwindcss/forms": "0.5.4", "@tailwindcss/line-clamp": "0.4.4", - "@tailwindcss/typography": "0.5.9", + "@tailwindcss/typography": "0.5.10", "@types/jasmine": "~4.3.5", "autoprefixer": "^10.4.15", "fs-extra": "11.1.1", @@ -4720,9 +4720,9 @@ } }, "node_modules/@tailwindcss/typography": { - "version": "0.5.9", - "resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.5.9.tgz", - "integrity": "sha512-t8Sg3DyynFysV9f4JDOVISGsjazNb48AeIYQwcL+Bsq5uf4RYL75C1giZ43KISjeDGBaTN3Kxh7Xj/vRSMJUUg==", + "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", diff --git a/ui/package.json b/ui/package.json index ca3e3fe..504752a 100644 --- a/ui/package.json +++ b/ui/package.json @@ -39,7 +39,7 @@ "@tailwindcss/aspect-ratio": "0.4.2", "@tailwindcss/forms": "0.5.4", "@tailwindcss/line-clamp": "0.4.4", - "@tailwindcss/typography": "0.5.9", + "@tailwindcss/typography": "0.5.10", "@types/jasmine": "~4.3.5", "autoprefixer": "^10.4.15", "fs-extra": "11.1.1",