mirror of
https://github.com/veggiemonk/awesome-docker.git
synced 2024-12-21 21:55:22 -05:00
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:
parent
ece84e8293
commit
64dbf4f7e4
18
package-lock.json
generated
18
package-lock.json
generated
@ -14,7 +14,7 @@
|
||||
"fs-extra": "10.0.1",
|
||||
"node-fetch": "3.2.2",
|
||||
"rimraf": "3.0.2",
|
||||
"showdown": "^2.0.2"
|
||||
"showdown": "^2.0.3"
|
||||
}
|
||||
},
|
||||
"node_modules/balanced-match": {
|
||||
@ -401,14 +401,18 @@
|
||||
}
|
||||
},
|
||||
"node_modules/showdown": {
|
||||
"version": "2.0.2",
|
||||
"resolved": "https://registry.npmjs.org/showdown/-/showdown-2.0.2.tgz",
|
||||
"integrity": "sha512-4z4aAfKk6WdDKGYYpBcdTovTSw/ock6/fg363pR4JECnEMbnFfwSV2B59IfesQQ6hTRVEebx7VXxMm0/KiAUgg==",
|
||||
"version": "2.0.3",
|
||||
"resolved": "https://registry.npmjs.org/showdown/-/showdown-2.0.3.tgz",
|
||||
"integrity": "sha512-jHytkv5c5YFTAOYIIaTT1zLL/aC+7C1FiP0CIGQozhHnnFSbor1oYkaNqWFL6CpB3zJNPPSxJrAlsHgzN14knQ==",
|
||||
"dependencies": {
|
||||
"commander": "^9.0.0"
|
||||
},
|
||||
"bin": {
|
||||
"showdown": "bin/showdown.js"
|
||||
},
|
||||
"funding": {
|
||||
"type": "individual",
|
||||
"url": "http://example.com/donate"
|
||||
}
|
||||
},
|
||||
"node_modules/tslib": {
|
||||
@ -709,9 +713,9 @@
|
||||
}
|
||||
},
|
||||
"showdown": {
|
||||
"version": "2.0.2",
|
||||
"resolved": "https://registry.npmjs.org/showdown/-/showdown-2.0.2.tgz",
|
||||
"integrity": "sha512-4z4aAfKk6WdDKGYYpBcdTovTSw/ock6/fg363pR4JECnEMbnFfwSV2B59IfesQQ6hTRVEebx7VXxMm0/KiAUgg==",
|
||||
"version": "2.0.3",
|
||||
"resolved": "https://registry.npmjs.org/showdown/-/showdown-2.0.3.tgz",
|
||||
"integrity": "sha512-jHytkv5c5YFTAOYIIaTT1zLL/aC+7C1FiP0CIGQozhHnnFSbor1oYkaNqWFL6CpB3zJNPPSxJrAlsHgzN14knQ==",
|
||||
"requires": {
|
||||
"commander": "^9.0.0"
|
||||
}
|
||||
|
@ -24,6 +24,6 @@
|
||||
"fs-extra": "10.0.1",
|
||||
"node-fetch": "3.2.2",
|
||||
"rimraf": "3.0.2",
|
||||
"showdown": "^2.0.2"
|
||||
"showdown": "^2.0.3"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user