Bump showdown from 2.0.0 to 2.0.1 (#981)

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

---
updated-dependencies:
- dependency-name: showdown
  dependency-type: direct:production
  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>
This commit is contained in:
dependabot[bot] 2022-03-02 18:35:48 +01:00 committed by GitHub
parent 57e5633532
commit abdf5a988a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -14,7 +14,7 @@
"fs-extra": "10.0.1",
"node-fetch": "3.2.1",
"rimraf": "3.0.2",
"showdown": "^2.0.0"
"showdown": "^2.0.1"
}
},
"node_modules/ansi-regex": {
@ -478,9 +478,9 @@
}
},
"node_modules/showdown": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/showdown/-/showdown-2.0.0.tgz",
"integrity": "sha512-Gz0wkh/EBFbEH+Nb85nyRSrcRvPecgt8c6fk/ICaOQ2dVsWCvZU5jfViPtBIyLXVYooICO0WTl7vLsoPaIH09w==",
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/showdown/-/showdown-2.0.1.tgz",
"integrity": "sha512-03JpT+yiQbYJynAkzCPJFZKbGHf4q9nly+oDcD32oiyc00wNII+cd8EuXFYwYWXroUIoSgxPYuts9YPQfGIkIw==",
"dependencies": {
"yargs": "^17.2.1"
},
@ -915,9 +915,9 @@
}
},
"showdown": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/showdown/-/showdown-2.0.0.tgz",
"integrity": "sha512-Gz0wkh/EBFbEH+Nb85nyRSrcRvPecgt8c6fk/ICaOQ2dVsWCvZU5jfViPtBIyLXVYooICO0WTl7vLsoPaIH09w==",
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/showdown/-/showdown-2.0.1.tgz",
"integrity": "sha512-03JpT+yiQbYJynAkzCPJFZKbGHf4q9nly+oDcD32oiyc00wNII+cd8EuXFYwYWXroUIoSgxPYuts9YPQfGIkIw==",
"requires": {
"yargs": "^17.2.1"
}

View File

@ -24,6 +24,6 @@
"fs-extra": "10.0.1",
"node-fetch": "3.2.1",
"rimraf": "3.0.2",
"showdown": "^2.0.0"
"showdown": "^2.0.1"
}
}