diff --git a/README.md b/README.md index 2a1ef1af5..cd039c320 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Repository | Reference | Recent Version [aws-sdk][aws-sdkGHUrl] | [Documentation][aws-sdkDOCUrl] | [![NPM version][aws-sdkNPMVersionImage]][aws-sdkNPMUrl] [body-parser][body-parserGHUrl] | [Documentation][body-parserDOCUrl] | [![NPM version][body-parserNPMVersionImage]][body-parserNPMUrl] [bootstrap][bootstrapGHUrl] | [Documentation][bootstrapDOCUrl] | [![NPM version][bootstrapNPMVersionImage]][bootstrapNPMUrl] -[bootstrap-markdown][bootstrap-markdownGHUrl] | [Documentation][bootstrap-markdownDOCUrl] | [![NPM version][bootstrap-markdownNPMVersionImage]][bootstrap-markdownNPMUrl] +[bootstrap-markdown][bootstrap-markdownGHUrl]
⋔ [`marked4.x`][bootstrap-markdownGHUrlForkUrl] | [Documentation][bootstrap-markdownDOCUrl] | [![NPM version][bootstrap-markdownNPMVersionImage]][bootstrap-markdownNPMUrl] [clipboard][clipboardGHUrl] | [Documentation][clipboardDOCUrl] | [![NPM version][clipboardNPMVersionImage]][clipboardNPMUrl] [compression][compressionGHUrl] | [Documentation][compressionDOCUrl] | [![NPM version][compressionNPMVersionImage]][compressionNPMUrl] [connect-mongo][connect-mongoGHUrl] | [Documentation][connect-mongoDOCUrl] | [![NPM version][connect-mongoNPMVersionImage]][connect-mongoNPMUrl] @@ -161,6 +161,7 @@ Outdated dependencies list can be achieved with `$ npm outdated` from the termin [bootstrapNPMVersionImage]: https://img.shields.io/npm/v/bootstrap.svg?style=flat [bootstrap-markdownGHUrl]: https://github.com/refactory-id/bootstrap-markdown +[bootstrap-markdownGHUrlForkUrl]: https://github.com/OpenUserJS/bootstrap-markdown/tree/marked4.x [bootstrap-markdownDOCUrl]: https://refactory-id.github.io/bootstrap-markdown/ [bootstrap-markdownNPMUrl]: https://www.npmjs.com/package/bootstrap-markdown [bootstrap-markdownNPMVersionImage]: https://img.shields.io/npm/v/bootstrap-markdown.svg?style=flat diff --git a/package.json b/package.json index 1094687a0..9687dce73 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "aws-sdk": "2.1141.0", "body-parser": "1.20.0", "bootstrap": "3.4.1", - "bootstrap-markdown": "2.10.0", + "bootstrap-markdown": "git+https://github.com/OpenUserJS/bootstrap-markdown.git#marked4.x", "clipboard": "2.0.11", "compression": "1.7.4", "connect-mongo": "3.2.0", @@ -35,7 +35,7 @@ "js-beautify": "1.14.3", "jsdom": "19.0.0", "less-middleware": "3.1.0", - "marked": "4.0.16", + "marked": "4.0.17", "media-type": "0.3.1", "method-override": "3.0.0", "mime-db": "1.52.0",