Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/files_markdown.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-01-13 01:43:04 +0300
committerGitHub <noreply@github.com>2022-01-13 01:43:04 +0300
commitbb9b2405da6f0d4eee858b652e736d15e84fb751 (patch)
tree20f8378bb9c9ca84a83812eacbc24593e6da4775
parentc515ef97795005090f84994768e8786fc0db6332 (diff)
Bump markdown-it from 12.2.0 to 12.3.2dependabot/npm_and_yarn/markdown-it-12.3.2
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] <support@github.com>
-rw-r--r--package-lock.json14
-rw-r--r--package.json2
2 files changed, 8 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json
index f782db4..50611bb 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -7,7 +7,7 @@
"dependencies": {
"highlight.js": "^11.3.1",
"katex": "^0.15.1",
- "markdown-it": "^12.2.0",
+ "markdown-it": "^12.3.2",
"markdown-it-anchor": "^8.4.1",
"markdown-it-for-inline": "^0.1.1",
"markdown-it-github-preamble": "^1.0.0",
@@ -4459,9 +4459,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.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",
@@ -10309,9 +10309,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.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 c2819e7..46846ad 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
"dependencies": {
"highlight.js": "^11.3.1",
"katex": "^0.15.1",
- "markdown-it": "^12.2.0",
+ "markdown-it": "^12.3.2",
"markdown-it-anchor": "^8.4.1",
"markdown-it-for-inline": "^0.1.1",
"markdown-it-github-preamble": "^1.0.0",