build(deps): bump @mdx-js/mdx from 1.6.18 to 1.6.22 in /docs (#1624)

This commit is contained in:
dependabot[bot] 2021-01-04 00:42:43 +01:00 committed by GitHub
parent c0ad76f7aa
commit 55217508ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 107 additions and 92 deletions

197
docs/package-lock.json generated
View File

@ -2047,23 +2047,23 @@
} }
}, },
"@mdx-js/mdx": { "@mdx-js/mdx": {
"version": "1.6.18", "version": "1.6.22",
"resolved": "https://registry.npmjs.org/@mdx-js/mdx/-/mdx-1.6.18.tgz", "resolved": "https://registry.npmjs.org/@mdx-js/mdx/-/mdx-1.6.22.tgz",
"integrity": "sha512-RXtdFBP3cnf/RILx/ipp5TsSY1k75bYYmjorv7jTaPcHPQwhQdI6K4TrVUed/GL4f8zX5TN2QwO5g+3E/8RsXA==", "integrity": "sha512-AMxuLxPz2j5/6TpF/XSdKpQP1NlG0z11dFOlq+2IP/lSgl11GY8ji6S/rgsViN/L0BDvHvUMruRb7ub+24LUYA==",
"requires": { "requires": {
"@babel/core": "7.11.6", "@babel/core": "7.12.9",
"@babel/plugin-syntax-jsx": "7.10.4", "@babel/plugin-syntax-jsx": "7.12.1",
"@babel/plugin-syntax-object-rest-spread": "7.8.3", "@babel/plugin-syntax-object-rest-spread": "7.8.3",
"@mdx-js/util": "1.6.18", "@mdx-js/util": "1.6.22",
"babel-plugin-apply-mdx-type-prop": "1.6.18", "babel-plugin-apply-mdx-type-prop": "1.6.22",
"babel-plugin-extract-import-names": "1.6.18", "babel-plugin-extract-import-names": "1.6.22",
"camelcase-css": "2.0.1", "camelcase-css": "2.0.1",
"detab": "2.0.3", "detab": "2.0.4",
"hast-util-raw": "6.0.1", "hast-util-raw": "6.0.1",
"lodash.uniq": "4.5.0", "lodash.uniq": "4.5.0",
"mdast-util-to-hast": "9.1.1", "mdast-util-to-hast": "10.0.1",
"remark-footnotes": "2.0.0", "remark-footnotes": "2.0.0",
"remark-mdx": "1.6.18", "remark-mdx": "1.6.22",
"remark-parse": "8.0.3", "remark-parse": "8.0.3",
"remark-squeeze-paragraphs": "4.0.0", "remark-squeeze-paragraphs": "4.0.0",
"style-to-object": "0.3.0", "style-to-object": "0.3.0",
@ -2073,18 +2073,18 @@
}, },
"dependencies": { "dependencies": {
"@babel/core": { "@babel/core": {
"version": "7.11.6", "version": "7.12.9",
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.11.6.tgz", "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.12.9.tgz",
"integrity": "sha512-Wpcv03AGnmkgm6uS6k8iwhIwTrcP0m17TL1n1sy7qD0qelDu4XNeW0dN0mHfa+Gei211yDaLoEe/VlbXQzM4Bg==", "integrity": "sha512-gTXYh3M5wb7FRXQy+FErKFAv90BnlOuNn1QkCK2lREoPAjrQCO49+HVSrFoe5uakFAF5eenS75KbO2vQiLrTMQ==",
"requires": { "requires": {
"@babel/code-frame": "^7.10.4", "@babel/code-frame": "^7.10.4",
"@babel/generator": "^7.11.6", "@babel/generator": "^7.12.5",
"@babel/helper-module-transforms": "^7.11.0", "@babel/helper-module-transforms": "^7.12.1",
"@babel/helpers": "^7.10.4", "@babel/helpers": "^7.12.5",
"@babel/parser": "^7.11.5", "@babel/parser": "^7.12.7",
"@babel/template": "^7.10.4", "@babel/template": "^7.12.7",
"@babel/traverse": "^7.11.5", "@babel/traverse": "^7.12.9",
"@babel/types": "^7.11.5", "@babel/types": "^7.12.7",
"convert-source-map": "^1.7.0", "convert-source-map": "^1.7.0",
"debug": "^4.1.0", "debug": "^4.1.0",
"gensync": "^1.0.0-beta.1", "gensync": "^1.0.0-beta.1",
@ -2095,6 +2095,22 @@
"source-map": "^0.5.0" "source-map": "^0.5.0"
} }
}, },
"@babel/plugin-syntax-jsx": {
"version": "7.12.1",
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.12.1.tgz",
"integrity": "sha512-1yRi7yAtB0ETgxdY9ti/p2TivUxJkTdhu/ZbF9MshVGqOx1TdB3b7xCXs49Fupgg50N45KcAsRP/ZqWjs9SRjg==",
"requires": {
"@babel/helper-plugin-utils": "^7.10.4"
}
},
"detab": {
"version": "2.0.4",
"resolved": "https://registry.npmjs.org/detab/-/detab-2.0.4.tgz",
"integrity": "sha512-8zdsQA5bIkoRECvCrNKPla84lyoR7DSAyf7p0YgXzBO9PDJx8KntPUay7NS6yp+KdxdVtiE5SpHKtbp2ZQyA9g==",
"requires": {
"repeat-string": "^1.5.4"
}
},
"hast-util-raw": { "hast-util-raw": {
"version": "6.0.1", "version": "6.0.1",
"resolved": "https://registry.npmjs.org/hast-util-raw/-/hast-util-raw-6.0.1.tgz", "resolved": "https://registry.npmjs.org/hast-util-raw/-/hast-util-raw-6.0.1.tgz",
@ -2113,13 +2129,13 @@
} }
}, },
"mdast-util-to-hast": { "mdast-util-to-hast": {
"version": "9.1.1", "version": "10.0.1",
"resolved": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-9.1.1.tgz", "resolved": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-10.0.1.tgz",
"integrity": "sha512-vpMWKFKM2mnle+YbNgDXxx95vv0CoLU0v/l3F5oFAG5DV7qwkZVWA206LsAdOnEVyf5vQcLnb3cWJywu7mUxsQ==", "integrity": "sha512-BW3LM9SEMnjf4HXXVApZMt8gLQWVNXc3jryK0nJu/rOXPOnlkUjmdkDlmxMirpbU9ILncGFIwLH/ubnWBbcdgA==",
"requires": { "requires": {
"@types/mdast": "^3.0.0", "@types/mdast": "^3.0.0",
"@types/unist": "^2.0.3", "@types/unist": "^2.0.0",
"mdast-util-definitions": "^3.0.0", "mdast-util-definitions": "^4.0.0",
"mdurl": "^1.0.0", "mdurl": "^1.0.0",
"unist-builder": "^2.0.0", "unist-builder": "^2.0.0",
"unist-util-generated": "^1.0.0", "unist-util-generated": "^1.0.0",
@ -2127,15 +2143,10 @@
"unist-util-visit": "^2.0.0" "unist-util-visit": "^2.0.0"
} }
}, },
"remark-footnotes": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/remark-footnotes/-/remark-footnotes-2.0.0.tgz",
"integrity": "sha512-3Clt8ZMH75Ayjp9q4CorNeyjwIxHFcTkaektplKGl2A1jNGEUey8cKL0ZC5vJwfcD5GFGsNLImLG/NGzWIzoMQ=="
},
"unist-util-is": { "unist-util-is": {
"version": "4.0.2", "version": "4.0.4",
"resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-4.0.2.tgz", "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-4.0.4.tgz",
"integrity": "sha512-Ofx8uf6haexJwI1gxWMGg6I/dLnF2yE+KibhD3/diOqY2TinLcqHXCV6OI5gFVn3xQqDH+u0M625pfKwIwgBKQ==" "integrity": "sha512-3dF39j/u423v4BBQrk1AQ2Ve1FxY5W3JKwXxVFzBODQ6WEvccguhgp802qQLKSnxPODE6WuRZtV+ohlUg4meBA=="
}, },
"unist-util-visit": { "unist-util-visit": {
"version": "2.0.3", "version": "2.0.3",
@ -2155,9 +2166,9 @@
"integrity": "sha512-+FhuSVOPo7+4fZaRwWuCSRUcZkJOkZu0rfAbBKvoCg1LWb1Td8Vzi0DTLORdSvgWNbU6+EL40HIgwTOs00x2Jw==" "integrity": "sha512-+FhuSVOPo7+4fZaRwWuCSRUcZkJOkZu0rfAbBKvoCg1LWb1Td8Vzi0DTLORdSvgWNbU6+EL40HIgwTOs00x2Jw=="
}, },
"@mdx-js/util": { "@mdx-js/util": {
"version": "1.6.18", "version": "1.6.22",
"resolved": "https://registry.npmjs.org/@mdx-js/util/-/util-1.6.18.tgz", "resolved": "https://registry.npmjs.org/@mdx-js/util/-/util-1.6.22.tgz",
"integrity": "sha512-axMe+NoLF55OlXPbhRn4GNCHcL1f5W3V3c0dWzg05S9JXm3Ecpxzxaht3g3vTP0dcqBL/yh/xCvzK0ZpO54Eug==" "integrity": "sha512-H1rQc1ZOHANWBvPcW+JpGwr+juXSxM8Q8YCkm3GhZd8REu1fHR3z99CErO1p9pkcfcxZnMdIZdIsXkOHY0NilA=="
}, },
"@mikaelkristiansson/domready": { "@mikaelkristiansson/domready": {
"version": "1.0.10", "version": "1.0.10",
@ -3614,12 +3625,12 @@
} }
}, },
"babel-plugin-apply-mdx-type-prop": { "babel-plugin-apply-mdx-type-prop": {
"version": "1.6.18", "version": "1.6.22",
"resolved": "https://registry.npmjs.org/babel-plugin-apply-mdx-type-prop/-/babel-plugin-apply-mdx-type-prop-1.6.18.tgz", "resolved": "https://registry.npmjs.org/babel-plugin-apply-mdx-type-prop/-/babel-plugin-apply-mdx-type-prop-1.6.22.tgz",
"integrity": "sha512-lcpbj/GatKQp48jsJ8Os/ZXv381ZYFNKA27EPllcpFMpqiS696XkoK+xie/2GjzQSe5IIbo3srsXpd6/ik8PsQ==", "integrity": "sha512-VefL+8o+F/DfK24lPZMtJctrCVOfgbqLAGZSkxwhazQv4VxPg3Za/i40fu22KR2m8eEda+IfSOlPLUSIiLcnCQ==",
"requires": { "requires": {
"@babel/helper-plugin-utils": "7.10.4", "@babel/helper-plugin-utils": "7.10.4",
"@mdx-js/util": "1.6.18" "@mdx-js/util": "1.6.22"
} }
}, },
"babel-plugin-dynamic-import-node": { "babel-plugin-dynamic-import-node": {
@ -3648,9 +3659,9 @@
} }
}, },
"babel-plugin-extract-import-names": { "babel-plugin-extract-import-names": {
"version": "1.6.18", "version": "1.6.22",
"resolved": "https://registry.npmjs.org/babel-plugin-extract-import-names/-/babel-plugin-extract-import-names-1.6.18.tgz", "resolved": "https://registry.npmjs.org/babel-plugin-extract-import-names/-/babel-plugin-extract-import-names-1.6.22.tgz",
"integrity": "sha512-2EyZia3Ezl3UdhBcgDl6KZTNkYa2VhmAHHbJdhCroa1pZD/E56BulVsSKIhm/kza9agnabDR2VEHO+ZnqpfxbQ==", "integrity": "sha512-yJ9BsJaISua7d8zNT7oRG1ZLBJCIdZ4PZqmH8qa9N5AK01ifk3fnkc98AXhtzE7UkfCsEumvoQWgoYLhOnJ7jQ==",
"requires": { "requires": {
"@babel/helper-plugin-utils": "7.10.4" "@babel/helper-plugin-utils": "7.10.4"
} }
@ -11922,9 +11933,9 @@
} }
}, },
"hast-to-hyperscript": { "hast-to-hyperscript": {
"version": "9.0.0", "version": "9.0.1",
"resolved": "https://registry.npmjs.org/hast-to-hyperscript/-/hast-to-hyperscript-9.0.0.tgz", "resolved": "https://registry.npmjs.org/hast-to-hyperscript/-/hast-to-hyperscript-9.0.1.tgz",
"integrity": "sha512-NJvMYU3GlMLs7hN3CRbsNlMzusVNkYBogVWDGybsuuVQ336gFLiD+q9qtFZT2meSHzln3pNISZWTASWothMSMg==", "integrity": "sha512-zQgLKqF+O2F72S1aa4y2ivxzSlko3MAvxkwG8ehGmNiqd98BIN3JM1rAJPmplEyLmGLO2QZYJtIneOSZ2YbJuA==",
"requires": { "requires": {
"@types/unist": "^2.0.3", "@types/unist": "^2.0.3",
"comma-separated-tokens": "^1.0.0", "comma-separated-tokens": "^1.0.0",
@ -11936,22 +11947,22 @@
}, },
"dependencies": { "dependencies": {
"unist-util-is": { "unist-util-is": {
"version": "4.0.2", "version": "4.0.4",
"resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-4.0.2.tgz", "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-4.0.4.tgz",
"integrity": "sha512-Ofx8uf6haexJwI1gxWMGg6I/dLnF2yE+KibhD3/diOqY2TinLcqHXCV6OI5gFVn3xQqDH+u0M625pfKwIwgBKQ==" "integrity": "sha512-3dF39j/u423v4BBQrk1AQ2Ve1FxY5W3JKwXxVFzBODQ6WEvccguhgp802qQLKSnxPODE6WuRZtV+ohlUg4meBA=="
} }
} }
}, },
"hast-util-from-parse5": { "hast-util-from-parse5": {
"version": "6.0.0", "version": "6.0.1",
"resolved": "https://registry.npmjs.org/hast-util-from-parse5/-/hast-util-from-parse5-6.0.0.tgz", "resolved": "https://registry.npmjs.org/hast-util-from-parse5/-/hast-util-from-parse5-6.0.1.tgz",
"integrity": "sha512-3ZYnfKenbbkhhNdmOQqgH10vnvPivTdsOJCri+APn0Kty+nRkDHArnaX9Hiaf8H+Ig+vkNptL+SRY/6RwWJk1Q==", "integrity": "sha512-jeJUWiN5pSxW12Rh01smtVkZgZr33wBokLzKLwinYOUfSzm1Nl/c3GUGebDyOKjdsRgMvoVbV0VpAcpjF4NrJA==",
"requires": { "requires": {
"@types/parse5": "^5.0.0", "@types/parse5": "^5.0.0",
"ccount": "^1.0.0", "hastscript": "^6.0.0",
"hastscript": "^5.0.0",
"property-information": "^5.0.0", "property-information": "^5.0.0",
"vfile": "^4.0.0", "vfile": "^4.0.0",
"vfile-location": "^3.2.0",
"web-namespaces": "^1.0.0" "web-namespaces": "^1.0.0"
} }
}, },
@ -12106,10 +12117,11 @@
"integrity": "sha512-I5GTdSfhYfAPNztx2xJRQpG8cuDSNt599/7YUn7Gx/WxNMsG+a835k97TDkFgk123cwjfwINaZknkKkphx/f2A==" "integrity": "sha512-I5GTdSfhYfAPNztx2xJRQpG8cuDSNt599/7YUn7Gx/WxNMsG+a835k97TDkFgk123cwjfwINaZknkKkphx/f2A=="
}, },
"hastscript": { "hastscript": {
"version": "5.1.2", "version": "6.0.0",
"resolved": "https://registry.npmjs.org/hastscript/-/hastscript-5.1.2.tgz", "resolved": "https://registry.npmjs.org/hastscript/-/hastscript-6.0.0.tgz",
"integrity": "sha512-WlztFuK+Lrvi3EggsqOkQ52rKbxkXL3RwB6t5lwoa8QLMemoWfBuL43eDrwOamJyR7uKQKdmKYaBH1NZBiIRrQ==", "integrity": "sha512-nDM6bvd7lIqDUiYEiu5Sl/+6ReP0BMk/2f4U/Rooccxkj0P5nm+acM5PrGJ/t5I8qPGiqZSE6hVAwZEdZIvP4w==",
"requires": { "requires": {
"@types/hast": "^2.0.0",
"comma-separated-tokens": "^1.0.0", "comma-separated-tokens": "^1.0.0",
"hast-util-parse-selector": "^2.0.0", "hast-util-parse-selector": "^2.0.0",
"property-information": "^5.0.0", "property-information": "^5.0.0",
@ -14358,9 +14370,9 @@
} }
}, },
"mdast-util-definitions": { "mdast-util-definitions": {
"version": "3.0.1", "version": "4.0.0",
"resolved": "https://registry.npmjs.org/mdast-util-definitions/-/mdast-util-definitions-3.0.1.tgz", "resolved": "https://registry.npmjs.org/mdast-util-definitions/-/mdast-util-definitions-4.0.0.tgz",
"integrity": "sha512-BAv2iUm/e6IK/b2/t+Fx69EL/AGcq/IG2S+HxHjDJGfLJtd6i9SZUS76aC9cig+IEucsqxKTR0ot3m933R3iuA==", "integrity": "sha512-k8AJ6aNnUkB7IE+5azR9h81O5EQ/cTDXtWdMq9Kk5KcEW/8ritU5CeLg/9HhOC++nALHBlaogJ5jz0Ybk3kPMQ==",
"requires": { "requires": {
"unist-util-visit": "^2.0.0" "unist-util-visit": "^2.0.0"
} }
@ -17134,9 +17146,9 @@
} }
}, },
"property-information": { "property-information": {
"version": "5.5.0", "version": "5.6.0",
"resolved": "https://registry.npmjs.org/property-information/-/property-information-5.5.0.tgz", "resolved": "https://registry.npmjs.org/property-information/-/property-information-5.6.0.tgz",
"integrity": "sha512-RgEbCx2HLa1chNgvChcx+rrCWD0ctBmGSE0M7lVm1yyv4UbvbrWoXp/BkVLZefzjrRBGW8/Js6uh/BnlHXFyjA==", "integrity": "sha512-YUHSPk+A30YPv+0Qf8i9Mbfe/C0hdPXk1s1jPVToV8pk8BQtpw10ct89Eo7OWkutrwqvT0eicAxlOg3dOAu8JA==",
"requires": { "requires": {
"xtend": "^4.0.0" "xtend": "^4.0.0"
} }
@ -18247,34 +18259,39 @@
} }
} }
}, },
"remark-footnotes": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/remark-footnotes/-/remark-footnotes-2.0.0.tgz",
"integrity": "sha512-3Clt8ZMH75Ayjp9q4CorNeyjwIxHFcTkaektplKGl2A1jNGEUey8cKL0ZC5vJwfcD5GFGsNLImLG/NGzWIzoMQ=="
},
"remark-mdx": { "remark-mdx": {
"version": "1.6.18", "version": "1.6.22",
"resolved": "https://registry.npmjs.org/remark-mdx/-/remark-mdx-1.6.18.tgz", "resolved": "https://registry.npmjs.org/remark-mdx/-/remark-mdx-1.6.22.tgz",
"integrity": "sha512-xNhjv4kJZ8L6RV68yK8fQ6XWlvSIFOE5VPmM7wMKSwkvwBu6tlUJy0gRF2WiZ4fPPOj6jpqlVB9QakipvZuEqg==", "integrity": "sha512-phMHBJgeV76uyFkH4rvzCftLfKCr2RZuF+/gmVcaKrpsihyzmhXjA0BEMDaPTXG5y8qZOKPVo83NAOX01LPnOQ==",
"requires": { "requires": {
"@babel/core": "7.11.6", "@babel/core": "7.12.9",
"@babel/helper-plugin-utils": "7.10.4", "@babel/helper-plugin-utils": "7.10.4",
"@babel/plugin-proposal-object-rest-spread": "7.11.0", "@babel/plugin-proposal-object-rest-spread": "7.12.1",
"@babel/plugin-syntax-jsx": "7.10.4", "@babel/plugin-syntax-jsx": "7.12.1",
"@mdx-js/util": "1.6.18", "@mdx-js/util": "1.6.22",
"is-alphabetical": "1.0.4", "is-alphabetical": "1.0.4",
"remark-parse": "8.0.3", "remark-parse": "8.0.3",
"unified": "9.2.0" "unified": "9.2.0"
}, },
"dependencies": { "dependencies": {
"@babel/core": { "@babel/core": {
"version": "7.11.6", "version": "7.12.9",
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.11.6.tgz", "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.12.9.tgz",
"integrity": "sha512-Wpcv03AGnmkgm6uS6k8iwhIwTrcP0m17TL1n1sy7qD0qelDu4XNeW0dN0mHfa+Gei211yDaLoEe/VlbXQzM4Bg==", "integrity": "sha512-gTXYh3M5wb7FRXQy+FErKFAv90BnlOuNn1QkCK2lREoPAjrQCO49+HVSrFoe5uakFAF5eenS75KbO2vQiLrTMQ==",
"requires": { "requires": {
"@babel/code-frame": "^7.10.4", "@babel/code-frame": "^7.10.4",
"@babel/generator": "^7.11.6", "@babel/generator": "^7.12.5",
"@babel/helper-module-transforms": "^7.11.0", "@babel/helper-module-transforms": "^7.12.1",
"@babel/helpers": "^7.10.4", "@babel/helpers": "^7.12.5",
"@babel/parser": "^7.11.5", "@babel/parser": "^7.12.7",
"@babel/template": "^7.10.4", "@babel/template": "^7.12.7",
"@babel/traverse": "^7.11.5", "@babel/traverse": "^7.12.9",
"@babel/types": "^7.11.5", "@babel/types": "^7.12.7",
"convert-source-map": "^1.7.0", "convert-source-map": "^1.7.0",
"debug": "^4.1.0", "debug": "^4.1.0",
"gensync": "^1.0.0-beta.1", "gensync": "^1.0.0-beta.1",
@ -18285,14 +18302,12 @@
"source-map": "^0.5.0" "source-map": "^0.5.0"
} }
}, },
"@babel/plugin-proposal-object-rest-spread": { "@babel/plugin-syntax-jsx": {
"version": "7.11.0", "version": "7.12.1",
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.11.0.tgz", "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.12.1.tgz",
"integrity": "sha512-wzch41N4yztwoRw0ak+37wxwJM2oiIiy6huGCoqkvSTA9acYWcPfn9Y4aJqmFFJ70KTJUu29f3DQ43uJ9HXzEA==", "integrity": "sha512-1yRi7yAtB0ETgxdY9ti/p2TivUxJkTdhu/ZbF9MshVGqOx1TdB3b7xCXs49Fupgg50N45KcAsRP/ZqWjs9SRjg==",
"requires": { "requires": {
"@babel/helper-plugin-utils": "^7.10.4", "@babel/helper-plugin-utils": "^7.10.4"
"@babel/plugin-syntax-object-rest-spread": "^7.8.0",
"@babel/plugin-transform-parameters": "^7.10.4"
} }
} }
} }
@ -21728,9 +21743,9 @@
} }
}, },
"vfile-location": { "vfile-location": {
"version": "3.0.1", "version": "3.2.0",
"resolved": "https://registry.npmjs.org/vfile-location/-/vfile-location-3.0.1.tgz", "resolved": "https://registry.npmjs.org/vfile-location/-/vfile-location-3.2.0.tgz",
"integrity": "sha512-yYBO06eeN/Ki6Kh1QAkgzYpWT1d3Qln+ZCtSbJqFExPl1S3y2qqotJQXoh6qEvl/jDlgpUJolBn3PItVnnZRqQ==" "integrity": "sha512-aLEIZKv/oxuCDZ8lkJGhuhztf/BW4M+iHdCwglA/eWc+vtuRFJj8EtgceYFX4LRjOhCAAiNHsKGssC6onJ+jbA=="
}, },
"vfile-message": { "vfile-message": {
"version": "2.0.4", "version": "2.0.4",

View File

@ -8,7 +8,7 @@
"dependencies": { "dependencies": {
"@emotion/core": "^10.1.1", "@emotion/core": "^10.1.1",
"@emotion/styled": "^10.0.27", "@emotion/styled": "^10.0.27",
"@mdx-js/mdx": "^1.6.18", "@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.16", "@mdx-js/react": "^1.6.16",
"emotion-theming": "^10.0.27", "emotion-theming": "^10.0.27",
"gatsby": "^2.29.3", "gatsby": "^2.29.3",