From ebc2c6385bb15098a1eb4fea8360307fc24c0d59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Jan 2022 23:26:39 +0000 Subject: [PATCH] Bump markdown-it from 12.2.0 to 12.3.2 in /frontend Bumps [markdown-it](https://github.com/markdown-it/markdown-it) from 12.2.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.2.0...12.3.2) --- updated-dependencies: - dependency-name: markdown-it dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 14 +++++++------- frontend/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index a489287..76f2498 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -16,7 +16,7 @@ "html-webpack-plugin": "^3.2.0", "js-cookie": "^2.2.1", "luxon": "^1.28.0", - "markdown-it": "^12.2.0", + "markdown-it": "^12.3.2", "moment": "^2.29.1", "vue": "^2.6.14", "vue-clipboard2": "^0.3.1", @@ -9254,9 +9254,9 @@ } }, "node_modules/markdown-it": { - "version": "12.2.0", - "resolved": "https://registry.nlark.com/markdown-it/download/markdown-it-12.2.0.tgz", - "integrity": "sha1-CR9yD9XbIG+A3nqNHxpwNf0NONs=", + "version": "12.3.2", + "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-12.3.2.tgz", + "integrity": "sha512-TchMembfxfNVpHkbtriWltGWc+m3xszaRD0CZup7GFFhzIgQqxIfn3eGj1yZpfuflzPvfkt611B2Q/Bsk1YnGg==", "dependencies": { "argparse": "^2.0.1", "entities": "~2.1.0", @@ -22992,9 +22992,9 @@ } }, "markdown-it": { - "version": "12.2.0", - "resolved": "https://registry.nlark.com/markdown-it/download/markdown-it-12.2.0.tgz", - "integrity": "sha1-CR9yD9XbIG+A3nqNHxpwNf0NONs=", + "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/frontend/package.json b/frontend/package.json index ccd029c..c332ab7 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -19,7 +19,7 @@ "html-webpack-plugin": "^3.2.0", "js-cookie": "^2.2.1", "luxon": "^1.28.0", - "markdown-it": "^12.2.0", + "markdown-it": "^12.3.2", "moment": "^2.29.1", "vue": "^2.6.14", "vue-clipboard2": "^0.3.1",