From 91f262c8652bc841eac6c35ac0b035f18d6dd1a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Jan 2022 22:42:36 +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:development ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9462f4f1..89e5bf1b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,7 +5,7 @@ "requires": true, "packages": { "": { - "version": "4.10.0", + "version": "4.11.1", "license": "MIT", "dependencies": { "mathjax": "https://github.com/atom-community/MathJax/archive/2.7.4-electron.0.1.0.tar.gz", @@ -34,7 +34,7 @@ "file-uri-to-path": "^2.0.0", "fs-extra": "^10.0.0", "lodash": "^4.17.20", - "markdown-it": "^12.0.1", + "markdown-it": "^12.3.2", "markdown-it-anchor": "^7.1.0", "markdown-it-attrs": "^4.0.0", "markdown-it-bracketed-spans": "^1.0.1", @@ -9534,9 +9534,9 @@ } }, "node_modules/markdown-it": { - "version": "12.0.6", - "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-12.0.6.tgz", - "integrity": "sha512-qv3sVLl4lMT96LLtR7xeRJX11OUFjsaD5oVat2/SNBIb21bJXwal2+SklcRbTwGwqWpWH/HRtYavOoJE+seL8w==", + "version": "12.3.2", + "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-12.3.2.tgz", + "integrity": "sha512-TchMembfxfNVpHkbtriWltGWc+m3xszaRD0CZup7GFFhzIgQqxIfn3eGj1yZpfuflzPvfkt611B2Q/Bsk1YnGg==", "dev": true, "dependencies": { "argparse": "^2.0.1", @@ -23570,9 +23570,9 @@ } }, "markdown-it": { - "version": "12.0.6", - "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-12.0.6.tgz", - "integrity": "sha512-qv3sVLl4lMT96LLtR7xeRJX11OUFjsaD5oVat2/SNBIb21bJXwal2+SklcRbTwGwqWpWH/HRtYavOoJE+seL8w==", + "version": "12.3.2", + "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-12.3.2.tgz", + "integrity": "sha512-TchMembfxfNVpHkbtriWltGWc+m3xszaRD0CZup7GFFhzIgQqxIfn3eGj1yZpfuflzPvfkt611B2Q/Bsk1YnGg==", "dev": true, "requires": { "argparse": "^2.0.1", diff --git a/package.json b/package.json index dc64ef2f..00dfe7a0 100644 --- a/package.json +++ b/package.json @@ -108,7 +108,7 @@ "file-uri-to-path": "^2.0.0", "fs-extra": "^10.0.0", "lodash": "^4.17.20", - "markdown-it": "^12.0.1", + "markdown-it": "^12.3.2", "markdown-it-anchor": "^7.1.0", "markdown-it-attrs": "^4.0.0", "markdown-it-bracketed-spans": "^1.0.1",