From 0ccd29cc7135f54e9cd8583629835679248ed7f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Dec 2021 17:09:16 -0800 Subject: [PATCH] Bump markdown-it from 12.2.0 to 12.3.0 (#391) Bumps [markdown-it](https://github.com/markdown-it/markdown-it) from 12.2.0 to 12.3.0. - [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.0) --- updated-dependencies: - dependency-name: markdown-it dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- web/package-lock.json | 14 +++++++------- web/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/web/package-lock.json b/web/package-lock.json index 984ad6c4f..812592924 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -15,7 +15,7 @@ "classnames": "^2.3.1", "date-fns": "^2.27.0", "lodash": "^4.17.21", - "markdown-it": "^12.2.0", + "markdown-it": "^12.3.0", "next": "^12.0.7", "prop-types": "^15.7.2", "rc-util": "^5.16.1", @@ -3781,9 +3781,9 @@ } }, "node_modules/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.0", + "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-12.3.0.tgz", + "integrity": "sha512-T345UZZ6ejQWTjG6PSEHplzNy5m4kF6zvUpHVDv8Snl/pEU0OxIK0jGg8YLVNwJvT8E0YJC7/2UvssJDk/wQCQ==", "dependencies": { "argparse": "^2.0.1", "entities": "~2.1.0", @@ -9471,9 +9471,9 @@ } }, "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.0", + "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-12.3.0.tgz", + "integrity": "sha512-T345UZZ6ejQWTjG6PSEHplzNy5m4kF6zvUpHVDv8Snl/pEU0OxIK0jGg8YLVNwJvT8E0YJC7/2UvssJDk/wQCQ==", "requires": { "argparse": "^2.0.1", "entities": "~2.1.0", diff --git a/web/package.json b/web/package.json index 4d9ec1f50..364292055 100644 --- a/web/package.json +++ b/web/package.json @@ -16,7 +16,7 @@ "classnames": "^2.3.1", "date-fns": "^2.27.0", "lodash": "^4.17.21", - "markdown-it": "^12.2.0", + "markdown-it": "^12.3.0", "next": "^12.0.7", "prop-types": "^15.7.2", "rc-util": "^5.16.1",