-
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 material-ui monorepo
- Loading branch information
1 parent
032acc0
commit 1c21340
Showing
2 changed files
with
123 additions
and
91 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 |
---|---|---|
|
@@ -191,10 +191,10 @@ | |
dependencies: | ||
regenerator-runtime "^0.14.0" | ||
|
||
"@babel/runtime@^7.23.5", "@babel/runtime@^7.5.5", "@babel/runtime@^7.8.7": | ||
version "7.23.6" | ||
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.23.6.tgz#c05e610dc228855dc92ef1b53d07389ed8ab521d" | ||
integrity sha512-zHd0eUrf5GZoOWVCXp6koAKQTfZV07eit6bGPmJgnZdnSAvvZee6zniW2XMF7Cmc4ISOOnPy3QaSiIJGJkVEDQ== | ||
"@babel/runtime@^7.23.9", "@babel/runtime@^7.5.5", "@babel/runtime@^7.8.7": | ||
version "7.23.9" | ||
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.23.9.tgz#47791a15e4603bb5f905bc0753801cf21d6345f7" | ||
integrity sha512-0CX6F+BI2s9dkUqr08KFrAIZgNFj75rdBU/DjCyYLIaV/quFjkk6T+EJ2LkZHyZTbEV4L5p97mNkUsHl2wLFAw== | ||
dependencies: | ||
regenerator-runtime "^0.14.0" | ||
|
||
|
@@ -647,6 +647,13 @@ | |
dependencies: | ||
"@floating-ui/utils" "^0.1.3" | ||
|
||
"@floating-ui/core@^1.6.0": | ||
version "1.6.0" | ||
resolved "https://registry.yarnpkg.com/@floating-ui/core/-/core-1.6.0.tgz#fa41b87812a16bf123122bf945946bae3fdf7fc1" | ||
integrity sha512-PcF++MykgmTj3CIyOQbKA/hDzOAiqI3mhuoN44WRCopIs1sgoDoU4oty4Jtqaj/y3oDU6fnVSm4QG0a3t5i0+g== | ||
dependencies: | ||
"@floating-ui/utils" "^0.2.1" | ||
|
||
"@floating-ui/dom@^1.5.1": | ||
version "1.5.3" | ||
resolved "https://registry.yarnpkg.com/@floating-ui/dom/-/dom-1.5.3.tgz#54e50efcb432c06c23cd33de2b575102005436fa" | ||
|
@@ -655,18 +662,38 @@ | |
"@floating-ui/core" "^1.4.2" | ||
"@floating-ui/utils" "^0.1.3" | ||
|
||
"@floating-ui/dom@^1.6.1": | ||
version "1.6.1" | ||
resolved "https://registry.yarnpkg.com/@floating-ui/dom/-/dom-1.6.1.tgz#d552e8444f77f2d88534372369b3771dc3a2fa5d" | ||
integrity sha512-iA8qE43/H5iGozC3W0YSnVSW42Vh522yyM1gj+BqRwVsTNOyr231PsXDaV04yT39PsO0QL2QpbI/M0ZaLUQgRQ== | ||
dependencies: | ||
"@floating-ui/core" "^1.6.0" | ||
"@floating-ui/utils" "^0.2.1" | ||
|
||
"@floating-ui/react-dom@^2.0.4": | ||
version "2.0.4" | ||
resolved "https://registry.yarnpkg.com/@floating-ui/react-dom/-/react-dom-2.0.4.tgz#b076fafbdfeb881e1d86ae748b7ff95150e9f3ec" | ||
integrity sha512-CF8k2rgKeh/49UrnIBs4BdxPUV6vize/Db1d/YbCLyp9GiVZ0BEwf5AiDSxJRCr6yOkGqTFHtmrULxkEfYZ7dQ== | ||
dependencies: | ||
"@floating-ui/dom" "^1.5.1" | ||
|
||
"@floating-ui/react-dom@^2.0.8": | ||
version "2.0.8" | ||
resolved "https://registry.yarnpkg.com/@floating-ui/react-dom/-/react-dom-2.0.8.tgz#afc24f9756d1b433e1fe0d047c24bd4d9cefaa5d" | ||
integrity sha512-HOdqOt3R3OGeTKidaLvJKcgg75S6tibQ3Tif4eyd91QnIJWr0NLvoXFpJA/j8HqkFSL68GDca9AuyWEHlhyClw== | ||
dependencies: | ||
"@floating-ui/dom" "^1.6.1" | ||
|
||
"@floating-ui/utils@^0.1.3": | ||
version "0.1.6" | ||
resolved "https://registry.yarnpkg.com/@floating-ui/utils/-/utils-0.1.6.tgz#22958c042e10b67463997bd6ea7115fe28cbcaf9" | ||
integrity sha512-OfX7E2oUDYxtBvsuS4e/jSn4Q9Qb6DzgeYtsAdkPZ47znpoNsMgZw0+tVijiv3uGNR6dgNlty6r9rzIzHjtd/A== | ||
|
||
"@floating-ui/utils@^0.2.1": | ||
version "0.2.1" | ||
resolved "https://registry.yarnpkg.com/@floating-ui/utils/-/utils-0.2.1.tgz#16308cea045f0fc777b6ff20a9f25474dd8293d2" | ||
integrity sha512-9TANp6GPoMtYzQdt54kfAyMmz1+osLlXdg2ENroU7zzrtflTLrrC/lgrIfaSe+Wu0b89GKccT7vxXA0MoAIO+Q== | ||
|
||
"@humanwhocodes/config-array@^0.11.13": | ||
version "0.11.13" | ||
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.13.tgz#075dc9684f40a531d9b26b0822153c1e832ee297" | ||
|
@@ -718,17 +745,17 @@ | |
"@jridgewell/resolve-uri" "^3.1.0" | ||
"@jridgewell/sourcemap-codec" "^1.4.14" | ||
|
||
"@mui/[email protected].27": | ||
version "5.0.0-beta.27" | ||
resolved "https://registry.yarnpkg.com/@mui/base/-/base-5.0.0-beta.27.tgz#21a9c7d954a5f88f6706dfee630154c651ee73af" | ||
integrity sha512-duL37qxihT1N0pW/gyXVezP7SttLkF+cLAs/y6g6ubEFmVadjbnZ45SeF12/vAiKzqwf5M0uFH1cczIPXFZygA== | ||
"@mui/[email protected].34": | ||
version "5.0.0-beta.34" | ||
resolved "https://registry.yarnpkg.com/@mui/base/-/base-5.0.0-beta.34.tgz#44b0f203250a6e3b2d810f37c9720d114182abd0" | ||
integrity sha512-e2mbTGTtReD/y5RFwnhkl1Tgl3XwgJhY040IlfkTVaU9f5LWrVhEnpRsYXu3B1CtLrwiWs4cu7aMHV9yRd4jpw== | ||
dependencies: | ||
"@babel/runtime" "^7.23.5" | ||
"@floating-ui/react-dom" "^2.0.4" | ||
"@mui/types" "^7.2.11" | ||
"@mui/utils" "^5.15.0" | ||
"@babel/runtime" "^7.23.9" | ||
"@floating-ui/react-dom" "^2.0.8" | ||
"@mui/types" "^7.2.13" | ||
"@mui/utils" "^5.15.7" | ||
"@popperjs/core" "^2.11.8" | ||
clsx "^2.0.0" | ||
clsx "^2.1.0" | ||
prop-types "^15.8.1" | ||
|
||
"@mui/base@^5.0.0-beta.20": | ||
|
@@ -744,79 +771,79 @@ | |
clsx "^2.0.0" | ||
prop-types "^15.8.1" | ||
|
||
"@mui/core-downloads-tracker@^5.15.0": | ||
version "5.15.0" | ||
resolved "https://registry.yarnpkg.com/@mui/core-downloads-tracker/-/core-downloads-tracker-5.15.0.tgz#6b45d5bff38f305402d24d3bf86075b56c578909" | ||
integrity sha512-NpGtlHwuyLfJtdrlERXb8qRqd279O0VnuGaZAor1ehdNhUJOD1bSxHDeXKZkbqNpvi50hasFj7lsbTpluworTQ== | ||
"@mui/core-downloads-tracker@^5.15.7": | ||
version "5.15.7" | ||
resolved "https://registry.yarnpkg.com/@mui/core-downloads-tracker/-/core-downloads-tracker-5.15.7.tgz#78a0e98ecbd84906bf7339f780e8f41c5d505754" | ||
integrity sha512-AuF+Wo2Mp/edaO6vJnWjg+gj4tzEz5ChMZnAQpc22DXpSvM8ddgGcZvM7D7F99pIBoSv8ub+Iz0viL+yuGVmhg== | ||
|
||
"@mui/icons-material@^5.14.19": | ||
version "5.15.0" | ||
resolved "https://registry.yarnpkg.com/@mui/icons-material/-/icons-material-5.15.0.tgz#fdc93611ca77ce3b79128be02fb6c1ae79b972b8" | ||
integrity sha512-zHY6fOkaK7VfhWeyxO8MjO3IAjEYpYMXuqUhX7TkUZJ9+TSH/9dn4ClG4K2j6hdgBU5Yrq2Z/89Bo6BHHp7AdQ== | ||
dependencies: | ||
"@babel/runtime" "^7.23.5" | ||
|
||
"@mui/[email protected].156": | ||
version "5.0.0-alpha.156" | ||
resolved "https://registry.yarnpkg.com/@mui/lab/-/lab-5.0.0-alpha.156.tgz#9fee3a408ded367ab4fe84275789155b65dee7e7" | ||
integrity sha512-OUAckFeqlAG6aIBG1Ud1fDCBqnU1wltWZYHsA7YCGzRBykNzQC/W/dYddp+RJLu0BgYpMiXwPXq2Hg0ERVtaog== | ||
dependencies: | ||
"@babel/runtime" "^7.23.5" | ||
"@mui/base" "5.0.0-beta.27" | ||
"@mui/system" "^5.15.0" | ||
"@mui/types" "^7.2.11" | ||
"@mui/utils" "^5.15.0" | ||
clsx "^2.0.0" | ||
version "5.15.7" | ||
resolved "https://registry.yarnpkg.com/@mui/icons-material/-/icons-material-5.15.7.tgz#6b1cc370894f505b756fa1aa1cbd25b5890d54d5" | ||
integrity sha512-EDAc8TVJGIA/imAvR3u4nANl2W5h3QeHieu2gK7Ypez/nIA55p08tHjf8UrMXEpxCAvfZO6piY9S9uaxETdicA== | ||
dependencies: | ||
"@babel/runtime" "^7.23.9" | ||
|
||
"@mui/[email protected].163": | ||
version "5.0.0-alpha.163" | ||
resolved "https://registry.yarnpkg.com/@mui/lab/-/lab-5.0.0-alpha.163.tgz#e25969a3e9188da7d76aa3c9047422df98662fe7" | ||
integrity sha512-ieOX3LFBln78jgNsBca0JUX+zAC2p6/u2P9b7rU9eZIr0AK44b5Qr8gDOWI1JfJtib4kxLGd1Msasrbxy5cMSQ== | ||
dependencies: | ||
"@babel/runtime" "^7.23.9" | ||
"@mui/base" "5.0.0-beta.34" | ||
"@mui/system" "^5.15.7" | ||
"@mui/types" "^7.2.13" | ||
"@mui/utils" "^5.15.7" | ||
clsx "^2.1.0" | ||
prop-types "^15.8.1" | ||
|
||
"@mui/material@^5.14.20": | ||
version "5.15.0" | ||
resolved "https://registry.yarnpkg.com/@mui/material/-/material-5.15.0.tgz#f801cf56d505cc52dca225438360ab9c62057285" | ||
integrity sha512-60CDI/hQNwJv9a3vEZtFG7zz0USdQhVwpBd3fZqrzhuXSdiMdYMaZcCXeX/KMuNq0ZxQEAZd74Pv+gOb408QVA== | ||
dependencies: | ||
"@babel/runtime" "^7.23.5" | ||
"@mui/base" "5.0.0-beta.27" | ||
"@mui/core-downloads-tracker" "^5.15.0" | ||
"@mui/system" "^5.15.0" | ||
"@mui/types" "^7.2.11" | ||
"@mui/utils" "^5.15.0" | ||
"@types/react-transition-group" "^4.4.9" | ||
clsx "^2.0.0" | ||
version "5.15.7" | ||
resolved "https://registry.yarnpkg.com/@mui/material/-/material-5.15.7.tgz#8496d8a2b9f0409a0f82b93f819a48f6f82bc12f" | ||
integrity sha512-l6+AiKZH3iOJmZCnlpel8ghYQe9Lq0BEuKP8fGj3g5xz4arO9GydqYAtLPMvuHKtArj8lJGNuT2yHYxmejincA== | ||
dependencies: | ||
"@babel/runtime" "^7.23.9" | ||
"@mui/base" "5.0.0-beta.34" | ||
"@mui/core-downloads-tracker" "^5.15.7" | ||
"@mui/system" "^5.15.7" | ||
"@mui/types" "^7.2.13" | ||
"@mui/utils" "^5.15.7" | ||
"@types/react-transition-group" "^4.4.10" | ||
clsx "^2.1.0" | ||
csstype "^3.1.2" | ||
prop-types "^15.8.1" | ||
react-is "^18.2.0" | ||
react-transition-group "^4.4.5" | ||
|
||
"@mui/private-theming@^5.15.0": | ||
version "5.15.0" | ||
resolved "https://registry.yarnpkg.com/@mui/private-theming/-/private-theming-5.15.0.tgz#96de66ce097ba417e1b6b769cd67cbf516bd8876" | ||
integrity sha512-7WxtIhXxNek0JjtsYy+ut2LtFSLpsUW5JSDehQO+jF7itJ8ehy7Bd9bSt2yIllbwGjCFowLfYpPk2Ykgvqm1tA== | ||
"@mui/private-theming@^5.15.7": | ||
version "5.15.7" | ||
resolved "https://registry.yarnpkg.com/@mui/private-theming/-/private-theming-5.15.7.tgz#a1b2aeac22ac2b71cd18f7ac61bb10dd6adfe173" | ||
integrity sha512-bcEeeXm7GyQCQvN9dwo8htGv8/6tP05p0i02Z7GXm5EoDPlBcqTNGugsjNLoGq6B0SsdyanjJGw0Jw00o1yAOA== | ||
dependencies: | ||
"@babel/runtime" "^7.23.5" | ||
"@mui/utils" "^5.15.0" | ||
"@babel/runtime" "^7.23.9" | ||
"@mui/utils" "^5.15.7" | ||
prop-types "^15.8.1" | ||
|
||
"@mui/styled-engine@^5.15.0": | ||
version "5.15.0" | ||
resolved "https://registry.yarnpkg.com/@mui/styled-engine/-/styled-engine-5.15.0.tgz#44e068dbb855699053b9e6e4e6d3ed5efe98b7d9" | ||
integrity sha512-6NysIsHkuUS2lF+Lzv1jiK3UjBJk854/vKVcJQVGKlPiqNEVZJNlwaSpsaU5xYXxWEZYfbVFSAomLOS/LV/ovQ== | ||
"@mui/styled-engine@^5.15.7": | ||
version "5.15.7" | ||
resolved "https://registry.yarnpkg.com/@mui/styled-engine/-/styled-engine-5.15.7.tgz#011fd98d57af927b1a744efc0186089bd0add57b" | ||
integrity sha512-ixSdslOjK1kzdGcxqj7O3d14By/LPQ7EWknsViQ8RaeT863EAQemS+zvUJDTcOpkfJh6q6gPnYMIb2TJCs9eWA== | ||
dependencies: | ||
"@babel/runtime" "^7.23.5" | ||
"@babel/runtime" "^7.23.9" | ||
"@emotion/cache" "^11.11.0" | ||
csstype "^3.1.2" | ||
prop-types "^15.8.1" | ||
|
||
"@mui/system@^5.15.0": | ||
version "5.15.0" | ||
resolved "https://registry.yarnpkg.com/@mui/system/-/system-5.15.0.tgz#d4f6fd65ad8e404d4d7c7b56d755d2a63b0edddb" | ||
integrity sha512-8TPjfTlYBNB7/zBJRL4QOD9kImwdZObbiYNh0+hxvhXr2koezGx8USwPXj8y/JynbzGCkIybkUztCdWlMZe6OQ== | ||
dependencies: | ||
"@babel/runtime" "^7.23.5" | ||
"@mui/private-theming" "^5.15.0" | ||
"@mui/styled-engine" "^5.15.0" | ||
"@mui/types" "^7.2.11" | ||
"@mui/utils" "^5.15.0" | ||
clsx "^2.0.0" | ||
"@mui/system@^5.15.7": | ||
version "5.15.7" | ||
resolved "https://registry.yarnpkg.com/@mui/system/-/system-5.15.7.tgz#5ded95c14c78e0a2b5cb9a8643c6fc05c621be7f" | ||
integrity sha512-9alZ4/dLxsTwUOdqakgzxiL5YW6ntqj0CfzWImgWnBMTZhgGcPsbYpBLniNkkk7/jptma4/bykWXHwju/ls/pg== | ||
dependencies: | ||
"@babel/runtime" "^7.23.9" | ||
"@mui/private-theming" "^5.15.7" | ||
"@mui/styled-engine" "^5.15.7" | ||
"@mui/types" "^7.2.13" | ||
"@mui/utils" "^5.15.7" | ||
clsx "^2.1.0" | ||
csstype "^3.1.2" | ||
prop-types "^15.8.1" | ||
|
||
|
@@ -825,10 +852,10 @@ | |
resolved "https://registry.yarnpkg.com/@mui/types/-/types-7.2.10.tgz#13e3e9aa07ee6d593cfacd538e02e8e896d7a12f" | ||
integrity sha512-wX1vbDC+lzF7FlhT6A3ffRZgEoKWPF8VqRoTu4lZwouFX2t90KyCMsgepMw5DxLak1BSp/KP86CmtZttikb/gQ== | ||
|
||
"@mui/types@^7.2.11": | ||
version "7.2.11" | ||
resolved "https://registry.yarnpkg.com/@mui/types/-/types-7.2.11.tgz#36b99a88f8010dc716128e568dc05681a69dc7ae" | ||
integrity sha512-KWe/QTEsFFlFSH+qRYf3zoFEj3z67s+qAuSnMMg+gFwbxG7P96Hm6g300inQL1Wy///gSRb8juX7Wafvp93m3w== | ||
"@mui/types@^7.2.13": | ||
version "7.2.13" | ||
resolved "https://registry.yarnpkg.com/@mui/types/-/types-7.2.13.tgz#d1584912942f9dc042441ecc2d1452be39c666b8" | ||
integrity sha512-qP9OgacN62s+l8rdDhSFRe05HWtLLJ5TGclC9I1+tQngbssu0m2dmFZs+Px53AcOs9fD7TbYd4gc9AXzVqO/+g== | ||
|
||
"@mui/utils@^5.14.14", "@mui/utils@^5.14.20": | ||
version "5.14.20" | ||
|
@@ -840,12 +867,12 @@ | |
prop-types "^15.8.1" | ||
react-is "^18.2.0" | ||
|
||
"@mui/utils@^5.15.0": | ||
version "5.15.0" | ||
resolved "https://registry.yarnpkg.com/@mui/utils/-/utils-5.15.0.tgz#87b4db92dd2ddf3e2676377427f50662124013b4" | ||
integrity sha512-XSmTKStpKYamewxyJ256+srwEnsT3/6eNo6G7+WC1tj2Iq9GfUJ/6yUoB7YXjOD2jTZ3XobToZm4pVz1LBt6GA== | ||
"@mui/utils@^5.15.7": | ||
version "5.15.7" | ||
resolved "https://registry.yarnpkg.com/@mui/utils/-/utils-5.15.7.tgz#a71e08c4a2f5ba9c8a07106083ebf1b4c864ebb1" | ||
integrity sha512-8qhsxQRNV6aEOjjSk6YQIYJxkF5klhj8oG1FEEU4z6HV78TjNqRxMP08QGcdsibEbez+nihAaz6vu83b4XqbAg== | ||
dependencies: | ||
"@babel/runtime" "^7.23.5" | ||
"@babel/runtime" "^7.23.9" | ||
"@types/prop-types" "^15.7.11" | ||
prop-types "^15.8.1" | ||
react-is "^18.2.0" | ||
|
@@ -1111,24 +1138,24 @@ | |
dependencies: | ||
"@types/react" "*" | ||
|
||
"@types/react-transition-group@^4.4.10": | ||
version "4.4.10" | ||
resolved "https://registry.yarnpkg.com/@types/react-transition-group/-/react-transition-group-4.4.10.tgz#6ee71127bdab1f18f11ad8fb3322c6da27c327ac" | ||
integrity sha512-hT/+s0VQs2ojCX823m60m5f0sL5idt9SO6Tj6Dg+rdphGPIeJbJ6CxvBYkgkGKrYeDjvIpKTR38UzmtHJOGW3Q== | ||
dependencies: | ||
"@types/react" "*" | ||
|
||
"@types/react-transition-group@^4.4.8": | ||
version "4.4.9" | ||
resolved "https://registry.yarnpkg.com/@types/react-transition-group/-/react-transition-group-4.4.9.tgz#12a1a1b5b8791067198149867b0823fbace31579" | ||
integrity sha512-ZVNmWumUIh5NhH8aMD9CR2hdW0fNuYInlocZHaZ+dgk/1K49j1w/HoAuK1ki+pgscQrOFRTlXeoURtuzEkV3dg== | ||
dependencies: | ||
"@types/react" "*" | ||
|
||
"@types/react-transition-group@^4.4.9": | ||
version "4.4.10" | ||
resolved "https://registry.yarnpkg.com/@types/react-transition-group/-/react-transition-group-4.4.10.tgz#6ee71127bdab1f18f11ad8fb3322c6da27c327ac" | ||
integrity sha512-hT/+s0VQs2ojCX823m60m5f0sL5idt9SO6Tj6Dg+rdphGPIeJbJ6CxvBYkgkGKrYeDjvIpKTR38UzmtHJOGW3Q== | ||
dependencies: | ||
"@types/react" "*" | ||
|
||
"@types/react@*": | ||
version "18.2.44" | ||
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.44.tgz#13104f12d30545f4cea11b8d81809bec316fe175" | ||
integrity sha512-i7rRdWr8XsAdqVXU05NSlash6DapNLVoNnsfWfOYN2BUIzkH2YgagIeOuUK1fNmJ08iGHpt2enwi0beaBR+ldA== | ||
version "18.2.48" | ||
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.48.tgz#11df5664642d0bd879c1f58bc1d37205b064e8f1" | ||
integrity sha512-qboRCl6Ie70DQQG9hhNREz81jqC1cs9EVNcjQ1AU+jH6NFfSAhVVbrrY/+nSF+Bsk4AOwm9Qa61InvMCyV+H3w== | ||
dependencies: | ||
"@types/prop-types" "*" | ||
"@types/scheduler" "*" | ||
|
@@ -1523,6 +1550,11 @@ clsx@^2.0.0: | |
resolved "https://registry.yarnpkg.com/clsx/-/clsx-2.0.0.tgz#12658f3fd98fafe62075595a5c30e43d18f3d00b" | ||
integrity sha512-rQ1+kcj+ttHG0MKVGBUXwayCCF1oh39BF5COIpRzuCEv8Mwjv0XucrI2ExNTOn9IlLifGClWQcU9BrZORvtw6Q== | ||
|
||
clsx@^2.1.0: | ||
version "2.1.0" | ||
resolved "https://registry.yarnpkg.com/clsx/-/clsx-2.1.0.tgz#e851283bcb5c80ee7608db18487433f7b23f77cb" | ||
integrity sha512-m3iNNWpd9rl3jvvcBnu70ylMdrXt8Vlq4HYadnU5fwcOtvkSQWPmj7amUcDT2qYI7risszBjI5AUIUox9D16pg== | ||
|
||
color-convert@^1.9.0: | ||
version "1.9.3" | ||
resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-1.9.3.tgz#bb71850690e1f136567de629d2d5471deda4c1e8" | ||
|
@@ -3997,9 +4029,9 @@ reflect.getprototypeof@^1.0.4: | |
which-builtin-type "^1.1.3" | ||
|
||
regenerator-runtime@^0.14.0: | ||
version "0.14.0" | ||
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.14.0.tgz#5e19d68eb12d486f797e15a3c6a918f7cec5eb45" | ||
integrity sha512-srw17NI0TUWHuGa5CFGGmhfNIeja30WMBfbslPNhf6JrqQlLN5gcrvig1oqPxiVaXb0oW0XRKtH6Nngs5lKCIA== | ||
version "0.14.1" | ||
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz#356ade10263f685dda125100cd862c1db895327f" | ||
integrity sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw== | ||
|
||
regexp.prototype.flags@^1.5.0, regexp.prototype.flags@^1.5.1: | ||
version "1.5.1" | ||
|