fix(deps): bump markdown-it-anchor from 8.1.2 to 8.1.3

Bumps [markdown-it-anchor](https://github.com/valeriangalliat/markdown-it-anchor) from 8.1.2 to 8.1.3.
- [Release notes](https://github.com/valeriangalliat/markdown-it-anchor/releases)
- [Changelog](https://github.com/valeriangalliat/markdown-it-anchor/blob/master/CHANGELOG.md)
- [Commits](https://github.com/valeriangalliat/markdown-it-anchor/compare/v8.1.2...v8.1.3)

---
updated-dependencies:
- dependency-name: markdown-it-anchor
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-08-25 00:01:16 +00:00 committed by GitHub
parent cd8ea74851
commit b560337dd7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -21,7 +21,7 @@
"cron-validator": "^1.2.1",
"cronstrue": "^1.116.0",
"crypto-js": "^4.1.1",
"markdown-it-anchor": "^8.1.2",
"markdown-it-anchor": "^8.1.3",
"markdown-it-highlightjs": "^3.5.0",
"nuxt": "^2.15.8",
"nuxt-i18n": "^6.28.1",
@ -16211,9 +16211,9 @@
}
},
"node_modules/markdown-it-anchor": {
"version": "8.1.2",
"resolved": "https://registry.npmjs.org/markdown-it-anchor/-/markdown-it-anchor-8.1.2.tgz",
"integrity": "sha512-9D58TKK4dakqmjcmVuqHoB3ntKBpQJ0Ld38B83aiHJcBD72IZIyPjNtihPA6ayRI5WD33e1W68mArliNLHCprg==",
"version": "8.1.3",
"resolved": "https://registry.npmjs.org/markdown-it-anchor/-/markdown-it-anchor-8.1.3.tgz",
"integrity": "sha512-kBfQVaej/TLLpgEIetiLa+QAvbVQ4T+ODOA9iAe6MC8aSd8omtypxuZiCJsw58fzMeO9uQAVoWsyCyUjc86IZQ==",
"peerDependencies": {
"markdown-it": "*"
}
@ -36731,9 +36731,9 @@
}
},
"markdown-it-anchor": {
"version": "8.1.2",
"resolved": "https://registry.npmjs.org/markdown-it-anchor/-/markdown-it-anchor-8.1.2.tgz",
"integrity": "sha512-9D58TKK4dakqmjcmVuqHoB3ntKBpQJ0Ld38B83aiHJcBD72IZIyPjNtihPA6ayRI5WD33e1W68mArliNLHCprg==",
"version": "8.1.3",
"resolved": "https://registry.npmjs.org/markdown-it-anchor/-/markdown-it-anchor-8.1.3.tgz",
"integrity": "sha512-kBfQVaej/TLLpgEIetiLa+QAvbVQ4T+ODOA9iAe6MC8aSd8omtypxuZiCJsw58fzMeO9uQAVoWsyCyUjc86IZQ==",
"requires": {}
},
"markdown-it-highlightjs": {

View file

@ -49,7 +49,7 @@
"cron-validator": "^1.2.1",
"cronstrue": "^1.116.0",
"crypto-js": "^4.1.1",
"markdown-it-anchor": "^8.1.2",
"markdown-it-anchor": "^8.1.3",
"markdown-it-highlightjs": "^3.5.0",
"nuxt": "^2.15.8",
"nuxt-i18n": "^6.28.1",