fix(deps): update dependency micromark-extension-gfm-table to v0.4.3 (#41883)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot]
2021-04-22 12:28:47 +05:30
committed by GitHub
parent ec761dbdfa
commit 9c86ed508c
2 changed files with 16 additions and 5 deletions

View File

@ -572,11 +572,22 @@
}
},
"micromark-extension-gfm-table": {
"version": "0.4.1",
"resolved": "https://registry.npmjs.org/micromark-extension-gfm-table/-/micromark-extension-gfm-table-0.4.1.tgz",
"integrity": "sha512-xVpqOnfFaa2OtC/Y7rlt4tdVFlUHdoLH3RXAZgb/KP3DDyKsAOx6BRS3UxiiyvmD/p2l6VUpD4bMIniuP4o4JA==",
"version": "0.4.3",
"resolved": "https://registry.npmjs.org/micromark-extension-gfm-table/-/micromark-extension-gfm-table-0.4.3.tgz",
"integrity": "sha512-hVGvESPq0fk6ALWtomcwmgLvH8ZSVpcPjzi0AjPclB9FsVRgMtGZkUcpE0zgjOCFAznKepF4z3hX8z6e3HODdA==",
"requires": {
"micromark": "~2.10.0"
"micromark": "~2.11.0"
},
"dependencies": {
"micromark": {
"version": "2.11.4",
"resolved": "https://registry.npmjs.org/micromark/-/micromark-2.11.4.tgz",
"integrity": "sha512-+WoovN/ppKolQOFIAajxi7Lu9kInbPxFuTBVEavFcL8eAfVstoc5MocPmqBeAdBOJV00uaVjegzH4+MA0DN/uA==",
"requires": {
"debug": "^4.0.0",
"parse-entities": "^2.0.0"
}
}
}
},
"ms": {

View File

@ -29,7 +29,7 @@
"mdast-util-gfm": "0.1.2",
"mdast-util-to-hast": "9.1.2",
"micromark-extension-gfm-strikethrough": "0.6.5",
"micromark-extension-gfm-table": "0.4.1",
"micromark-extension-gfm-table": "0.4.3",
"remark": "13.0.0",
"remark-directive": "1.0.1",
"remark-frontmatter": "3.0.0",