mirror of
https://github.com/veggiemonk/awesome-docker.git
synced 2025-02-01 17:15:06 -05:00
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:
parent
57e5633532
commit
abdf5a988a
14
package-lock.json
generated
14
package-lock.json
generated
@ -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"
|
||||
}
|
||||
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user