-
-
Notifications
You must be signed in to change notification settings - Fork 1
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 emotion monorepo to v11.10.4
- Loading branch information
1 parent
f413716
commit c311c13
Showing
2 changed files
with
134 additions
and
126 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
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 |
---|---|---|
|
@@ -101,7 +101,7 @@ | |
dependencies: | ||
"@babel/types" "^7.16.7" | ||
|
||
"@babel/helper-module-imports@^7.12.13", "@babel/helper-module-imports@^7.16.7": | ||
"@babel/helper-module-imports@^7.16.7": | ||
version "7.16.7" | ||
resolved "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.16.7.tgz" | ||
integrity sha512-LVtS6TqjJHFc+nYeITRo6VLXve70xmq7wPhWTqDJusJEgGmkAACWwMiTNrvfoQo6hEhFwAIixNkvB0jPXDL8Wg== | ||
|
@@ -122,10 +122,10 @@ | |
"@babel/traverse" "^7.17.3" | ||
"@babel/types" "^7.17.0" | ||
|
||
"@babel/helper-plugin-utils@^7.16.7": | ||
version "7.16.7" | ||
resolved "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.16.7.tgz" | ||
integrity sha512-Qg3Nk7ZxpgMrsox6HreY1ZNKdBq7K72tDSliA6dCl5f007jR4ne8iD5UzuNnCJH2xBf2BEEVGr+/OL6Gdp7RxA== | ||
"@babel/helper-plugin-utils@^7.18.6": | ||
version "7.19.0" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.19.0.tgz#4796bb14961521f0f8715990bee2fb6e51ce21bf" | ||
integrity sha512-40Ryx7I8mT+0gaNxm8JGTZFUITNqdLAgdg0hXzeVZxVD6nFsdhQvip6v8dqkRHzsz1VFpFAaOCHNn0vKBL7Czw== | ||
|
||
"@babel/helper-simple-access@^7.17.7": | ||
version "7.17.7" | ||
|
@@ -193,12 +193,12 @@ | |
resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.17.8.tgz" | ||
integrity sha512-BoHhDJrJXqcg+ZL16Xv39H9n+AqJ4pcDrQBGZN+wHxIysrLZ3/ECwCBUch/1zUNhnsXULcONU3Ei5Hmkfk6kiQ== | ||
|
||
"@babel/plugin-syntax-jsx@^7.12.13": | ||
version "7.16.7" | ||
resolved "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.16.7.tgz" | ||
integrity sha512-Esxmk7YjA8QysKeT3VhTXvF6y77f/a91SIs4pWb4H2eWGQkCKFgQaG6hdoEVZtGsrAcb2K5BW66XsOErD4WU3Q== | ||
"@babel/plugin-syntax-jsx@^7.17.12": | ||
version "7.18.6" | ||
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.18.6.tgz#a8feef63b010150abd97f1649ec296e849943ca0" | ||
integrity sha512-6mmljtAedFGTWu2p/8WIORGwy+61PLgOMPOdazc7YoJ9ZCWUyFy3A6CpPkRKLKD1ToAesxX8KGEViAiLo9N+7Q== | ||
dependencies: | ||
"@babel/helper-plugin-utils" "^7.16.7" | ||
"@babel/helper-plugin-utils" "^7.18.6" | ||
|
||
"@babel/runtime-corejs3@^7.10.2": | ||
version "7.15.4" | ||
|
@@ -208,7 +208,7 @@ | |
core-js-pure "^3.16.0" | ||
regenerator-runtime "^0.13.4" | ||
|
||
"@babel/runtime@^7.0.0", "@babel/runtime@^7.12.13", "@babel/runtime@^7.13.10", "@babel/runtime@^7.7.2": | ||
"@babel/runtime@^7.0.0", "@babel/runtime@^7.12.13": | ||
version "7.17.8" | ||
resolved "https://registry.npmjs.org/@babel/runtime/-/runtime-7.17.8.tgz" | ||
integrity sha512-dQpEpK0O9o6lj6oPu0gRDbbnk+4LeHlNcBpspf6Olzt3GIX4P1lWF1gS+pHLDFlaJvbR6q7jCfQ08zA4QJBnmA== | ||
|
@@ -222,6 +222,13 @@ | |
dependencies: | ||
regenerator-runtime "^0.13.4" | ||
|
||
"@babel/runtime@^7.12.5", "@babel/runtime@^7.18.3": | ||
version "7.19.0" | ||
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.19.0.tgz#22b11c037b094d27a8a2504ea4dcff00f50e2259" | ||
integrity sha512-eR8Lo9hnDS7tqkO7NsV+mKvCmv5boaXFSZ70DnfhcgiEne8hv9oCEd36Klw74EtizEqLsy4YnW8UWwpBVolHZA== | ||
dependencies: | ||
regenerator-runtime "^0.13.4" | ||
|
||
"@babel/template@^7.12.13", "@babel/template@^7.16.7": | ||
version "7.16.7" | ||
resolved "https://registry.npmjs.org/@babel/template/-/template-7.16.7.tgz" | ||
|
@@ -1001,39 +1008,39 @@ | |
resolved "https://registry.npmjs.org/@ctrl/tinycolor/-/tinycolor-3.4.0.tgz" | ||
integrity sha512-JZButFdZ1+/xAfpguQHoabIXkcqRRKpMrWKBkpEZZyxfY9C1DpADFB8PEqGSTeFr135SaTRfKqGKx5xSCLI7ZQ== | ||
|
||
"@emotion/babel-plugin@^11.7.1": | ||
version "11.7.2" | ||
resolved "https://registry.npmjs.org/@emotion/babel-plugin/-/babel-plugin-11.7.2.tgz" | ||
integrity sha512-6mGSCWi9UzXut/ZAN6lGFu33wGR3SJisNl3c0tvlmb8XChH1b2SUvxvnOh7hvLpqyRdHHU9AiazV3Cwbk5SXKQ== | ||
dependencies: | ||
"@babel/helper-module-imports" "^7.12.13" | ||
"@babel/plugin-syntax-jsx" "^7.12.13" | ||
"@babel/runtime" "^7.13.10" | ||
"@emotion/hash" "^0.8.0" | ||
"@emotion/memoize" "^0.7.5" | ||
"@emotion/serialize" "^1.0.2" | ||
babel-plugin-macros "^2.6.1" | ||
"@emotion/babel-plugin@^11.10.0": | ||
version "11.10.2" | ||
resolved "https://registry.yarnpkg.com/@emotion/babel-plugin/-/babel-plugin-11.10.2.tgz#879db80ba622b3f6076917a1e6f648b1c7d008c7" | ||
integrity sha512-xNQ57njWTFVfPAc3cjfuaPdsgLp5QOSuRsj9MA6ndEhH/AzuZM86qIQzt6rq+aGBwj3n5/TkLmU5lhAfdRmogA== | ||
dependencies: | ||
"@babel/helper-module-imports" "^7.16.7" | ||
"@babel/plugin-syntax-jsx" "^7.17.12" | ||
"@babel/runtime" "^7.18.3" | ||
"@emotion/hash" "^0.9.0" | ||
"@emotion/memoize" "^0.8.0" | ||
"@emotion/serialize" "^1.1.0" | ||
babel-plugin-macros "^3.1.0" | ||
convert-source-map "^1.5.0" | ||
escape-string-regexp "^4.0.0" | ||
find-root "^1.1.0" | ||
source-map "^0.5.7" | ||
stylis "4.0.13" | ||
|
||
"@emotion/cache@^11.7.1": | ||
version "11.7.1" | ||
resolved "https://registry.npmjs.org/@emotion/cache/-/cache-11.7.1.tgz" | ||
integrity sha512-r65Zy4Iljb8oyjtLeCuBH8Qjiy107dOYC6SJq7g7GV5UCQWMObY4SJDPGFjiiVpPrOJ2hmJOoBiYTC7hwx9E2A== | ||
"@emotion/cache@^11.10.0": | ||
version "11.10.3" | ||
resolved "https://registry.yarnpkg.com/@emotion/cache/-/cache-11.10.3.tgz#c4f67904fad10c945fea5165c3a5a0583c164b87" | ||
integrity sha512-Psmp/7ovAa8appWh3g51goxu/z3iVms7JXOreq136D8Bbn6dYraPnmL6mdM8GThEx9vwSn92Fz+mGSjBzN8UPQ== | ||
dependencies: | ||
"@emotion/memoize" "^0.7.4" | ||
"@emotion/sheet" "^1.1.0" | ||
"@emotion/utils" "^1.0.0" | ||
"@emotion/weak-memoize" "^0.2.5" | ||
"@emotion/memoize" "^0.8.0" | ||
"@emotion/sheet" "^1.2.0" | ||
"@emotion/utils" "^1.2.0" | ||
"@emotion/weak-memoize" "^0.3.0" | ||
stylis "4.0.13" | ||
|
||
"@emotion/hash@^0.8.0": | ||
version "0.8.0" | ||
resolved "https://registry.npmjs.org/@emotion/hash/-/hash-0.8.0.tgz" | ||
integrity sha512-kBJtf7PH6aWwZ6fka3zQ0p6SBYzx4fl1LoZXE2RrnYST9Xljm7WfKJrU4g/Xr3Beg72MLrp1AWNUmuYJTL7Cow== | ||
"@emotion/hash@^0.9.0": | ||
version "0.9.0" | ||
resolved "https://registry.yarnpkg.com/@emotion/hash/-/hash-0.9.0.tgz#c5153d50401ee3c027a57a177bc269b16d889cb7" | ||
integrity sha512-14FtKiHhy2QoPIzdTcvh//8OyBlknNs2nXRwIhG904opCby3l+9Xaf/wuPvICBF0rc1ZCNBd3nKe9cd2mecVkQ== | ||
|
||
"@emotion/is-prop-valid@^0.8.2": | ||
version "0.8.8" | ||
|
@@ -1042,88 +1049,84 @@ | |
dependencies: | ||
"@emotion/memoize" "0.7.4" | ||
|
||
"@emotion/is-prop-valid@^1.1.2": | ||
version "1.1.2" | ||
resolved "https://registry.npmjs.org/@emotion/is-prop-valid/-/is-prop-valid-1.1.2.tgz" | ||
integrity sha512-3QnhqeL+WW88YjYbQL5gUIkthuMw7a0NGbZ7wfFVk2kg/CK5w8w5FFa0RzWjyY1+sujN0NWbtSHH6OJmWHtJpQ== | ||
"@emotion/is-prop-valid@^1.2.0": | ||
version "1.2.0" | ||
resolved "https://registry.yarnpkg.com/@emotion/is-prop-valid/-/is-prop-valid-1.2.0.tgz#7f2d35c97891669f7e276eb71c83376a5dc44c83" | ||
integrity sha512-3aDpDprjM0AwaxGE09bOPkNxHpBd+kA6jty3RnaEXdweX1DF1U3VQpPYb0g1IStAuK7SVQ1cy+bNBBKp4W3Fjg== | ||
dependencies: | ||
"@emotion/memoize" "^0.7.4" | ||
"@emotion/memoize" "^0.8.0" | ||
|
||
"@emotion/[email protected]": | ||
version "0.7.4" | ||
resolved "https://registry.npmjs.org/@emotion/memoize/-/memoize-0.7.4.tgz" | ||
integrity sha512-Ja/Vfqe3HpuzRsG1oBtWTHk2PGZ7GR+2Vz5iYGelAw8dx32K0y7PjVuxK6z1nMpZOqAFsRUPCkK1YjJ56qJlgw== | ||
|
||
"@emotion/memoize@^0.7.4", "@emotion/memoize@^0.7.5": | ||
version "0.7.5" | ||
resolved "https://registry.npmjs.org/@emotion/memoize/-/memoize-0.7.5.tgz" | ||
integrity sha512-igX9a37DR2ZPGYtV6suZ6whr8pTFtyHL3K/oLUotxpSVO2ASaprmAe2Dkq7tBo7CRY7MMDrAa9nuQP9/YG8FxQ== | ||
|
||
"@emotion/[email protected]": | ||
version "11.9.0" | ||
resolved "https://registry.yarnpkg.com/@emotion/react/-/react-11.9.0.tgz#b6d42b1db3bd7511e7a7c4151dc8bc82e14593b8" | ||
integrity sha512-lBVSF5d0ceKtfKCDQJveNAtkC7ayxpVlgOohLgXqRwqWr9bOf4TZAFFyIcNngnV6xK6X4x2ZeXq7vliHkoVkxQ== | ||
dependencies: | ||
"@babel/runtime" "^7.13.10" | ||
"@emotion/babel-plugin" "^11.7.1" | ||
"@emotion/cache" "^11.7.1" | ||
"@emotion/serialize" "^1.0.3" | ||
"@emotion/utils" "^1.1.0" | ||
"@emotion/weak-memoize" "^0.2.5" | ||
"@emotion/memoize@^0.8.0": | ||
version "0.8.0" | ||
resolved "https://registry.yarnpkg.com/@emotion/memoize/-/memoize-0.8.0.tgz#f580f9beb67176fa57aae70b08ed510e1b18980f" | ||
integrity sha512-G/YwXTkv7Den9mXDO7AhLWkE3q+I92B+VqAE+dYG4NGPaHZGvt3G8Q0p9vmE+sq7rTGphUbAvmQ9YpbfMQGGlA== | ||
|
||
"@emotion/[email protected]": | ||
version "11.10.4" | ||
resolved "https://registry.yarnpkg.com/@emotion/react/-/react-11.10.4.tgz#9dc6bccbda5d70ff68fdb204746c0e8b13a79199" | ||
integrity sha512-j0AkMpr6BL8gldJZ6XQsQ8DnS9TxEQu1R+OGmDZiWjBAJtCcbt0tS3I/YffoqHXxH6MjgI7KdMbYKw3MEiU9eA== | ||
dependencies: | ||
"@babel/runtime" "^7.18.3" | ||
"@emotion/babel-plugin" "^11.10.0" | ||
"@emotion/cache" "^11.10.0" | ||
"@emotion/serialize" "^1.1.0" | ||
"@emotion/use-insertion-effect-with-fallbacks" "^1.0.0" | ||
"@emotion/utils" "^1.2.0" | ||
"@emotion/weak-memoize" "^0.3.0" | ||
hoist-non-react-statics "^3.3.1" | ||
|
||
"@emotion/serialize@^1.0.2": | ||
version "1.0.2" | ||
resolved "https://registry.npmjs.org/@emotion/serialize/-/serialize-1.0.2.tgz" | ||
integrity sha512-95MgNJ9+/ajxU7QIAruiOAdYNjxZX7G2mhgrtDWswA21VviYIRP1R5QilZ/bDY42xiKsaktP4egJb3QdYQZi1A== | ||
"@emotion/serialize@^1.1.0": | ||
version "1.1.0" | ||
resolved "https://registry.yarnpkg.com/@emotion/serialize/-/serialize-1.1.0.tgz#b1f97b1011b09346a40e9796c37a3397b4ea8ea8" | ||
integrity sha512-F1ZZZW51T/fx+wKbVlwsfchr5q97iW8brAnXmsskz4d0hVB4O3M/SiA3SaeH06x02lSNzkkQv+n3AX3kCXKSFA== | ||
dependencies: | ||
"@emotion/hash" "^0.8.0" | ||
"@emotion/memoize" "^0.7.4" | ||
"@emotion/unitless" "^0.7.5" | ||
"@emotion/utils" "^1.0.0" | ||
"@emotion/hash" "^0.9.0" | ||
"@emotion/memoize" "^0.8.0" | ||
"@emotion/unitless" "^0.8.0" | ||
"@emotion/utils" "^1.2.0" | ||
csstype "^3.0.2" | ||
|
||
"@emotion/serialize@^1.0.3": | ||
version "1.0.3" | ||
resolved "https://registry.npmjs.org/@emotion/serialize/-/serialize-1.0.3.tgz" | ||
integrity sha512-2mSSvgLfyV3q+iVh3YWgNlUc2a9ZlDU7DjuP5MjK3AXRR0dYigCrP99aeFtaB2L/hjfEZdSThn5dsZ0ufqbvsA== | ||
dependencies: | ||
"@emotion/hash" "^0.8.0" | ||
"@emotion/memoize" "^0.7.4" | ||
"@emotion/unitless" "^0.7.5" | ||
"@emotion/utils" "^1.0.0" | ||
csstype "^3.0.2" | ||
"@emotion/sheet@^1.2.0": | ||
version "1.2.0" | ||
resolved "https://registry.yarnpkg.com/@emotion/sheet/-/sheet-1.2.0.tgz#771b1987855839e214fc1741bde43089397f7be5" | ||
integrity sha512-OiTkRgpxescko+M51tZsMq7Puu/KP55wMT8BgpcXVG2hqXc0Vo0mfymJ/Uj24Hp0i083ji/o0aLddh08UEjq8w== | ||
|
||
"@emotion/[email protected]": | ||
version "11.10.4" | ||
resolved "https://registry.yarnpkg.com/@emotion/styled/-/styled-11.10.4.tgz#e93f84a4d54003c2acbde178c3f97b421fce1cd4" | ||
integrity sha512-pRl4R8Ez3UXvOPfc2bzIoV8u9P97UedgHS4FPX594ntwEuAMA114wlaHvOK24HB48uqfXiGlYIZYCxVJ1R1ttQ== | ||
dependencies: | ||
"@babel/runtime" "^7.18.3" | ||
"@emotion/babel-plugin" "^11.10.0" | ||
"@emotion/is-prop-valid" "^1.2.0" | ||
"@emotion/serialize" "^1.1.0" | ||
"@emotion/use-insertion-effect-with-fallbacks" "^1.0.0" | ||
"@emotion/utils" "^1.2.0" | ||
|
||
"@emotion/unitless@^0.8.0": | ||
version "0.8.0" | ||
resolved "https://registry.yarnpkg.com/@emotion/unitless/-/unitless-0.8.0.tgz#a4a36e9cbdc6903737cd20d38033241e1b8833db" | ||
integrity sha512-VINS5vEYAscRl2ZUDiT3uMPlrFQupiKgHz5AA4bCH1miKBg4qtwkim1qPmJj/4WG6TreYMY111rEFsjupcOKHw== | ||
|
||
"@emotion/sheet@^1.1.0": | ||
version "1.1.0" | ||
resolved "https://registry.npmjs.org/@emotion/sheet/-/sheet-1.1.0.tgz" | ||
integrity sha512-u0AX4aSo25sMAygCuQTzS+HsImZFuS8llY8O7b9MDRzbJM0kVJlAz6KNDqcG7pOuQZJmj/8X/rAW+66kMnMW+g== | ||
|
||
"@emotion/[email protected]": | ||
version "11.8.1" | ||
resolved "https://registry.yarnpkg.com/@emotion/styled/-/styled-11.8.1.tgz#856f6f63aceef0eb783985fa2322e2bf66d04e17" | ||
integrity sha512-OghEVAYBZMpEquHZwuelXcRjRJQOVayvbmNR0zr174NHdmMgrNkLC6TljKC5h9lZLkN5WGrdUcrKlOJ4phhoTQ== | ||
dependencies: | ||
"@babel/runtime" "^7.13.10" | ||
"@emotion/babel-plugin" "^11.7.1" | ||
"@emotion/is-prop-valid" "^1.1.2" | ||
"@emotion/serialize" "^1.0.2" | ||
"@emotion/utils" "^1.1.0" | ||
|
||
"@emotion/unitless@^0.7.5": | ||
version "0.7.5" | ||
resolved "https://registry.npmjs.org/@emotion/unitless/-/unitless-0.7.5.tgz" | ||
integrity sha512-OWORNpfjMsSSUBVrRBVGECkhWcULOAJz9ZW8uK9qgxD+87M7jHRcvh/A96XXNhXTLmKcoYSQtBEX7lHMO7YRwg== | ||
|
||
"@emotion/utils@^1.0.0", "@emotion/utils@^1.1.0": | ||
version "1.1.0" | ||
resolved "https://registry.npmjs.org/@emotion/utils/-/utils-1.1.0.tgz" | ||
integrity sha512-iRLa/Y4Rs5H/f2nimczYmS5kFJEbpiVvgN3XVfZ022IYhuNA1IRSHEizcof88LtCTXtl9S2Cxt32KgaXEu72JQ== | ||
"@emotion/use-insertion-effect-with-fallbacks@^1.0.0": | ||
version "1.0.0" | ||
resolved "https://registry.yarnpkg.com/@emotion/use-insertion-effect-with-fallbacks/-/use-insertion-effect-with-fallbacks-1.0.0.tgz#ffadaec35dbb7885bd54de3fa267ab2f860294df" | ||
integrity sha512-1eEgUGmkaljiBnRMTdksDV1W4kUnmwgp7X9G8B++9GYwl1lUdqSndSriIrTJ0N7LQaoauY9JJ2yhiOYK5+NI4A== | ||
|
||
"@emotion/utils@^1.2.0": | ||
version "1.2.0" | ||
resolved "https://registry.yarnpkg.com/@emotion/utils/-/utils-1.2.0.tgz#9716eaccbc6b5ded2ea5a90d65562609aab0f561" | ||
integrity sha512-sn3WH53Kzpw8oQ5mgMmIzzyAaH2ZqFEbozVVBSYp538E06OSE6ytOp7pRAjNQR+Q/orwqdQYJSe2m3hCOeznkw== | ||
|
||
"@emotion/weak-memoize@^0.2.5": | ||
version "0.2.5" | ||
resolved "https://registry.npmjs.org/@emotion/weak-memoize/-/weak-memoize-0.2.5.tgz" | ||
integrity sha512-6U71C2Wp7r5XtFtQzYrW5iKFT67OixrSxjI4MptCHzdSVlgabczzqLe0ZSgnub/5Kp4hSbpDB1tMytZY9pwxxA== | ||
"@emotion/weak-memoize@^0.3.0": | ||
version "0.3.0" | ||
resolved "https://registry.yarnpkg.com/@emotion/weak-memoize/-/weak-memoize-0.3.0.tgz#ea89004119dc42db2e1dba0f97d553f7372f6fcb" | ||
integrity sha512-AHPmaAx+RYfZz0eYu6Gviiagpmiyw98ySSlQvCUhVGDRtDFe4DBS0x1bSjdF3gqUDYOczB+yYvBTtEylYSdRhg== | ||
|
||
"@eslint/eslintrc@^1.3.0": | ||
version "1.3.0" | ||
|
@@ -1610,14 +1613,14 @@ axobject-query@^2.2.0: | |
resolved "https://registry.npmjs.org/axobject-query/-/axobject-query-2.2.0.tgz" | ||
integrity sha512-Td525n+iPOOyUQIeBfcASuG6uJsDOITl7Mds5gFyerkWiX7qhUTdYUBlSgNMyVqtSJqwpt1kXGLdUt6SykLMRA== | ||
|
||
babel-plugin-macros@^2.6.1: | ||
version "2.8.0" | ||
resolved "https://registry.npmjs.org/babel-plugin-macros/-/babel-plugin-macros-2.8.0.tgz" | ||
integrity sha512-SEP5kJpfGYqYKpBrj5XU3ahw5p5GOHJ0U5ssOSQ/WBVdwkD2Dzlce95exQTs3jOVWPPKLBN2rlEWkCK7dSmLvg== | ||
babel-plugin-macros@^3.1.0: | ||
version "3.1.0" | ||
resolved "https://registry.yarnpkg.com/babel-plugin-macros/-/babel-plugin-macros-3.1.0.tgz#9ef6dc74deb934b4db344dc973ee851d148c50c1" | ||
integrity sha512-Cg7TFGpIr01vOQNODXOOaGz2NpCU5gl8x1qJFbb6hbZxR7XrcE2vtbAsTAbJ7/xwJtUuJEw8K8Zr/AE0LHlesg== | ||
dependencies: | ||
"@babel/runtime" "^7.7.2" | ||
cosmiconfig "^6.0.0" | ||
resolve "^1.12.0" | ||
"@babel/runtime" "^7.12.5" | ||
cosmiconfig "^7.0.0" | ||
resolve "^1.19.0" | ||
|
||
balanced-match@^1.0.0: | ||
version "1.0.2" | ||
|
@@ -2003,17 +2006,6 @@ cosmiconfig-typescript-loader@^2.0.0: | |
cosmiconfig "^7" | ||
ts-node "^10.8.0" | ||
|
||
cosmiconfig@^6.0.0: | ||
version "6.0.0" | ||
resolved "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-6.0.0.tgz" | ||
integrity sha512-xb3ZL6+L8b9JLLCx3ZdoZy4+2ECphCMo2PwqgP1tlfVq6M6YReyzBJtvWWtbDSpNr9hn96pkCiZqUcFEc+54Qg== | ||
dependencies: | ||
"@types/parse-json" "^4.0.0" | ||
import-fresh "^3.1.0" | ||
parse-json "^5.0.0" | ||
path-type "^4.0.0" | ||
yaml "^1.7.2" | ||
|
||
cosmiconfig@^7, cosmiconfig@^7.0.0: | ||
version "7.0.1" | ||
resolved "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.0.1.tgz" | ||
|
@@ -3017,7 +3009,7 @@ ignore@^5.2.0: | |
resolved "https://registry.npmjs.org/ignore/-/ignore-5.2.0.tgz" | ||
integrity sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ== | ||
|
||
import-fresh@^3.0.0, import-fresh@^3.1.0, import-fresh@^3.2.1: | ||
import-fresh@^3.0.0, import-fresh@^3.2.1: | ||
version "3.3.0" | ||
resolved "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz" | ||
integrity sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw== | ||
|
@@ -3115,6 +3107,13 @@ is-core-module@^2.8.1: | |
dependencies: | ||
has "^1.0.3" | ||
|
||
is-core-module@^2.9.0: | ||
version "2.10.0" | ||
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.10.0.tgz#9012ede0a91c69587e647514e1d5277019e728ed" | ||
integrity sha512-Erxj2n/LDAZ7H8WNJXd9tw38GYM3dv8rk8Zcs+jJuxYTW7sozH+SS8NtrSjVL1/vpLvWi1hxy96IzjJ3EHTJJg== | ||
dependencies: | ||
has "^1.0.3" | ||
|
||
is-date-object@^1.0.1: | ||
version "1.0.5" | ||
resolved "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.5.tgz" | ||
|
@@ -4162,7 +4161,16 @@ resolve@^1.10.0, resolve@^1.20.0: | |
path-parse "^1.0.7" | ||
supports-preserve-symlinks-flag "^1.0.0" | ||
|
||
resolve@^1.12.0, resolve@^1.22.0: | ||
resolve@^1.19.0: | ||
version "1.22.1" | ||
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.1.tgz#27cb2ebb53f91abb49470a928bba7558066ac177" | ||
integrity sha512-nBpuuYuY5jFsli/JIs1oldw6fOQCBioohqWZg/2hiaOybXOft4lonv85uDOKXdf8rhyK159cxU5cDcK/NKk8zw== | ||
dependencies: | ||
is-core-module "^2.9.0" | ||
path-parse "^1.0.7" | ||
supports-preserve-symlinks-flag "^1.0.0" | ||
|
||
resolve@^1.22.0: | ||
version "1.22.0" | ||
resolved "https://registry.npmjs.org/resolve/-/resolve-1.22.0.tgz" | ||
integrity sha512-Hhtrw0nLeSrFQ7phPp4OOcVjLPIeMnRlr5mcnVuMe7M/7eBn98A3hmFRLoFo3DLZkivSYwhRUJTyPyWAk56WLw== | ||
|
@@ -4783,7 +4791,7 @@ yallist@^4.0.0: | |
resolved "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz" | ||
integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A== | ||
|
||
yaml@^1.10.0, yaml@^1.7.2: | ||
yaml@^1.10.0: | ||
version "1.10.2" | ||
resolved "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz" | ||
integrity sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg== | ||
|