From ce50ae0595737a096e4504d70bf606f2e4886623 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 10:35:32 +0000 Subject: [PATCH] :robot: Bump @tailwindcss/typography in /kubelab-ui Bumps [@tailwindcss/typography](https://github.com/tailwindlabs/tailwindcss-typography) from 0.5.10 to 0.5.13. - [Release notes](https://github.com/tailwindlabs/tailwindcss-typography/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss-typography/blob/master/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss-typography/compare/v0.5.10...v0.5.13) --- updated-dependencies: - dependency-name: "@tailwindcss/typography" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- kubelab-ui/package-lock.json | 8 ++++---- kubelab-ui/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/kubelab-ui/package-lock.json b/kubelab-ui/package-lock.json index 82575f4..76cc340 100644 --- a/kubelab-ui/package-lock.json +++ b/kubelab-ui/package-lock.json @@ -31,7 +31,7 @@ "@sveltejs/kit": "^1.25.2", "@tailwindcss/forms": "^0.5.3", "@tailwindcss/line-clamp": "^0.4.4", - "@tailwindcss/typography": "^0.5.10", + "@tailwindcss/typography": "^0.5.13", "@types/marked": "^5.0.0", "@types/node": "^20.11.30", "@types/prismjs": "^1.26.3", @@ -988,9 +988,9 @@ } }, "node_modules/@tailwindcss/typography": { - "version": "0.5.10", - "resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.5.10.tgz", - "integrity": "sha512-Pe8BuPJQJd3FfRnm6H0ulKIGoMEQS+Vq01R6M5aCrFB/ccR/shT+0kXLjouGC1gFLm9hopTFN+DMP0pfwRWzPw==", + "version": "0.5.13", + "resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.5.13.tgz", + "integrity": "sha512-ADGcJ8dX21dVVHIwTRgzrcunY6YY9uSlAHHGVKvkA+vLc5qLwEszvKts40lx7z0qc4clpjclwLeK5rVCV2P/uw==", "dev": true, "dependencies": { "lodash.castarray": "^4.4.0", diff --git a/kubelab-ui/package.json b/kubelab-ui/package.json index 6714651..d173948 100644 --- a/kubelab-ui/package.json +++ b/kubelab-ui/package.json @@ -20,7 +20,7 @@ "@sveltejs/kit": "^1.25.2", "@tailwindcss/forms": "^0.5.3", "@tailwindcss/line-clamp": "^0.4.4", - "@tailwindcss/typography": "^0.5.10", + "@tailwindcss/typography": "^0.5.13", "@types/marked": "^5.0.0", "@types/node": "^20.11.30", "@types/prismjs": "^1.26.3",