From 51a3905e6d9d4375981ef27555e2311c2590096d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Jan 2022 22:56:02 +0000 Subject: [PATCH] Bump markdown-it from 12.0.6 to 12.3.2 Bumps [markdown-it](https://github.com/markdown-it/markdown-it) from 12.0.6 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.0.6...12.3.2) --- updated-dependencies: - dependency-name: markdown-it dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index a762497..40c4f64 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "bulma": "^0.9.2", "fuse.js": "^6.4.6", "lodash.flatten": "^4.4.0", - "markdown-it": "^12.0.6", + "markdown-it": "^12.3.2", "markdown-it-ast": "^0.0.1", "node-sass": "^5.0.0", "react": "^17.0.2", diff --git a/yarn.lock b/yarn.lock index 9940378..20f1b83 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7261,10 +7261,10 @@ markdown-it-ast@^0.0.1: resolved "https://registry.npmjs.org/markdown-it-ast/-/markdown-it-ast-0.0.1.tgz" integrity sha1-joRzg3qzsy/RwjZTrm1HZj+XdTg= -markdown-it@^12.0.6: - version "12.0.6" - resolved "https://registry.npmjs.org/markdown-it/-/markdown-it-12.0.6.tgz" - integrity sha512-qv3sVLl4lMT96LLtR7xeRJX11OUFjsaD5oVat2/SNBIb21bJXwal2+SklcRbTwGwqWpWH/HRtYavOoJE+seL8w== +markdown-it@^12.3.2: + version "12.3.2" + resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-12.3.2.tgz#bf92ac92283fe983fe4de8ff8abfb5ad72cd0c90" + integrity sha512-TchMembfxfNVpHkbtriWltGWc+m3xszaRD0CZup7GFFhzIgQqxIfn3eGj1yZpfuflzPvfkt611B2Q/Bsk1YnGg== dependencies: argparse "^2.0.1" entities "~2.1.0"