From fe61d47c1bd2be9bc634d5ad36f87830d1f6073c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2020 10:00:40 +0000 Subject: [PATCH] chore(deps): update dependency @types/markdown-it to v10.0.2 (#6968) Co-authored-by: Renovate Bot <bot@renovateapp.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 812de7cee7..35291b0e12 100644 --- a/package.json +++ b/package.json @@ -205,7 +205,7 @@ "@types/later": "1.2.6", "@types/linkify-markdown": "1.0.0", "@types/luxon": "1.24.3", - "@types/markdown-it": "10.0.1", + "@types/markdown-it": "10.0.2", "@types/markdown-table": "2.0.0", "@types/moment-timezone": "0.5.13", "@types/nock": "10.0.3", diff --git a/yarn.lock b/yarn.lock index f767f31a95..38f3d1a101 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1742,10 +1742,10 @@ resolved "https://registry.yarnpkg.com/@types/luxon/-/luxon-1.24.3.tgz#2e360e02b081898f993c52901192224e1f3d6daa" integrity sha512-8lkeHb0Hkpyqmj0lYrZItakKM73jaKTUe4/PMl2e8o96oxTUzagbbz2DUOMn0NpjSovmZQTJvoCheFeI2bwS4g== -"@types/markdown-it@10.0.1": - version "10.0.1" - resolved "https://registry.yarnpkg.com/@types/markdown-it/-/markdown-it-10.0.1.tgz#94e252ab689c8e9ceb9aff2946e0a458390105eb" - integrity sha512-L1ibTdA5IUe/cRBlf3N3syAOBQSN1WCMGtAWir6mKxibiRl4LmpZM4jLz+7zAqiMnhQuAP1sqZOF9wXgn2kpEg== +"@types/markdown-it@10.0.2": + version "10.0.2" + resolved "https://registry.yarnpkg.com/@types/markdown-it/-/markdown-it-10.0.2.tgz#f93334b9c7821ddb19865dfd91ecf688094c2626" + integrity sha512-FGKiVW1UgeIEAChYAuHcfCd0W4LsMEyrSyTVaZiuJhwR4BwSVUD8JKnzmWAMK2FHNLZSPGUaEkpa/dkZj2uq1w== dependencies: "@types/linkify-it" "*" "@types/mdurl" "*" -- GitLab