build(deps): Bump markdown-it from 13.0.0 to 13.0.1

Bumps [markdown-it](https://github.com/markdown-it/markdown-it) from 13.0.0 to 13.0.1.
- [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/13.0.0...13.0.1)

---
updated-dependencies:
- dependency-name: markdown-it
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-05-07 01:04:03 +00:00
committed by GitHub
parent b86fbb3cd8
commit 5a1f5757c1
2 changed files with 16 additions and 16 deletions

30
package-lock.json generated
View File

@@ -25,7 +25,7 @@
"blueimp-md5": "^2.19.0",
"dompurify": "^2.3.6",
"lodash": "^4.17.21",
"markdown-it": "^13.0.0",
"markdown-it": "^13.0.1",
"markdown-it-link-attributes": "^4.0.0",
"markdown-it-task-lists": "^2.1.1",
"moment": "^2.29.3",
@@ -11725,9 +11725,9 @@
"license": "MIT"
},
"node_modules/linkify-it": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/linkify-it/-/linkify-it-4.0.0.tgz",
"integrity": "sha512-QAxkXyzT/TXgwGyY4rTgC95Ex6/lZ5/lYTV9nug6eJt93BCBQGOE47D/g2+/m5J1MrVLr2ot97OXkBZ9bBpR4A==",
"version": "4.0.1",
"resolved": "https://registry.npmjs.org/linkify-it/-/linkify-it-4.0.1.tgz",
"integrity": "sha512-C7bfi1UZmoj8+PQx22XyeXCuBlokoyWQL5pWSP+EI6nzRylyThouddufc2c1NDIcP9k5agmN9fLpA7VNJfIiqw==",
"dependencies": {
"uc.micro": "^1.0.1"
}
@@ -11896,13 +11896,13 @@
}
},
"node_modules/markdown-it": {
"version": "13.0.0",
"resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-13.0.0.tgz",
"integrity": "sha512-WArlIpVFvVwb8t3wgJuOsbMLhNWlzuQM7H2qXmuUEnBtXRqKjLjwFUMbZOyJgHygVZSjvcLR4EcXcRilqMavrA==",
"version": "13.0.1",
"resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-13.0.1.tgz",
"integrity": "sha512-lTlxriVoy2criHP0JKRhO2VDG9c2ypWCsT237eDiLqi09rmbKoUetyGHq2uOIRoRS//kfoJckS0eUzzkDR+k2Q==",
"dependencies": {
"argparse": "^2.0.1",
"entities": "~3.0.1",
"linkify-it": "^4.0.0",
"linkify-it": "^4.0.1",
"mdurl": "^1.0.1",
"uc.micro": "^1.0.5"
},
@@ -26069,9 +26069,9 @@
"dev": true
},
"linkify-it": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/linkify-it/-/linkify-it-4.0.0.tgz",
"integrity": "sha512-QAxkXyzT/TXgwGyY4rTgC95Ex6/lZ5/lYTV9nug6eJt93BCBQGOE47D/g2+/m5J1MrVLr2ot97OXkBZ9bBpR4A==",
"version": "4.0.1",
"resolved": "https://registry.npmjs.org/linkify-it/-/linkify-it-4.0.1.tgz",
"integrity": "sha512-C7bfi1UZmoj8+PQx22XyeXCuBlokoyWQL5pWSP+EI6nzRylyThouddufc2c1NDIcP9k5agmN9fLpA7VNJfIiqw==",
"requires": {
"uc.micro": "^1.0.1"
}
@@ -26196,13 +26196,13 @@
"version": "1.0.4"
},
"markdown-it": {
"version": "13.0.0",
"resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-13.0.0.tgz",
"integrity": "sha512-WArlIpVFvVwb8t3wgJuOsbMLhNWlzuQM7H2qXmuUEnBtXRqKjLjwFUMbZOyJgHygVZSjvcLR4EcXcRilqMavrA==",
"version": "13.0.1",
"resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-13.0.1.tgz",
"integrity": "sha512-lTlxriVoy2criHP0JKRhO2VDG9c2ypWCsT237eDiLqi09rmbKoUetyGHq2uOIRoRS//kfoJckS0eUzzkDR+k2Q==",
"requires": {
"argparse": "^2.0.1",
"entities": "~3.0.1",
"linkify-it": "^4.0.0",
"linkify-it": "^4.0.1",
"mdurl": "^1.0.1",
"uc.micro": "^1.0.5"
},

View File

@@ -45,7 +45,7 @@
"blueimp-md5": "^2.19.0",
"dompurify": "^2.3.6",
"lodash": "^4.17.21",
"markdown-it": "^13.0.0",
"markdown-it": "^13.0.1",
"markdown-it-task-lists": "^2.1.1",
"markdown-it-link-attributes": "^4.0.0",
"moment": "^2.29.3",