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",