Bump showdown from 2.0.3 to 2.1.0 (#992)

Bumps [showdown](https://github.com/showdownjs/showdown) from 2.0.3 to 2.1.0.
- [Release notes](https://github.com/showdownjs/showdown/releases)
- [Changelog](https://github.com/showdownjs/showdown/blob/2.1.0/CHANGELOG.md)
- [Commits](https://github.com/showdownjs/showdown/compare/2.0.3...2.1.0)

---
updated-dependencies:
- dependency-name: showdown
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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] 2022-04-25 20:51:11 +02:00 committed by GitHub
parent b59e13ae6d
commit 4839b34936
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View File

@ -14,7 +14,7 @@
"fs-extra": "10.1.0",
"node-fetch": "3.2.3",
"rimraf": "3.0.2",
"showdown": "^2.0.3"
"showdown": "^2.1.0"
}
},
"node_modules/balanced-match": {
@ -401,9 +401,9 @@
}
},
"node_modules/showdown": {
"version": "2.0.3",
"resolved": "https://registry.npmjs.org/showdown/-/showdown-2.0.3.tgz",
"integrity": "sha512-jHytkv5c5YFTAOYIIaTT1zLL/aC+7C1FiP0CIGQozhHnnFSbor1oYkaNqWFL6CpB3zJNPPSxJrAlsHgzN14knQ==",
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/showdown/-/showdown-2.1.0.tgz",
"integrity": "sha512-/6NVYu4U819R2pUIk79n67SYgJHWCce0a5xTP979WbNp0FL9MN1I1QK662IDU1b6JzKTvmhgI7T7JYIxBi3kMQ==",
"dependencies": {
"commander": "^9.0.0"
},
@ -412,7 +412,7 @@
},
"funding": {
"type": "individual",
"url": "http://example.com/donate"
"url": "https://www.paypal.me/tiviesantos"
}
},
"node_modules/tslib": {
@ -713,9 +713,9 @@
}
},
"showdown": {
"version": "2.0.3",
"resolved": "https://registry.npmjs.org/showdown/-/showdown-2.0.3.tgz",
"integrity": "sha512-jHytkv5c5YFTAOYIIaTT1zLL/aC+7C1FiP0CIGQozhHnnFSbor1oYkaNqWFL6CpB3zJNPPSxJrAlsHgzN14knQ==",
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/showdown/-/showdown-2.1.0.tgz",
"integrity": "sha512-/6NVYu4U819R2pUIk79n67SYgJHWCce0a5xTP979WbNp0FL9MN1I1QK662IDU1b6JzKTvmhgI7T7JYIxBi3kMQ==",
"requires": {
"commander": "^9.0.0"
}

View File

@ -24,6 +24,6 @@
"fs-extra": "10.1.0",
"node-fetch": "3.2.3",
"rimraf": "3.0.2",
"showdown": "^2.0.3"
"showdown": "^2.1.0"
}
}