fix(deps): update dependency markdown-it-anchor to ^5.2.7 (#1755)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2020-04-02 22:09:24 +00:00 committed by GitHub
parent 0d89d8b9f9
commit b34bdaeec7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -81,9 +81,9 @@
}
},
"markdown-it-anchor": {
"version": "5.2.5",
"resolved": "https://registry.npmjs.org/markdown-it-anchor/-/markdown-it-anchor-5.2.5.tgz",
"integrity": "sha512-xLIjLQmtym3QpoY9llBgApknl7pxAcN3WDRc2d3rwpl+/YvDZHPmKscGs+L6E05xf2KrCXPBvosWt7MZukwSpQ=="
"version": "5.2.7",
"resolved": "https://registry.npmjs.org/markdown-it-anchor/-/markdown-it-anchor-5.2.7.tgz",
"integrity": "sha512-REFmIaSS6szaD1bye80DMbp7ePwsPNvLTR5HunsUcZ0SG0rWJQ+Pz24R4UlTKtjKBPhxo0v0tOBDYjZQQknW8Q=="
},
"marked": {
"version": "0.8.2",

View File

@ -26,7 +26,7 @@
"escape-string-regexp": "^2.0.0",
"lodash": "^4.17.15",
"markdown-it": "^10.0.0",
"markdown-it-anchor": "^5.2.5",
"markdown-it-anchor": "^5.2.7",
"marked": "^0.8.2",
"open-sans-fonts": "^1.5.1",
"requizzle": "^0.2.3",