Skip to content

Commit 9f5e65b

Browse files
fix(deps): update dependency @emotion/react to v11.11.3
1 parent d0ea8ff commit 9f5e65b

File tree

2 files changed

+176
-3
lines changed

2 files changed

+176
-3
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"prepare": "husky install"
2323
},
2424
"dependencies": {
25-
"@emotion/react": "11.4.1",
25+
"@emotion/react": "11.11.3",
2626
"@mdx-js/mdx": "1.6.22",
2727
"@mdx-js/react": "1.6.22",
2828
"@svgr/webpack": "5.5.0",

yarn.lock

+175-2
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,13 @@
221221
dependencies:
222222
"@babel/types" "^7.15.4"
223223

224+
"@babel/helper-module-imports@^7.16.7":
225+
version "7.22.15"
226+
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.22.15.tgz#16146307acdc40cc00c3b2c647713076464bdbf0"
227+
integrity sha512-0pYVBnDKZO2fnSPCrgM/6WMc7eS20Fbok+0r88fp+YtWVLZrp4CkafFGIp+W0VKw4a22sgebPT99y+FDNMdP4w==
228+
dependencies:
229+
"@babel/types" "^7.22.15"
230+
224231
"@babel/helper-module-transforms@^7.10.5", "@babel/helper-module-transforms@^7.12.1", "@babel/helper-module-transforms@^7.14.5", "@babel/helper-module-transforms@^7.15.4":
225232
version "7.15.4"
226233
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.15.4.tgz#962cc629a7f7f9a082dd62d0307fa75fe8788d7c"
@@ -292,11 +299,21 @@
292299
dependencies:
293300
"@babel/types" "^7.15.4"
294301

302+
"@babel/helper-string-parser@^7.23.4":
303+
version "7.23.4"
304+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.23.4.tgz#9478c707febcbbe1ddb38a3d91a2e054ae622d83"
305+
integrity sha512-803gmbQdqwdf4olxrX4AJyFBV/RTr3rSmOj0rKwesmzlfhYNDEs+/iOcznzpNWlJlIlTJC2QfPFcHB6DlzdVLQ==
306+
295307
"@babel/helper-validator-identifier@^7.14.5", "@babel/helper-validator-identifier@^7.14.9":
296308
version "7.14.9"
297309
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.9.tgz#6654d171b2024f6d8ee151bf2509699919131d48"
298310
integrity sha512-pQYxPY0UP6IHISRitNe8bsijHex4TWZXi2HwKVsjPiltzlhse2znVcm9Ace510VT1kxIHjGJCZZQBX2gJDbo0g==
299311

312+
"@babel/helper-validator-identifier@^7.22.20":
313+
version "7.22.20"
314+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0"
315+
integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==
316+
300317
"@babel/helper-validator-option@^7.14.5":
301318
version "7.14.5"
302319
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.14.5.tgz#6e72a1fff18d5dfcb878e1e62f1a021c4b72d5a3"
@@ -1051,6 +1068,13 @@
10511068
dependencies:
10521069
regenerator-runtime "^0.13.4"
10531070

1071+
"@babel/runtime@^7.12.5", "@babel/runtime@^7.18.3":
1072+
version "7.23.6"
1073+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.23.6.tgz#c05e610dc228855dc92ef1b53d07389ed8ab521d"
1074+
integrity sha512-zHd0eUrf5GZoOWVCXp6koAKQTfZV07eit6bGPmJgnZdnSAvvZee6zniW2XMF7Cmc4ISOOnPy3QaSiIJGJkVEDQ==
1075+
dependencies:
1076+
regenerator-runtime "^0.14.0"
1077+
10541078
"@babel/standalone@^7.14.9":
10551079
version "7.15.6"
10561080
resolved "https://registry.yarnpkg.com/@babel/standalone/-/standalone-7.15.6.tgz#c16866ec1ef7196be7e8c8f1d5c38d436c723117"
@@ -1088,6 +1112,15 @@
10881112
"@babel/helper-validator-identifier" "^7.14.9"
10891113
to-fast-properties "^2.0.0"
10901114

1115+
"@babel/types@^7.22.15":
1116+
version "7.23.6"
1117+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.6.tgz#be33fdb151e1f5a56877d704492c240fc71c7ccd"
1118+
integrity sha512-+uarb83brBzPKN38NX1MkB6vb6+mwvR6amUulqAE7ccQw1pEl+bCia9TbdG1lsnFP7lZySvUn37CHyXQdfTwzg==
1119+
dependencies:
1120+
"@babel/helper-string-parser" "^7.23.4"
1121+
"@babel/helper-validator-identifier" "^7.22.20"
1122+
to-fast-properties "^2.0.0"
1123+
10911124
"@commitlint/[email protected]":
10921125
version "13.1.0"
10931126
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-13.1.0.tgz#3608bb24dbef41aaa0729ffe65c7f9b57409626a"
@@ -1226,6 +1259,23 @@
12261259
dependencies:
12271260
chalk "^4.0.0"
12281261

1262+
"@emotion/babel-plugin@^11.11.0":
1263+
version "11.11.0"
1264+
resolved "https://registry.yarnpkg.com/@emotion/babel-plugin/-/babel-plugin-11.11.0.tgz#c2d872b6a7767a9d176d007f5b31f7d504bb5d6c"
1265+
integrity sha512-m4HEDZleaaCH+XgDDsPF15Ht6wTLsgDTeR3WYj9Q/k76JtWhrJjcP4+/XlG8LGT/Rol9qUfOIztXeA84ATpqPQ==
1266+
dependencies:
1267+
"@babel/helper-module-imports" "^7.16.7"
1268+
"@babel/runtime" "^7.18.3"
1269+
"@emotion/hash" "^0.9.1"
1270+
"@emotion/memoize" "^0.8.1"
1271+
"@emotion/serialize" "^1.1.2"
1272+
babel-plugin-macros "^3.1.0"
1273+
convert-source-map "^1.5.0"
1274+
escape-string-regexp "^4.0.0"
1275+
find-root "^1.1.0"
1276+
source-map "^0.5.7"
1277+
stylis "4.2.0"
1278+
12291279
"@emotion/babel-plugin@^11.3.0":
12301280
version "11.3.0"
12311281
resolved "https://registry.yarnpkg.com/@emotion/babel-plugin/-/babel-plugin-11.3.0.tgz#3a16850ba04d8d9651f07f3fb674b3436a4fb9d7"
@@ -1244,6 +1294,17 @@
12441294
source-map "^0.5.7"
12451295
stylis "^4.0.3"
12461296

1297+
"@emotion/cache@^11.11.0":
1298+
version "11.11.0"
1299+
resolved "https://registry.yarnpkg.com/@emotion/cache/-/cache-11.11.0.tgz#809b33ee6b1cb1a625fef7a45bc568ccd9b8f3ff"
1300+
integrity sha512-P34z9ssTCBi3e9EI1ZsWpNHcfY1r09ZO0rZbRO2ob3ZQMnFI35jB536qoXbkdesr5EUhYi22anuEJuyxifaqAQ==
1301+
dependencies:
1302+
"@emotion/memoize" "^0.8.1"
1303+
"@emotion/sheet" "^1.2.2"
1304+
"@emotion/utils" "^1.2.1"
1305+
"@emotion/weak-memoize" "^0.3.1"
1306+
stylis "4.2.0"
1307+
12471308
"@emotion/cache@^11.4.0":
12481309
version "11.4.0"
12491310
resolved "https://registry.yarnpkg.com/@emotion/cache/-/cache-11.4.0.tgz#293fc9d9a7a38b9aad8e9337e5014366c3b09ac0"
@@ -1260,6 +1321,11 @@
12601321
resolved "https://registry.yarnpkg.com/@emotion/hash/-/hash-0.8.0.tgz#bbbff68978fefdbe68ccb533bc8cbe1d1afb5413"
12611322
integrity sha512-kBJtf7PH6aWwZ6fka3zQ0p6SBYzx4fl1LoZXE2RrnYST9Xljm7WfKJrU4g/Xr3Beg72MLrp1AWNUmuYJTL7Cow==
12621323

1324+
"@emotion/hash@^0.9.1":
1325+
version "0.9.1"
1326+
resolved "https://registry.yarnpkg.com/@emotion/hash/-/hash-0.9.1.tgz#4ffb0055f7ef676ebc3a5a91fb621393294e2f43"
1327+
integrity sha512-gJB6HLm5rYwSLI6PQa+X1t5CFGrv1J1TWG+sOyMCeKz2ojaj6Fnl/rZEspogG+cvqbt4AE/2eIyD2QfLKTBNlQ==
1328+
12631329
"@emotion/is-prop-valid@^0.8.1", "@emotion/is-prop-valid@^0.8.2":
12641330
version "0.8.8"
12651331
resolved "https://registry.yarnpkg.com/@emotion/is-prop-valid/-/is-prop-valid-0.8.8.tgz#db28b1c4368a259b60a97311d6a952d4fd01ac1a"
@@ -1284,7 +1350,26 @@
12841350
resolved "https://registry.yarnpkg.com/@emotion/memoize/-/memoize-0.7.5.tgz#2c40f81449a4e554e9fc6396910ed4843ec2be50"
12851351
integrity sha512-igX9a37DR2ZPGYtV6suZ6whr8pTFtyHL3K/oLUotxpSVO2ASaprmAe2Dkq7tBo7CRY7MMDrAa9nuQP9/YG8FxQ==
12861352

1287-
"@emotion/[email protected]", "@emotion/react@^11.1.1":
1353+
"@emotion/memoize@^0.8.1":
1354+
version "0.8.1"
1355+
resolved "https://registry.yarnpkg.com/@emotion/memoize/-/memoize-0.8.1.tgz#c1ddb040429c6d21d38cc945fe75c818cfb68e17"
1356+
integrity sha512-W2P2c/VRW1/1tLox0mVUalvnWXxavmv/Oum2aPsRcoDJuob75FC3Y8FbpfLwUegRcxINtGUMPq0tFCvYNTBXNA==
1357+
1358+
"@emotion/[email protected]":
1359+
version "11.11.3"
1360+
resolved "https://registry.yarnpkg.com/@emotion/react/-/react-11.11.3.tgz#96b855dc40a2a55f52a72f518a41db4f69c31a25"
1361+
integrity sha512-Cnn0kuq4DoONOMcnoVsTOR8E+AdnKFf//6kUWc4LCdnxj31pZWn7rIULd6Y7/Js1PiPHzn7SKCM9vB/jBni8eA==
1362+
dependencies:
1363+
"@babel/runtime" "^7.18.3"
1364+
"@emotion/babel-plugin" "^11.11.0"
1365+
"@emotion/cache" "^11.11.0"
1366+
"@emotion/serialize" "^1.1.3"
1367+
"@emotion/use-insertion-effect-with-fallbacks" "^1.0.1"
1368+
"@emotion/utils" "^1.2.1"
1369+
"@emotion/weak-memoize" "^0.3.1"
1370+
hoist-non-react-statics "^3.3.1"
1371+
1372+
"@emotion/react@^11.1.1":
12881373
version "11.4.1"
12891374
resolved "https://registry.yarnpkg.com/@emotion/react/-/react-11.4.1.tgz#a1b0b767b5bad57515ffb0cad9349614d27f4d57"
12901375
integrity sha512-pRegcsuGYj4FCdZN6j5vqCALkNytdrKw3TZMekTzNXixRg4wkLsU5QEaBG5LC6l01Vppxlp7FE3aTHpIG5phLg==
@@ -1308,11 +1393,27 @@
13081393
"@emotion/utils" "^1.0.0"
13091394
csstype "^3.0.2"
13101395

1396+
"@emotion/serialize@^1.1.2", "@emotion/serialize@^1.1.3":
1397+
version "1.1.3"
1398+
resolved "https://registry.yarnpkg.com/@emotion/serialize/-/serialize-1.1.3.tgz#84b77bfcfe3b7bb47d326602f640ccfcacd5ffb0"
1399+
integrity sha512-iD4D6QVZFDhcbH0RAG1uVu1CwVLMWUkCvAqqlewO/rxf8+87yIBAlt4+AxMiiKPLs5hFc0owNk/sLLAOROw3cA==
1400+
dependencies:
1401+
"@emotion/hash" "^0.9.1"
1402+
"@emotion/memoize" "^0.8.1"
1403+
"@emotion/unitless" "^0.8.1"
1404+
"@emotion/utils" "^1.2.1"
1405+
csstype "^3.0.2"
1406+
13111407
"@emotion/sheet@^1.0.0", "@emotion/sheet@^1.0.2":
13121408
version "1.0.2"
13131409
resolved "https://registry.yarnpkg.com/@emotion/sheet/-/sheet-1.0.2.tgz#1d9ffde531714ba28e62dac6a996a8b1089719d0"
13141410
integrity sha512-QQPB1B70JEVUHuNtzjHftMGv6eC3Y9wqavyarj4x4lg47RACkeSfNo5pxIOKizwS9AEFLohsqoaxGQj4p0vSIw==
13151411

1412+
"@emotion/sheet@^1.2.2":
1413+
version "1.2.2"
1414+
resolved "https://registry.yarnpkg.com/@emotion/sheet/-/sheet-1.2.2.tgz#d58e788ee27267a14342303e1abb3d508b6d0fec"
1415+
integrity sha512-0QBtGvaqtWi+nx6doRwDdBIzhNdZrXUppvTM4dtZZWEGTXL/XE/yJxLMGlDT1Gt+UHH5IX1n+jkXyytE/av7OA==
1416+
13161417
"@emotion/styled@^11.0.0":
13171418
version "11.3.0"
13181419
resolved "https://registry.yarnpkg.com/@emotion/styled/-/styled-11.3.0.tgz#d63ee00537dfb6ff612e31b0e915c5cf9925a207"
@@ -1329,16 +1430,36 @@
13291430
resolved "https://registry.yarnpkg.com/@emotion/unitless/-/unitless-0.7.5.tgz#77211291c1900a700b8a78cfafda3160d76949ed"
13301431
integrity sha512-OWORNpfjMsSSUBVrRBVGECkhWcULOAJz9ZW8uK9qgxD+87M7jHRcvh/A96XXNhXTLmKcoYSQtBEX7lHMO7YRwg==
13311432

1433+
"@emotion/unitless@^0.8.1":
1434+
version "0.8.1"
1435+
resolved "https://registry.yarnpkg.com/@emotion/unitless/-/unitless-0.8.1.tgz#182b5a4704ef8ad91bde93f7a860a88fd92c79a3"
1436+
integrity sha512-KOEGMu6dmJZtpadb476IsZBclKvILjopjUii3V+7MnXIQCYh8W3NgNcgwo21n9LXZX6EDIKvqfjYxXebDwxKmQ==
1437+
1438+
"@emotion/use-insertion-effect-with-fallbacks@^1.0.1":
1439+
version "1.0.1"
1440+
resolved "https://registry.yarnpkg.com/@emotion/use-insertion-effect-with-fallbacks/-/use-insertion-effect-with-fallbacks-1.0.1.tgz#08de79f54eb3406f9daaf77c76e35313da963963"
1441+
integrity sha512-jT/qyKZ9rzLErtrjGgdkMBn2OP8wl0G3sQlBb3YPryvKHsjvINUhVaPFfP+fpBcOkmrVOVEEHQFJ7nbj2TH2gw==
1442+
13321443
"@emotion/utils@^1.0.0":
13331444
version "1.0.0"
13341445
resolved "https://registry.yarnpkg.com/@emotion/utils/-/utils-1.0.0.tgz#abe06a83160b10570816c913990245813a2fd6af"
13351446
integrity sha512-mQC2b3XLDs6QCW+pDQDiyO/EdGZYOygE8s5N5rrzjSI4M3IejPE/JPndCBwRT9z982aqQNi6beWs1UeayrQxxA==
13361447

1448+
"@emotion/utils@^1.2.1":
1449+
version "1.2.1"
1450+
resolved "https://registry.yarnpkg.com/@emotion/utils/-/utils-1.2.1.tgz#bbab58465738d31ae4cb3dbb6fc00a5991f755e4"
1451+
integrity sha512-Y2tGf3I+XVnajdItskUCn6LX+VUDmP6lTL4fcqsXAv43dnlbZiuW4MWQW38rW/BVWSE7Q/7+XQocmpnRYILUmg==
1452+
13371453
"@emotion/weak-memoize@^0.2.5":
13381454
version "0.2.5"
13391455
resolved "https://registry.yarnpkg.com/@emotion/weak-memoize/-/weak-memoize-0.2.5.tgz#8eed982e2ee6f7f4e44c253e12962980791efd46"
13401456
integrity sha512-6U71C2Wp7r5XtFtQzYrW5iKFT67OixrSxjI4MptCHzdSVlgabczzqLe0ZSgnub/5Kp4hSbpDB1tMytZY9pwxxA==
13411457

1458+
"@emotion/weak-memoize@^0.3.1":
1459+
version "0.3.1"
1460+
resolved "https://registry.yarnpkg.com/@emotion/weak-memoize/-/weak-memoize-0.3.1.tgz#d0fce5d07b0620caa282b5131c297bb60f9d87e6"
1461+
integrity sha512-EsBwpc7hBUJWAsNPBmJy4hxWx12v6bshQsldrVmjxJoc3isbxhOrF2IcCpaXxfvq03NwkI7sbsOLXbYuqF/8Ww==
1462+
13421463
"@endemolshinegroup/[email protected]":
13431464
version "3.0.2"
13441465
resolved "https://registry.yarnpkg.com/@endemolshinegroup/cosmiconfig-typescript-loader/-/cosmiconfig-typescript-loader-3.0.2.tgz#eea4635828dde372838b0909693ebd9aafeec22d"
@@ -3811,6 +3932,15 @@ babel-plugin-macros@^2.6.1, babel-plugin-macros@^2.8.0:
38113932
cosmiconfig "^6.0.0"
38123933
resolve "^1.12.0"
38133934

3935+
babel-plugin-macros@^3.1.0:
3936+
version "3.1.0"
3937+
resolved "https://registry.yarnpkg.com/babel-plugin-macros/-/babel-plugin-macros-3.1.0.tgz#9ef6dc74deb934b4db344dc973ee851d148c50c1"
3938+
integrity sha512-Cg7TFGpIr01vOQNODXOOaGz2NpCU5gl8x1qJFbb6hbZxR7XrcE2vtbAsTAbJ7/xwJtUuJEw8K8Zr/AE0LHlesg==
3939+
dependencies:
3940+
"@babel/runtime" "^7.12.5"
3941+
cosmiconfig "^7.0.0"
3942+
resolve "^1.19.0"
3943+
38143944
babel-plugin-polyfill-corejs2@^0.2.2:
38153945
version "0.2.2"
38163946
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.2.2.tgz#e9124785e6fd94f94b618a7954e5693053bf5327"
@@ -6639,6 +6769,11 @@ function-bind@^1.1.1:
66396769
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
66406770
integrity sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==
66416771

6772+
function-bind@^1.1.2:
6773+
version "1.1.2"
6774+
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.2.tgz#2c02d864d97f3ea6c8830c464cbd11ab6eab7a1c"
6775+
integrity sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==
6776+
66426777
functional-red-black-tree@^1.0.1:
66436778
version "1.0.1"
66446779
resolved "https://registry.yarnpkg.com/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz#1b0ab3bd553b2a0d6399d29c0e3ea0b252078327"
@@ -7740,6 +7875,13 @@ hasha@^5.2.0:
77407875
is-stream "^2.0.0"
77417876
type-fest "^0.8.0"
77427877

7878+
hasown@^2.0.0:
7879+
version "2.0.0"
7880+
resolved "https://registry.yarnpkg.com/hasown/-/hasown-2.0.0.tgz#f4c513d454a57b7c7e1650778de226b11700546c"
7881+
integrity sha512-vUptKVTpIJhcczKBbgnS+RtcuYMB8+oNzPK2/Hp3hanz8JmpATdmmgLgSaadVREkDm+e2giHwY3ZRkyjSIDDFA==
7882+
dependencies:
7883+
function-bind "^1.1.2"
7884+
77437885
hast-to-hyperscript@^9.0.0:
77447886
version "9.0.1"
77457887
resolved "https://registry.yarnpkg.com/hast-to-hyperscript/-/hast-to-hyperscript-9.0.1.tgz#9b67fd188e4c81e8ad66f803855334173920218d"
@@ -8245,6 +8387,13 @@ is-ci@^2.0.0:
82458387
dependencies:
82468388
ci-info "^2.0.0"
82478389

8390+
is-core-module@^2.13.0:
8391+
version "2.13.1"
8392+
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.13.1.tgz#ad0d7532c6fea9da1ebdc82742d74525c6273384"
8393+
integrity sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==
8394+
dependencies:
8395+
hasown "^2.0.0"
8396+
82488397
is-core-module@^2.2.0, is-core-module@^2.5.0, is-core-module@^2.6.0:
82498398
version "2.6.0"
82508399
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.6.0.tgz#d7553b2526fe59b92ba3e40c8df757ec8a709e19"
@@ -10616,7 +10765,7 @@ path-key@^3.0.0, path-key@^3.1.0:
1061610765
resolved "https://registry.yarnpkg.com/path-key/-/path-key-3.1.1.tgz#581f6ade658cbba65a0d3380de7753295054f375"
1061710766
integrity sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==
1061810767

10619-
path-parse@^1.0.6:
10768+
path-parse@^1.0.6, path-parse@^1.0.7:
1062010769
version "1.0.7"
1062110770
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735"
1062210771
integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==
@@ -11607,6 +11756,11 @@ regenerator-runtime@^0.13.3, regenerator-runtime@^0.13.4:
1160711756
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.9.tgz#8925742a98ffd90814988d7566ad30ca3b263b52"
1160811757
integrity sha512-p3VT+cOEgxFsRRA9X4lkI1E+k2/CtnKtU4gcxyaCUreilL/vqI6CdZ3wxVUx3UOUg+gnUOQQcRI7BmSI656MYA==
1160911758

11759+
regenerator-runtime@^0.14.0:
11760+
version "0.14.1"
11761+
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz#356ade10263f685dda125100cd862c1db895327f"
11762+
integrity sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==
11763+
1161011764
regenerator-transform@^0.14.2:
1161111765
version "0.14.5"
1161211766
resolved "https://registry.yarnpkg.com/regenerator-transform/-/regenerator-transform-0.14.5.tgz#c98da154683671c9c4dcb16ece736517e1b7feb4"
@@ -11930,6 +12084,15 @@ resolve@^1.10.0, resolve@^1.12.0, resolve@^1.14.2, resolve@^1.20.0, resolve@^1.3
1193012084
is-core-module "^2.2.0"
1193112085
path-parse "^1.0.6"
1193212086

12087+
resolve@^1.19.0:
12088+
version "1.22.8"
12089+
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.8.tgz#b6c87a9f2aa06dfab52e3d70ac8cde321fa5a48d"
12090+
integrity sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==
12091+
dependencies:
12092+
is-core-module "^2.13.0"
12093+
path-parse "^1.0.7"
12094+
supports-preserve-symlinks-flag "^1.0.0"
12095+
1193312096
resolve@^2.0.0-next.3:
1193412097
version "2.0.0-next.3"
1193512098
resolved "https://registry.yarnpkg.com/resolve/-/resolve-2.0.0-next.3.tgz#d41016293d4a8586a39ca5d9b5f15cbea1f55e46"
@@ -12963,6 +13126,11 @@ stylehacks@^5.0.1:
1296313126
browserslist "^4.16.0"
1296413127
postcss-selector-parser "^6.0.4"
1296513128

13129+
13130+
version "4.2.0"
13131+
resolved "https://registry.yarnpkg.com/stylis/-/stylis-4.2.0.tgz#79daee0208964c8fe695a42fcffcac633a211a51"
13132+
integrity sha512-Orov6g6BB1sDfYgzWfTHDOxamtX1bE/zo104Dh9e6fqJ3PooipYyfJ0pUmrZO2wAvO8YbEyeFrkV91XTsGMSrw==
13133+
1296613134
stylis@^4.0.3, stylis@^4.0.6:
1296713135
version "4.0.10"
1296813136
resolved "https://registry.yarnpkg.com/stylis/-/stylis-4.0.10.tgz#446512d1097197ab3f02fb3c258358c3f7a14240"
@@ -13005,6 +13173,11 @@ supports-color@^8.0.0:
1300513173
dependencies:
1300613174
has-flag "^4.0.0"
1300713175

13176+
supports-preserve-symlinks-flag@^1.0.0:
13177+
version "1.0.0"
13178+
resolved "https://registry.yarnpkg.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz#6eda4bd344a3c94aea376d4cc31bc77311039e09"
13179+
integrity sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==
13180+
1300813181
svg-parser@^2.0.2:
1300913182
version "2.0.4"
1301013183
resolved "https://registry.yarnpkg.com/svg-parser/-/svg-parser-2.0.4.tgz#fdc2e29e13951736140b76cb122c8ee6630eb6b5"

0 commit comments

Comments
 (0)