From b1fe3e51d5caa62e87b4e5d756902aed516ee935 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Jan 2022 23:27:01 +0000 Subject: [PATCH] Bump markdown-it from 12.2.0 to 12.3.2 in /milo/frontend/resultui Bumps [markdown-it](https://github.com/markdown-it/markdown-it) from 12.2.0 to 12.3.2. - [Release notes](https://github.com/markdown-it/markdown-it/releases) - [Changelog](https://github.com/markdown-it/markdown-it/blob/master/CHANGELOG.md) - [Commits](https://github.com/markdown-it/markdown-it/compare/12.2.0...12.3.2) --- updated-dependencies: - dependency-name: markdown-it dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- milo/frontend/resultui/package-lock.json | 6 +++--- milo/frontend/resultui/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/milo/frontend/resultui/package-lock.json b/milo/frontend/resultui/package-lock.json index f92673a277b..bb88338f997 100644 --- a/milo/frontend/resultui/package-lock.json +++ b/milo/frontend/resultui/package-lock.json @@ -9012,9 +9012,9 @@ "dev": true }, "markdown-it": { - "version": "12.2.0", - "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-12.2.0.tgz", - "integrity": "sha512-Wjws+uCrVQRqOoJvze4HCqkKl1AsSh95iFAeQDwnyfxM09divCBSXlDR1uTvyUP3Grzpn4Ru8GeCxYPM8vkCQg==", + "version": "12.3.2", + "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-12.3.2.tgz", + "integrity": "sha512-TchMembfxfNVpHkbtriWltGWc+m3xszaRD0CZup7GFFhzIgQqxIfn3eGj1yZpfuflzPvfkt611B2Q/Bsk1YnGg==", "requires": { "argparse": "^2.0.1", "entities": "~2.1.0", diff --git a/milo/frontend/resultui/package.json b/milo/frontend/resultui/package.json index f0a90955377..75e557b7715 100644 --- a/milo/frontend/resultui/package.json +++ b/milo/frontend/resultui/package.json @@ -47,7 +47,7 @@ "lit-html": "^1.4.0", "lodash-es": "^4.17.21", "luxon": "^2.1.1", - "markdown-it": "^12.2.0", + "markdown-it": "^12.3.2", "mobx": "^5.15.7", "mobx-utils": "^5.6.2", "mustache": "^4.2.0",