|
832 | 832 | "@emotion/weak-memoize" "^0.2.5"
|
833 | 833 | stylis "^4.0.3"
|
834 | 834 |
|
| 835 | +"@emotion/cache@^11.5.0": |
| 836 | + version "11.5.0" |
| 837 | + resolved "https://registry.yarnpkg.com/@emotion/cache/-/cache-11.5.0.tgz#a5eb78cbef8163939ee345e3ddf0af217b845e62" |
| 838 | + integrity sha512-mAZ5QRpLriBtaj/k2qyrXwck6yeoz1V5lMt/jfj6igWU35yYlNKs2LziXVgvH81gnJZ+9QQNGelSsnuoAy6uIw== |
| 839 | + dependencies: |
| 840 | + "@emotion/memoize" "^0.7.4" |
| 841 | + "@emotion/sheet" "^1.0.3" |
| 842 | + "@emotion/utils" "^1.0.0" |
| 843 | + "@emotion/weak-memoize" "^0.2.5" |
| 844 | + stylis "^4.0.10" |
| 845 | + |
835 | 846 | "@emotion/core@^10.0.27":
|
836 | 847 | version "10.1.1"
|
837 | 848 | resolved "https://registry.yarnpkg.com/@emotion/core/-/core-10.1.1.tgz#c956c1365f2f2481960064bcb8c4732e5fb612c3"
|
|
844 | 855 | "@emotion/sheet" "0.9.4"
|
845 | 856 | "@emotion/utils" "0.11.3"
|
846 | 857 |
|
847 |
| -"@emotion/core@^11.0.0": |
848 |
| - version "11.0.0" |
849 |
| - resolved "https://registry.yarnpkg.com/@emotion/core/-/core-11.0.0.tgz#d075867e07864119de7cfd5268c15012bd2d6290" |
850 |
| - integrity sha512-w4sE3AmHmyG6RDKf6mIbtHpgJUSJ2uGvPQb8VXFL7hFjMPibE8IiehG8cMX3Ztm4svfCQV6KqusQbeIOkurBcA== |
851 |
| - |
852 | 858 | "@emotion/css@^10.0.27":
|
853 | 859 | version "10.0.27"
|
854 | 860 | resolved "https://registry.yarnpkg.com/@emotion/css/-/css-10.0.27.tgz#3a7458198fbbebb53b01b2b87f64e5e21241e14c"
|
|
880 | 886 | resolved "https://registry.yarnpkg.com/@emotion/memoize/-/memoize-0.7.5.tgz#2c40f81449a4e554e9fc6396910ed4843ec2be50"
|
881 | 887 | integrity sha512-igX9a37DR2ZPGYtV6suZ6whr8pTFtyHL3K/oLUotxpSVO2ASaprmAe2Dkq7tBo7CRY7MMDrAa9nuQP9/YG8FxQ==
|
882 | 888 |
|
| 889 | +"@emotion/react@^11.0.0": |
| 890 | + version "11.5.0" |
| 891 | + resolved "https://registry.yarnpkg.com/@emotion/react/-/react-11.5.0.tgz#19b5771bbfbda5e8517e948a2d9064810f0022bd" |
| 892 | + integrity sha512-MYq/bzp3rYbee4EMBORCn4duPQfgpiEB5XzrZEBnUZAL80Qdfr7CEv/T80jwaTl/dnZmt9SnTa8NkTrwFNpLlw== |
| 893 | + dependencies: |
| 894 | + "@babel/runtime" "^7.13.10" |
| 895 | + "@emotion/cache" "^11.5.0" |
| 896 | + "@emotion/serialize" "^1.0.2" |
| 897 | + "@emotion/sheet" "^1.0.3" |
| 898 | + "@emotion/utils" "^1.0.0" |
| 899 | + "@emotion/weak-memoize" "^0.2.5" |
| 900 | + hoist-non-react-statics "^3.3.1" |
| 901 | + |
883 | 902 | "@emotion/react@^11.4.0":
|
884 | 903 | version "11.4.1"
|
885 | 904 | resolved "https://registry.yarnpkg.com/@emotion/react/-/react-11.4.1.tgz#a1b0b767b5bad57515ffb0cad9349614d27f4d57"
|
|
925 | 944 | resolved "https://registry.yarnpkg.com/@emotion/sheet/-/sheet-1.0.2.tgz#1d9ffde531714ba28e62dac6a996a8b1089719d0"
|
926 | 945 | integrity sha512-QQPB1B70JEVUHuNtzjHftMGv6eC3Y9wqavyarj4x4lg47RACkeSfNo5pxIOKizwS9AEFLohsqoaxGQj4p0vSIw==
|
927 | 946 |
|
| 947 | +"@emotion/sheet@^1.0.3": |
| 948 | + version "1.0.3" |
| 949 | + resolved "https://registry.yarnpkg.com/@emotion/sheet/-/sheet-1.0.3.tgz#00c326cd7985c5ccb8fe2c1b592886579dcfab8f" |
| 950 | + integrity sha512-YoX5GyQ4db7LpbmXHMuc8kebtBGP6nZfRC5Z13OKJMixBEwdZrJ914D6yJv/P+ZH/YY3F5s89NYX2hlZAf3SRQ== |
| 951 | + |
928 | 952 | "@emotion/styled-base@^10.0.27":
|
929 | 953 | version "10.0.31"
|
930 | 954 | resolved "https://registry.yarnpkg.com/@emotion/styled-base/-/styled-base-10.0.31.tgz#940957ee0aa15c6974adc7d494ff19765a2f742a"
|
@@ -6427,10 +6451,10 @@ end-of-stream@^1.1.0:
|
6427 | 6451 | dependencies:
|
6428 | 6452 | once "^1.4.0"
|
6429 | 6453 |
|
6430 |
| -enhanced-resolve@^5.8.0: |
6431 |
| - version "5.8.2" |
6432 |
| - resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-5.8.2.tgz#15ddc779345cbb73e97c611cd00c01c1e7bf4d8b" |
6433 |
| - integrity sha512-F27oB3WuHDzvR2DOGNTaYy0D5o0cnrv8TeI482VM4kYgQd/FT9lUQwuNsJ0oOHtBUq7eiW5ytqzp7nBFknL+GA== |
| 6454 | +enhanced-resolve@^5.8.3: |
| 6455 | + version "5.8.3" |
| 6456 | + resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-5.8.3.tgz#6d552d465cce0423f5b3d718511ea53826a7b2f0" |
| 6457 | + integrity sha512-EGAbGvH7j7Xt2nc0E7D99La1OiEs8LnyimkRgwExpUMScN6O+3x9tIWs7PLQZVNx4YD+00skHXPXi1yQHpAmZA== |
6434 | 6458 | dependencies:
|
6435 | 6459 | graceful-fs "^4.2.4"
|
6436 | 6460 | tapable "^2.2.0"
|
@@ -6505,10 +6529,10 @@ es-cookie@^1.3.2:
|
6505 | 6529 | resolved "https://registry.yarnpkg.com/es-cookie/-/es-cookie-1.3.2.tgz#80e831597f72a25721701bdcb21d990319acd831"
|
6506 | 6530 | integrity sha512-UTlYYhXGLOy05P/vKVT2Ui7WtC7NiRzGtJyAKKn32g5Gvcjn7KAClLPWlipCtxIus934dFg9o9jXiBL0nP+t9Q==
|
6507 | 6531 |
|
6508 |
| -es-module-lexer@^0.7.1: |
6509 |
| - version "0.7.1" |
6510 |
| - resolved "https://registry.yarnpkg.com/es-module-lexer/-/es-module-lexer-0.7.1.tgz#c2c8e0f46f2df06274cdaf0dd3f3b33e0a0b267d" |
6511 |
| - integrity sha512-MgtWFl5No+4S3TmhDmCz2ObFGm6lEpTnzbQi+Dd+pw4mlTIZTmM2iAs5gRlmx5zS9luzobCSBSI90JM/1/JgOw== |
| 6532 | +es-module-lexer@^0.9.0: |
| 6533 | + version "0.9.3" |
| 6534 | + resolved "https://registry.yarnpkg.com/es-module-lexer/-/es-module-lexer-0.9.3.tgz#6f13db00cc38417137daf74366f535c8eb438f19" |
| 6535 | + integrity sha512-1HQ2M2sPtxwnvOvT1ZClHyQDiggdNjURWpY2we6aMKCQiUVxTmVs2UYPLIrD84sS+kMdUwfBSylbJPwNnBrnHQ== |
6512 | 6536 |
|
6513 | 6537 | es-to-primitive@^1.2.1:
|
6514 | 6538 | version "1.2.1"
|
|
14113 | 14137 | resolved "https://registry.yarnpkg.com/stylis/-/stylis-3.5.4.tgz#f665f25f5e299cf3d64654ab949a57c768b73fbe"
|
14114 | 14138 | integrity sha512-8/3pSmthWM7lsPBKv7NXkzn2Uc9W7NotcwGNpJaa3k7WMM1XDCA4MgT5k/8BIexd5ydZdboXtU90XH9Ec4Bv/Q==
|
14115 | 14139 |
|
14116 |
| -stylis@^4.0.3: |
| 14140 | +stylis@^4.0.10, stylis@^4.0.3: |
14117 | 14141 | version "4.0.10"
|
14118 | 14142 | resolved "https://registry.yarnpkg.com/stylis/-/stylis-4.0.10.tgz#446512d1097197ab3f02fb3c258358c3f7a14240"
|
14119 | 14143 | integrity sha512-m3k+dk7QeJw660eIKRRn3xPF6uuvHs/FFzjX3HQ5ove0qYsiygoAhwn5a3IYKaZPo5LrYD0rfVmtv1gNY1uYwg==
|
@@ -15134,10 +15158,10 @@ webpack-sources@^3.2.0:
|
15134 | 15158 | resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-3.2.0.tgz#b16973bcf844ebcdb3afde32eda1c04d0b90f89d"
|
15135 | 15159 | integrity sha512-fahN08Et7P9trej8xz/Z7eRu8ltyiygEo/hnRi9KqBUs80KeDcnf96ZJo++ewWd84fEf3xSX9bp4ZS9hbw0OBw==
|
15136 | 15160 |
|
15137 |
| -webpack@5.52.1: |
15138 |
| - version "5.52.1" |
15139 |
| - resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.52.1.tgz#2dc1d9029ecb7acfb80da7bf67baab67baa517a7" |
15140 |
| - integrity sha512-wkGb0hLfrS7ML3n2xIKfUIwHbjB6gxwQHyLmVHoAqEQBw+nWo+G6LoHL098FEXqahqximsntjBLuewStrnJk0g== |
| 15161 | +webpack@5.61.0: |
| 15162 | + version "5.61.0" |
| 15163 | + resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.61.0.tgz#fa827f0ee9bdfd141dd73c3e891e955ebd52fe7f" |
| 15164 | + integrity sha512-fPdTuaYZ/GMGFm4WrPi2KRCqS1vDp773kj9S0iI5Uc//5cszsFEDgHNaX4Rj1vobUiU1dFIV3mA9k1eHeluFpw== |
15141 | 15165 | dependencies:
|
15142 | 15166 | "@types/eslint-scope" "^3.7.0"
|
15143 | 15167 | "@types/estree" "^0.0.50"
|
|
15148 | 15172 | acorn-import-assertions "^1.7.6"
|
15149 | 15173 | browserslist "^4.14.5"
|
15150 | 15174 | chrome-trace-event "^1.0.2"
|
15151 |
| - enhanced-resolve "^5.8.0" |
15152 |
| - es-module-lexer "^0.7.1" |
| 15175 | + enhanced-resolve "^5.8.3" |
| 15176 | + es-module-lexer "^0.9.0" |
15153 | 15177 | eslint-scope "5.1.1"
|
15154 | 15178 | events "^3.2.0"
|
15155 | 15179 | glob-to-regexp "^0.4.1"
|
|
0 commit comments