Bump markdown-it from 13.0.0 to 13.0.1 (#729)

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:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Rob Larsen <rob@htmlcssjavascript.com>
This commit is contained in:
dependabot[bot] 2022-06-27 10:52:49 -04:00 committed by GitHub
parent a4592fdff3
commit 11fcca9fa6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 16 deletions

30
package-lock.json generated
View File

@ -15,7 +15,7 @@
"clean-css": "^5.3.0",
"html-minifier": "^4.0.0",
"luxon": "^2.3.1",
"markdown-it": "^13.0.0",
"markdown-it": "^13.0.1",
"markdown-it-anchor": "^8.6.2",
"uglify-es": "^3.3.9"
}
@ -2286,9 +2286,9 @@
}
},
"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==",
"dev": true,
"dependencies": {
"uc.micro": "^1.0.1"
@ -2426,14 +2426,14 @@
}
},
"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==",
"dev": true,
"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"
},
@ -6243,9 +6243,9 @@
}
},
"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==",
"dev": true,
"requires": {
"uc.micro": "^1.0.1"
@ -6348,14 +6348,14 @@
"dev": true
},
"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==",
"dev": true,
"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

@ -44,7 +44,7 @@
"clean-css": "^5.3.0",
"html-minifier": "^4.0.0",
"luxon": "^2.3.1",
"markdown-it": "^13.0.0",
"markdown-it": "^13.0.1",
"markdown-it-anchor": "^8.6.2",
"uglify-es": "^3.3.9"
},