-
-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): update dependency @svgr/webpack to v4.1.0
- Loading branch information
1 parent
0da2cb7
commit 4df38a8
Showing
2 changed files
with
138 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
"version": "1.0.0", | ||
"author": "Kyle Mathews <[email protected]>", | ||
"dependencies": { | ||
"@svgr/webpack": "4.0.4", | ||
"@svgr/webpack": "4.1.0", | ||
"bulma": "0.7.2", | ||
"classnames": "2.2.6", | ||
"docsearch.js": "2.6.2", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,21 +36,21 @@ | |
semver "^5.4.1" | ||
source-map "^0.5.0" | ||
|
||
"@babel/core@^7.1.5": | ||
version "7.1.5" | ||
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.1.5.tgz#abb32d7aa247a91756469e788998db6a72b93090" | ||
integrity sha512-vOyH020C56tQvte++i+rX2yokZcRfbv/kKcw+/BCRw/cK6dvsr47aCzm8oC1XHwMSEWbqrZKzZRLzLnq6SFMsg== | ||
"@babel/core@^7.1.6": | ||
version "7.1.6" | ||
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.1.6.tgz#3733cbee4317429bc87c62b29cf8587dba7baeb3" | ||
integrity sha512-Hz6PJT6e44iUNpAn8AoyAs6B3bl60g7MJQaI0rZEar6ECzh6+srYO1xlIdssio34mPaUtAb1y+XlkkSJzok3yw== | ||
dependencies: | ||
"@babel/code-frame" "^7.0.0" | ||
"@babel/generator" "^7.1.5" | ||
"@babel/generator" "^7.1.6" | ||
"@babel/helpers" "^7.1.5" | ||
"@babel/parser" "^7.1.5" | ||
"@babel/parser" "^7.1.6" | ||
"@babel/template" "^7.1.2" | ||
"@babel/traverse" "^7.1.5" | ||
"@babel/types" "^7.1.5" | ||
"@babel/traverse" "^7.1.6" | ||
"@babel/types" "^7.1.6" | ||
convert-source-map "^1.1.0" | ||
debug "^3.1.0" | ||
json5 "^0.5.0" | ||
debug "^4.1.0" | ||
json5 "^2.1.0" | ||
lodash "^4.17.10" | ||
resolve "^1.3.2" | ||
semver "^5.4.1" | ||
|
@@ -89,6 +89,17 @@ | |
source-map "^0.5.0" | ||
trim-right "^1.0.1" | ||
|
||
"@babel/generator@^7.1.6": | ||
version "7.1.6" | ||
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.1.6.tgz#001303cf87a5b9d093494a4bf251d7b5d03d3999" | ||
integrity sha512-brwPBtVvdYdGxtenbQgfCdDPmtkmUBZPjUoK5SXJEBuHaA5BCubh9ly65fzXz7R6o5rA76Rs22ES8Z+HCc0YIQ== | ||
dependencies: | ||
"@babel/types" "^7.1.6" | ||
jsesc "^2.5.1" | ||
lodash "^4.17.10" | ||
source-map "^0.5.0" | ||
trim-right "^1.0.1" | ||
|
||
"@babel/helper-annotate-as-pure@^7.0.0": | ||
version "7.0.0" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.0.0.tgz#323d39dd0b50e10c7c06ca7d7638e6864d8c5c32" | ||
|
@@ -321,6 +332,11 @@ | |
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.1.5.tgz#20b7d5e7e1811ba996f8a868962ea7dd2bfcd2fc" | ||
integrity sha512-WXKf5K5HT6X0kKiCOezJZFljsfxKV1FpU8Tf1A7ZpGvyd/Q4hlrJm2EwoH2onaUq3O4tLDp+4gk0hHPsMyxmOg== | ||
|
||
"@babel/parser@^7.1.6": | ||
version "7.1.6" | ||
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.1.6.tgz#16e97aca1ec1062324a01c5a6a7d0df8dd189854" | ||
integrity sha512-dWP6LJm9nKT6ALaa+bnL247GHHMWir3vSlZ2+IHgHgktZQx0L3Uvq2uAWcuzIe+fujRsYWBW2q622C5UvGK9iQ== | ||
|
||
"@babel/plugin-proposal-async-generator-functions@^7.1.0": | ||
version "7.1.0" | ||
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.1.0.tgz#41c1a702e10081456e23a7b74d891922dd1bb6ce" | ||
|
@@ -752,10 +768,10 @@ | |
js-levenshtein "^1.1.3" | ||
semver "^5.3.0" | ||
|
||
"@babel/preset-env@^7.1.5": | ||
version "7.1.5" | ||
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.1.5.tgz#a28b5482ca8bc2f2d0712234d6c690240b92495d" | ||
integrity sha512-pQ+2o0YyCp98XG0ODOHJd9z4GsSoV5jicSedRwCrU8uiqcJahwQiOq0asSZEb/m/lwyu6X5INvH/DSiwnQKncw== | ||
"@babel/preset-env@^7.1.6": | ||
version "7.1.6" | ||
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.1.6.tgz#a0bf4b96b6bfcf6e000afc5b72b4abe7cc13ae97" | ||
integrity sha512-YIBfpJNQMBkb6MCkjz/A9J76SNCSuGVamOVBgoUkLzpJD/z8ghHi9I42LQ4pulVX68N/MmImz6ZTixt7Azgexw== | ||
dependencies: | ||
"@babel/helper-module-imports" "^7.0.0" | ||
"@babel/helper-plugin-utils" "^7.0.0" | ||
|
@@ -882,6 +898,21 @@ | |
globals "^11.1.0" | ||
lodash "^4.17.10" | ||
|
||
"@babel/traverse@^7.1.6": | ||
version "7.1.6" | ||
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.1.6.tgz#c8db9963ab4ce5b894222435482bd8ea854b7b5c" | ||
integrity sha512-CXedit6GpISz3sC2k2FsGCUpOhUqKdyL0lqNrImQojagnUMXf8hex4AxYFRuMkNGcvJX5QAFGzB5WJQmSv8SiQ== | ||
dependencies: | ||
"@babel/code-frame" "^7.0.0" | ||
"@babel/generator" "^7.1.6" | ||
"@babel/helper-function-name" "^7.1.0" | ||
"@babel/helper-split-export-declaration" "^7.0.0" | ||
"@babel/parser" "^7.1.6" | ||
"@babel/types" "^7.1.6" | ||
debug "^4.1.0" | ||
globals "^11.1.0" | ||
lodash "^4.17.10" | ||
|
||
"@babel/[email protected]": | ||
version "7.0.0-beta.44" | ||
resolved "http://registry.npmjs.org/@babel/types/-/types-7.0.0-beta.44.tgz#6b1b164591f77dec0a0342aca995f2d046b3a757" | ||
|
@@ -909,6 +940,15 @@ | |
lodash "^4.17.10" | ||
to-fast-properties "^2.0.0" | ||
|
||
"@babel/types@^7.1.6": | ||
version "7.1.6" | ||
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.1.6.tgz#0adb330c3a281348a190263aceb540e10f04bcce" | ||
integrity sha512-DMiUzlY9DSjVsOylJssxLHSgj6tWM9PRFJOGW/RaOglVOK9nzTxoOMfTfRQXGUCUQ/HmlG2efwC+XqUEJ5ay4w== | ||
dependencies: | ||
esutils "^2.0.2" | ||
lodash "^4.17.10" | ||
to-fast-properties "^2.0.0" | ||
|
||
"@mrmlnc/readdir-enhanced@^2.2.1": | ||
version "2.2.1" | ||
resolved "https://registry.yarnpkg.com/@mrmlnc/readdir-enhanced/-/readdir-enhanced-2.2.1.tgz#524af240d1a360527b730475ecfa1344aa540dde" | ||
|
@@ -968,15 +1008,15 @@ | |
resolved "https://registry.yarnpkg.com/@svgr/babel-plugin-transform-react-native-svg/-/babel-plugin-transform-react-native-svg-4.0.0.tgz#5e8ecc2a9870ae05fb1e553b1fe9c6b5853a1c66" | ||
integrity sha512-c6eE6ovs14k6dmHKoy26h7iRFhjWNnwYVrDWIPfouVm/gcLIeMw/ME4i91O5LEfaDHs6kTRCcVpbAVbNULZOtw== | ||
|
||
"@svgr/babel-plugin-transform-svg-component@^4.0.1": | ||
version "4.0.1" | ||
resolved "https://registry.yarnpkg.com/@svgr/babel-plugin-transform-svg-component/-/babel-plugin-transform-svg-component-4.0.1.tgz#d134a03abed4648ce5e988507366476b2406d1a8" | ||
integrity sha512-bhJXVIbax1pLTuGITpYX6DilG+j/hWnIjoYliPSKnv0/zLOP3afOpymM47Pa9nvHMFmSACU9WiTEngsi+KuIUQ== | ||
"@svgr/babel-plugin-transform-svg-component@^4.1.0": | ||
version "4.1.0" | ||
resolved "https://registry.yarnpkg.com/@svgr/babel-plugin-transform-svg-component/-/babel-plugin-transform-svg-component-4.1.0.tgz#257159e28a21ac20988b1eaa5f59d4724f37fdaa" | ||
integrity sha512-uulxdx2p3nrM2BkrtADQHK8IhEzCxdUILfC/ddvFC8tlFWuKiA3ych8C6q0ulyQHq34/3hzz+3rmUbhWF9redg== | ||
|
||
"@svgr/babel-preset@^4.0.3": | ||
version "4.0.3" | ||
resolved "https://registry.yarnpkg.com/@svgr/babel-preset/-/babel-preset-4.0.3.tgz#e5197564b41974871eddf060519d37ec4a641688" | ||
integrity sha512-v1Up8izWrTd0x2zv7BDhg848PRbozDeRXiimNvBK/hhNyB5SF9MW6IroJgR3lrStayLXLlbRQ+16dsaMtvEVDg== | ||
"@svgr/babel-preset@^4.1.0": | ||
version "4.1.0" | ||
resolved "https://registry.yarnpkg.com/@svgr/babel-preset/-/babel-preset-4.1.0.tgz#f6fa8ad90064b85dd7a3566a70b7006e789e8385" | ||
integrity sha512-Nat5aJ3VO3LE8KfMyIbd3sGWnaWPiFCeWIdEV+lalga0To/tpmzsnPDdnrR9fNYhvSSLJbwhU/lrLYt9wXY0ZQ== | ||
dependencies: | ||
"@svgr/babel-plugin-add-jsx-attribute" "^4.0.0" | ||
"@svgr/babel-plugin-remove-jsx-attribute" "^4.0.3" | ||
|
@@ -985,34 +1025,34 @@ | |
"@svgr/babel-plugin-svg-dynamic-title" "^4.0.0" | ||
"@svgr/babel-plugin-svg-em-dimensions" "^4.0.0" | ||
"@svgr/babel-plugin-transform-react-native-svg" "^4.0.0" | ||
"@svgr/babel-plugin-transform-svg-component" "^4.0.1" | ||
"@svgr/babel-plugin-transform-svg-component" "^4.1.0" | ||
|
||
"@svgr/core@^4.0.3": | ||
version "4.0.3" | ||
resolved "https://registry.yarnpkg.com/@svgr/core/-/core-4.0.3.tgz#1bc50f43ee123e1e9f41a9657ab1cecee1307dac" | ||
integrity sha512-xPYCbunmRRiKrQLpiYYNY47R8Ktodhrm+aPitUKqlRv2+A4vqbtohM7ucJ4SUs5OT3ju4UxOGoS2dtT8Xm9zaw== | ||
"@svgr/core@^4.1.0": | ||
version "4.1.0" | ||
resolved "https://registry.yarnpkg.com/@svgr/core/-/core-4.1.0.tgz#4f8ad24fb4ab25c787c12a6bbb511c6430558f83" | ||
integrity sha512-ahv3lvOKuUAcs0KbQ4Jr5fT5pGHhye4ew8jZVS4lw8IQdWrbG/o3rkpgxCPREBk7PShmEoGQpteeXVwp2yExuQ== | ||
dependencies: | ||
"@svgr/plugin-jsx" "^4.0.3" | ||
"@svgr/plugin-jsx" "^4.1.0" | ||
camelcase "^5.0.0" | ||
cosmiconfig "^5.0.7" | ||
|
||
"@svgr/hast-util-to-babel-ast@^4.0.3": | ||
version "4.0.3" | ||
resolved "https://registry.yarnpkg.com/@svgr/hast-util-to-babel-ast/-/hast-util-to-babel-ast-4.0.3.tgz#c6a7038e532d944d6d75dc169e9cabfb5d585d76" | ||
integrity sha512-4b4Qx79nTjeKDv0xx0G9fKWsxsMRIOpr2Qz+/Vaw6jwqAPQ0hapQqoEWjjWT5odQmeDrAC95I1EPiOydWdlDUw== | ||
"@svgr/hast-util-to-babel-ast@^4.1.0": | ||
version "4.1.0" | ||
resolved "https://registry.yarnpkg.com/@svgr/hast-util-to-babel-ast/-/hast-util-to-babel-ast-4.1.0.tgz#a1eb0f47059769896f759f47995b636fce5d9fa4" | ||
integrity sha512-tdkEZHmigYYiVhIEzycAMKN5aUSpddUnjr6v7bPwaNTFuSyqGUrpCg1JlIGi7PUaaJVHbn6whGQMGUpKOwT5nw== | ||
dependencies: | ||
"@babel/types" "^7.1.5" | ||
"@babel/types" "^7.1.6" | ||
|
||
"@svgr/plugin-jsx@^4.0.3": | ||
version "4.0.3" | ||
resolved "https://registry.yarnpkg.com/@svgr/plugin-jsx/-/plugin-jsx-4.0.3.tgz#91a126548aa006e971114238036e38d534df9ac0" | ||
integrity sha512-yVe9iR2qcXo96udPaPZK+Zd14SXjXg667muUttJro3aE7PRt8mgBhl0O3U14DWtPWsZ4+IdnTJ2YNtSGNTDjjA== | ||
dependencies: | ||
"@babel/core" "^7.1.5" | ||
"@svgr/babel-preset" "^4.0.3" | ||
"@svgr/hast-util-to-babel-ast" "^4.0.3" | ||
rehype-parse "^5.0.0" | ||
unified "^7.0.1" | ||
"@svgr/plugin-jsx@^4.1.0": | ||
version "4.1.0" | ||
resolved "https://registry.yarnpkg.com/@svgr/plugin-jsx/-/plugin-jsx-4.1.0.tgz#4045e9cc0589374a6c182a1217c80e6734b5cbec" | ||
integrity sha512-xwu+9TGziuN7cu7p+vhCw2EJIfv8iDNMzn2dR0C7fBYc8q+SRtYTcg4Uyn8ZWh6DM+IZOlVrS02VEMT0FQzXSA== | ||
dependencies: | ||
"@babel/core" "^7.1.6" | ||
"@svgr/babel-preset" "^4.1.0" | ||
"@svgr/hast-util-to-babel-ast" "^4.1.0" | ||
rehype-parse "^6.0.0" | ||
unified "^7.0.2" | ||
vfile "^3.0.1" | ||
|
||
"@svgr/plugin-svgo@^4.0.3": | ||
|
@@ -1024,17 +1064,17 @@ | |
merge-deep "^3.0.2" | ||
svgo "^1.1.1" | ||
|
||
"@svgr/webpack@4.0.4": | ||
version "4.0.4" | ||
resolved "https://registry.yarnpkg.com/@svgr/webpack/-/webpack-4.0.4.tgz#d77b04841b6e73277aec3b0cc7e0e4e95111fed9" | ||
integrity sha512-Olez7r/PrW2VQtsnq+Xe1Ykm+mb2oqSne8HvIVgXB9sfR6jlk4DP0C3Y6HZe4JiF5qGcsJmPPH4AHNaxIoi76g== | ||
"@svgr/webpack@4.1.0": | ||
version "4.1.0" | ||
resolved "https://registry.yarnpkg.com/@svgr/webpack/-/webpack-4.1.0.tgz#20c88f32f731c7b1d4711045b2b993887d731c28" | ||
integrity sha512-d09ehQWqLMywP/PT/5JvXwPskPK9QCXUjiSkAHehreB381qExXf5JFCBWhfEyNonRbkIneCeYM99w+Ud48YIQQ== | ||
dependencies: | ||
"@babel/core" "^7.1.5" | ||
"@babel/core" "^7.1.6" | ||
"@babel/plugin-transform-react-constant-elements" "^7.0.0" | ||
"@babel/preset-env" "^7.1.5" | ||
"@babel/preset-env" "^7.1.6" | ||
"@babel/preset-react" "^7.0.0" | ||
"@svgr/core" "^4.0.3" | ||
"@svgr/plugin-jsx" "^4.0.3" | ||
"@svgr/core" "^4.1.0" | ||
"@svgr/plugin-jsx" "^4.1.0" | ||
"@svgr/plugin-svgo" "^4.0.3" | ||
loader-utils "^1.1.0" | ||
|
||
|
@@ -3935,7 +3975,7 @@ debug@^3.1.0: | |
dependencies: | ||
ms "^2.1.1" | ||
|
||
debug@^4.0.1: | ||
debug@^4.0.1, debug@^4.1.0: | ||
version "4.1.0" | ||
resolved "https://registry.yarnpkg.com/debug/-/debug-4.1.0.tgz#373687bffa678b38b1cd91f861b63850035ddc87" | ||
integrity sha512-heNPJUJIqC+xB6ayLAMHaIrmN9HKa7aQO8MGqKpvCA+uJYVcvR6l5kgdrhRuwPFHU7P5/A1w0BjByPHwpfTDKg== | ||
|
@@ -6813,7 +6853,7 @@ hast-to-hyperscript@^5.0.0: | |
unist-util-is "^2.0.0" | ||
web-namespaces "^1.1.2" | ||
|
||
hast-util-from-parse5@^4.0.0, hast-util-from-parse5@^4.0.2: | ||
hast-util-from-parse5@^4.0.2: | ||
version "4.0.2" | ||
resolved "https://registry.yarnpkg.com/hast-util-from-parse5/-/hast-util-from-parse5-4.0.2.tgz#b7164a7ffc88da4f751dc7c2f801ff8d7c143bab" | ||
integrity sha512-I6dtjsGtDqz4fmGSiFClFyiXdKhj5bPceS6intta7k/VDuiKz9P61C6hO6WMiNNmEm1b/EtBH8f+juvz4o0uwQ== | ||
|
@@ -6824,6 +6864,17 @@ hast-util-from-parse5@^4.0.0, hast-util-from-parse5@^4.0.2: | |
web-namespaces "^1.1.2" | ||
xtend "^4.0.1" | ||
|
||
hast-util-from-parse5@^5.0.0: | ||
version "5.0.0" | ||
resolved "https://registry.yarnpkg.com/hast-util-from-parse5/-/hast-util-from-parse5-5.0.0.tgz#a505a05766e0f96e389bfb0b1dd809eeefcef47b" | ||
integrity sha512-A7ev5OseS/J15214cvDdcI62uwovJO2PB60Xhnq7kaxvvQRFDEccuqbkrFXU03GPBGopdPqlpQBRqIcDS/Fjbg== | ||
dependencies: | ||
ccount "^1.0.3" | ||
hastscript "^5.0.0" | ||
property-information "^5.0.0" | ||
web-namespaces "^1.1.2" | ||
xtend "^4.0.1" | ||
|
||
hast-util-is-element@^1.0.0: | ||
version "1.0.1" | ||
resolved "https://registry.yarnpkg.com/hast-util-is-element/-/hast-util-is-element-1.0.1.tgz#c76e8aafbdb6e5c83265bf50324e2f2e024eb12a" | ||
|
@@ -6890,6 +6941,16 @@ hastscript@^4.0.0: | |
property-information "^4.0.0" | ||
space-separated-tokens "^1.0.0" | ||
|
||
hastscript@^5.0.0: | ||
version "5.0.0" | ||
resolved "https://registry.yarnpkg.com/hastscript/-/hastscript-5.0.0.tgz#fee10382c1bc4ba3f1be311521d368c047d2c43a" | ||
integrity sha512-xJtuJ8D42Xtq5yJrnDg/KAIxl2cXBXKoiIJwmWX9XMf8113qHTGl/Bf7jEsxmENJ4w6q4Tfl8s/Y6mEZo8x8qw== | ||
dependencies: | ||
comma-separated-tokens "^1.0.0" | ||
hast-util-parse-selector "^2.2.0" | ||
property-information "^5.0.1" | ||
space-separated-tokens "^1.0.0" | ||
|
||
hex-color-regex@^1.1.0: | ||
version "1.1.0" | ||
resolved "https://registry.yarnpkg.com/hex-color-regex/-/hex-color-regex-1.1.0.tgz#4c06fccb4602fe2602b3c93df82d7e7dbf1a8a8e" | ||
|
@@ -8078,6 +8139,13 @@ json5@^0.5.0: | |
resolved "http://registry.npmjs.org/json5/-/json5-0.5.1.tgz#1eade7acc012034ad84e2396767ead9fa5495821" | ||
integrity sha1-Hq3nrMASA0rYTiOWdn6tn6VJWCE= | ||
|
||
json5@^2.1.0: | ||
version "2.1.0" | ||
resolved "https://registry.yarnpkg.com/json5/-/json5-2.1.0.tgz#e7a0c62c48285c628d20a10b85c89bb807c32850" | ||
integrity sha512-8Mh9h6xViijj36g7Dxi+Y4S6hNGV96vcJZr/SrlHh1LR/pEn/8j/+qIBbs44YKl69Lrfctp4QD+AdWLTMqEZAQ== | ||
dependencies: | ||
minimist "^1.2.0" | ||
|
||
jsonfile@^4.0.0: | ||
version "4.0.0" | ||
resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-4.0.0.tgz#8771aae0799b64076b76640fca058f9c10e33ecb" | ||
|
@@ -10656,6 +10724,13 @@ property-information@^4.0.0: | |
dependencies: | ||
xtend "^4.0.1" | ||
|
||
property-information@^5.0.0, property-information@^5.0.1: | ||
version "5.0.1" | ||
resolved "https://registry.yarnpkg.com/property-information/-/property-information-5.0.1.tgz#c3b09f4f5750b1634c0b24205adbf78f18bdf94f" | ||
integrity sha512-nAtBDVeSwFM3Ot/YxT7s4NqZmqXI7lLzf46BThvotEtYf2uk2yH0ACYuWQkJ7gxKs49PPtKVY0UlDGkyN9aJlw== | ||
dependencies: | ||
xtend "^4.0.1" | ||
|
||
proto-list@~1.2.1: | ||
version "1.2.4" | ||
resolved "https://registry.yarnpkg.com/proto-list/-/proto-list-1.2.4.tgz#212d5bfe1318306a420f6402b8e26ff39647a849" | ||
|
@@ -11189,12 +11264,12 @@ regjsparser@^0.3.0: | |
dependencies: | ||
jsesc "~0.5.0" | ||
|
||
rehype-parse@^5.0.0: | ||
version "5.0.0" | ||
resolved "https://registry.yarnpkg.com/rehype-parse/-/rehype-parse-5.0.0.tgz#a103e2d9ee1b3a0dba9223e6f73623b8396e3682" | ||
integrity sha512-nv/i5olqfyhxu/LS89zHiMdDiHtRfxsXDAe/cC6covBYIiGVnX2xbU59H23deoeSVgORtaLvHNr6sekldmca6w== | ||
rehype-parse@^6.0.0: | ||
version "6.0.0" | ||
resolved "https://registry.yarnpkg.com/rehype-parse/-/rehype-parse-6.0.0.tgz#f681555f2598165bee2c778b39f9073d17b16bca" | ||
integrity sha512-V2OjMD0xcSt39G4uRdMTqDXXm6HwkUbLMDayYKA/d037j8/OtVSQ+tqKwYWOuyBeoCs/3clXRe30VUjeMDTBSA== | ||
dependencies: | ||
hast-util-from-parse5 "^4.0.0" | ||
hast-util-from-parse5 "^5.0.0" | ||
parse5 "^5.0.0" | ||
xtend "^4.0.1" | ||
|
||
|
@@ -13079,10 +13154,10 @@ unified@^6.0.0, unified@^6.1.5: | |
vfile "^2.0.0" | ||
x-is-string "^0.1.0" | ||
|
||
unified@^7.0.1: | ||
version "7.0.1" | ||
resolved "https://registry.yarnpkg.com/unified/-/unified-7.0.1.tgz#d211788b1eed5719864272b21c70ea6c6e73f850" | ||
integrity sha512-8bUzPn/gVVkLgZKKjmGMjFDi7tg/y+KmGcvbzdvkIP+9q77AZvg7u1jNLKlsXr6rrOzppFWzNpduumn8jLKOsg== | ||
unified@^7.0.2: | ||
version "7.0.2" | ||
resolved "https://registry.yarnpkg.com/unified/-/unified-7.0.2.tgz#16aa2748a7c936b80846cc69c580cd5ebd844532" | ||
integrity sha512-H7HiczCdNcPrqy4meJPtlJSch9+hm6GXLQ9FFLOUiFI1DIUbjvBhMKJtQ7YCaBhEPVXZwwqNyiot9xBUEtmlbg== | ||
dependencies: | ||
bail "^1.0.0" | ||
extend "^3.0.0" | ||
|