Bump showdown from 2.0.2 to 2.0.3 (#986)

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

---
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-08 16:04:04 +01:00 committed by GitHub
parent ece84e8293
commit 64dbf4f7e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 8 deletions

18
package-lock.json generated
View File

@ -14,7 +14,7 @@
"fs-extra": "10.0.1", "fs-extra": "10.0.1",
"node-fetch": "3.2.2", "node-fetch": "3.2.2",
"rimraf": "3.0.2", "rimraf": "3.0.2",
"showdown": "^2.0.2" "showdown": "^2.0.3"
} }
}, },
"node_modules/balanced-match": { "node_modules/balanced-match": {
@ -401,14 +401,18 @@
} }
}, },
"node_modules/showdown": { "node_modules/showdown": {
"version": "2.0.2", "version": "2.0.3",
"resolved": "https://registry.npmjs.org/showdown/-/showdown-2.0.2.tgz", "resolved": "https://registry.npmjs.org/showdown/-/showdown-2.0.3.tgz",
"integrity": "sha512-4z4aAfKk6WdDKGYYpBcdTovTSw/ock6/fg363pR4JECnEMbnFfwSV2B59IfesQQ6hTRVEebx7VXxMm0/KiAUgg==", "integrity": "sha512-jHytkv5c5YFTAOYIIaTT1zLL/aC+7C1FiP0CIGQozhHnnFSbor1oYkaNqWFL6CpB3zJNPPSxJrAlsHgzN14knQ==",
"dependencies": { "dependencies": {
"commander": "^9.0.0" "commander": "^9.0.0"
}, },
"bin": { "bin": {
"showdown": "bin/showdown.js" "showdown": "bin/showdown.js"
},
"funding": {
"type": "individual",
"url": "http://example.com/donate"
} }
}, },
"node_modules/tslib": { "node_modules/tslib": {
@ -709,9 +713,9 @@
} }
}, },
"showdown": { "showdown": {
"version": "2.0.2", "version": "2.0.3",
"resolved": "https://registry.npmjs.org/showdown/-/showdown-2.0.2.tgz", "resolved": "https://registry.npmjs.org/showdown/-/showdown-2.0.3.tgz",
"integrity": "sha512-4z4aAfKk6WdDKGYYpBcdTovTSw/ock6/fg363pR4JECnEMbnFfwSV2B59IfesQQ6hTRVEebx7VXxMm0/KiAUgg==", "integrity": "sha512-jHytkv5c5YFTAOYIIaTT1zLL/aC+7C1FiP0CIGQozhHnnFSbor1oYkaNqWFL6CpB3zJNPPSxJrAlsHgzN14knQ==",
"requires": { "requires": {
"commander": "^9.0.0" "commander": "^9.0.0"
} }

View File

@ -24,6 +24,6 @@
"fs-extra": "10.0.1", "fs-extra": "10.0.1",
"node-fetch": "3.2.2", "node-fetch": "3.2.2",
"rimraf": "3.0.2", "rimraf": "3.0.2",
"showdown": "^2.0.2" "showdown": "^2.0.3"
} }
} }