From 52aaee671620498f5b08c869ee1e1444940286ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Apr 2022 00:38:43 +0000 Subject: [PATCH] build(deps): bump markdown-it from 12.3.0 to 12.3.2 Bumps [markdown-it](https://github.com/markdown-it/markdown-it) from 12.3.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.3.0...12.3.2) --- updated-dependencies: - dependency-name: markdown-it dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1b07f18..8289978 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6264,9 +6264,9 @@ } }, "markdown-it": { - "version": "12.3.0", - "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-12.3.0.tgz", - "integrity": "sha512-T345UZZ6ejQWTjG6PSEHplzNy5m4kF6zvUpHVDv8Snl/pEU0OxIK0jGg8YLVNwJvT8E0YJC7/2UvssJDk/wQCQ==", + "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/package.json b/package.json index 330131a..1524fc0 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "jquery": "^3.6.0", "jsonwebtoken": "^8.5.1", "luxon": "^2.3.0", - "markdown-it": "^12.3.0", + "markdown-it": "^12.3.2", "mongoose": "^6.1.4", "multer": "^1.4.4", "nunjucks": "^3.2.3",