chore(deps-dev): Bump markdown-it from 12.0.4 to 12.0.6 (#2017)

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

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-04-19 00:28:04 -05:00 committed by GitHub
parent c19b1a5af5
commit 094fc3104e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -4424,9 +4424,9 @@
"dev": true "dev": true
}, },
"markdown-it": { "markdown-it": {
"version": "12.0.4", "version": "12.0.6",
"resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-12.0.4.tgz", "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-12.0.6.tgz",
"integrity": "sha512-34RwOXZT8kyuOJy25oJNJoulO8L0bTHYWXcdZBYZqFnjIy3NgjeoM3FmPXIOFQ26/lSHYMr8oc62B6adxXcb3Q==", "integrity": "sha512-qv3sVLl4lMT96LLtR7xeRJX11OUFjsaD5oVat2/SNBIb21bJXwal2+SklcRbTwGwqWpWH/HRtYavOoJE+seL8w==",
"dev": true, "dev": true,
"requires": { "requires": {
"argparse": "^2.0.1", "argparse": "^2.0.1",

View File

@ -53,7 +53,7 @@
"front-matter": "^4.0.2", "front-matter": "^4.0.2",
"highlight.js": "^10.7.2", "highlight.js": "^10.7.2",
"jasmine": "^3.7.0", "jasmine": "^3.7.0",
"markdown-it": "12.0.4", "markdown-it": "12.0.6",
"node-fetch": "^2.6.1", "node-fetch": "^2.6.1",
"rollup": "^2.45.1", "rollup": "^2.45.1",
"rollup-plugin-license": "^2.3.0", "rollup-plugin-license": "^2.3.0",