Bump markdown-it-attrs from 4.1.1 to 4.1.3

Bumps [markdown-it-attrs](https://github.com/arve0/markdown-it-attrs) from 4.1.1 to 4.1.3.
- [Release notes](https://github.com/arve0/markdown-it-attrs/releases)
- [Commits](https://github.com/arve0/markdown-it-attrs/compare/v4.1.1...v4.1.3)

---
updated-dependencies:
- dependency-name: markdown-it-attrs
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-12-31 04:04:55 +00:00 committed by GitHub
parent 8a1d8d4b67
commit c0fca52539
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -7474,9 +7474,9 @@
"dev": true
},
"markdown-it-attrs": {
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/markdown-it-attrs/-/markdown-it-attrs-4.1.1.tgz",
"integrity": "sha512-0nyjVuj4KHbNhdHZ+MiKUAQJacqKz5wljcxMdgklkc/4b/iYJHjBz/+6A1Lgid4cW91aDj0Hy5ggPW932NE6zQ==",
"version": "4.1.3",
"resolved": "https://registry.npmjs.org/markdown-it-attrs/-/markdown-it-attrs-4.1.3.tgz",
"integrity": "sha512-d5yg/lzQV2KFI/4LPsZQB3uxQrf0/l2/RnMPCPm4lYLOZUSmFlpPccyojnzaHkfQpAD8wBHfnfUW0aMhpKOS2g==",
"dev": true
},
"markdown-it-chain": {

View file

@ -23,7 +23,7 @@
"@vuepress/plugin-back-to-top": "1.9.5",
"@vuepress/plugin-medium-zoom": "1.9.5",
"jsdom": "19.0.0",
"markdown-it-attrs": "4.1.1",
"markdown-it-attrs": "4.1.3",
"pre-commit": "1.2.2",
"prettier": "2.5.1",
"serve": "^13.0.2",