Skip to content

Commit f3a262b

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

File tree

2 files changed

+164
-3
lines changed

2 files changed

+164
-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.1",
2626
"@mdx-js/mdx": "1.6.22",
2727
"@mdx-js/react": "1.6.22",
2828
"@svgr/webpack": "5.5.0",

yarn.lock

+163-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.5"
226+
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.22.5.tgz#1a8f4c9f4027d23f520bd76b364d44434a72660c"
227+
integrity sha512-8Dl6+HD/cKifutF5qGd/8ZJi84QeAKh+CEe1sBzz8UayBBGg1dAIJrdHOcOM5b2MpzWL2yuotJTtGjETq0qjXg==
228+
dependencies:
229+
"@babel/types" "^7.22.5"
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.22.5":
303+
version "7.22.5"
304+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f"
305+
integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==
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.5":
313+
version "7.22.5"
314+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.5.tgz#9544ef6a33999343c8740fa51350f30eeaaaf193"
315+
integrity sha512-aJXu+6lErq8ltp+JhkJUfk1MTGyuA4v7f3pA+BJ5HLfNC6nAQ0Cpi9uOquUj8Hehg0aUiHzWQbOVJGao6ztBAQ==
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.22.5"
1073+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.22.5.tgz#8564dd588182ce0047d55d7a75e93921107b57ec"
1074+
integrity sha512-ecjvYlnAaZ/KVneE/OdKYBYfgXV3Ptu6zQWmgEF7vwKhQnvVS6bjMD2XYgj+SNvQ1GfK/pjgokfPkC/2CO8CuA==
1075+
dependencies:
1076+
regenerator-runtime "^0.13.11"
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.5":
1116+
version "7.22.5"
1117+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.22.5.tgz#cd93eeaab025880a3a47ec881f4b096a5b786fbe"
1118+
integrity sha512-zo3MIHGOkPOfoRXitsgHLjEXmlDaD/5KU1Uzuc9GNiZPhSqVxVRtxuPaSBZDsYZ9qV88AjtMtWW7ww98loJ9KA==
1119+
dependencies:
1120+
"@babel/helper-string-parser" "^7.22.5"
1121+
"@babel/helper-validator-identifier" "^7.22.5"
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.1"
1360+
resolved "https://registry.yarnpkg.com/@emotion/react/-/react-11.11.1.tgz#b2c36afac95b184f73b08da8c214fdf861fa4157"
1361+
integrity sha512-5mlW1DquU5HaxjLkfkGN1GA/fvVGdyHURRiX/0FHl2cfIfRxSOfmxEH5YS43edp0OldZrZ+dkBKbngxcNCdZvA==
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.2"
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":
1397+
version "1.1.2"
1398+
resolved "https://registry.yarnpkg.com/@emotion/serialize/-/serialize-1.1.2.tgz#017a6e4c9b8a803bd576ff3d52a0ea6fa5a62b51"
1399+
integrity sha512-zR6a/fkFP4EAcCMQtLOhIgpprZOwNmCldtpaISpvz348+DP4Mz8ZoKaGGCQpbzepNIUWbq4w6hNZkwDyKoS+HA==
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"
@@ -8245,6 +8375,13 @@ is-ci@^2.0.0:
82458375
dependencies:
82468376
ci-info "^2.0.0"
82478377

8378+
is-core-module@^2.11.0:
8379+
version "2.12.1"
8380+
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.12.1.tgz#0c0b6885b6f80011c71541ce15c8d66cf5a4f9fd"
8381+
integrity sha512-Q4ZuBAe2FUsKtyQJoQHlvP8OvBERxO3jEmy1I7hcRXcJBGGHFh/aJBswbXuS9sgrDH2QUO8ilkwNPHvHMd8clg==
8382+
dependencies:
8383+
has "^1.0.3"
8384+
82488385
is-core-module@^2.2.0, is-core-module@^2.5.0, is-core-module@^2.6.0:
82498386
version "2.6.0"
82508387
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.6.0.tgz#d7553b2526fe59b92ba3e40c8df757ec8a709e19"
@@ -10616,7 +10753,7 @@ path-key@^3.0.0, path-key@^3.1.0:
1061610753
resolved "https://registry.yarnpkg.com/path-key/-/path-key-3.1.1.tgz#581f6ade658cbba65a0d3380de7753295054f375"
1061710754
integrity sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==
1061810755

10619-
path-parse@^1.0.6:
10756+
path-parse@^1.0.6, path-parse@^1.0.7:
1062010757
version "1.0.7"
1062110758
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735"
1062210759
integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==
@@ -11602,6 +11739,11 @@ regenerator-runtime@^0.11.0:
1160211739
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.11.1.tgz#be05ad7f9bf7d22e056f9726cee5017fbf19e2e9"
1160311740
integrity sha512-MguG95oij0fC3QV3URf4V2SDYGJhJnJGqvIIgdECeODCT98wSWDAJ94SSuVpYQUoTcGUIL6L4yNB7j1DFFHSBg==
1160411741

11742+
regenerator-runtime@^0.13.11:
11743+
version "0.13.11"
11744+
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz#f6dca3e7ceec20590d07ada785636a90cdca17f9"
11745+
integrity sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==
11746+
1160511747
regenerator-runtime@^0.13.3, regenerator-runtime@^0.13.4:
1160611748
version "0.13.9"
1160711749
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.9.tgz#8925742a98ffd90814988d7566ad30ca3b263b52"
@@ -11930,6 +12072,15 @@ resolve@^1.10.0, resolve@^1.12.0, resolve@^1.14.2, resolve@^1.20.0, resolve@^1.3
1193012072
is-core-module "^2.2.0"
1193112073
path-parse "^1.0.6"
1193212074

12075+
resolve@^1.19.0:
12076+
version "1.22.2"
12077+
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.2.tgz#0ed0943d4e301867955766c9f3e1ae6d01c6845f"
12078+
integrity sha512-Sb+mjNHOULsBv818T40qSPeRiuWLyaGMa5ewydRLFimneixmVy2zdivRl+AF6jaYPC8ERxGDmFSiqui6SfPd+g==
12079+
dependencies:
12080+
is-core-module "^2.11.0"
12081+
path-parse "^1.0.7"
12082+
supports-preserve-symlinks-flag "^1.0.0"
12083+
1193312084
resolve@^2.0.0-next.3:
1193412085
version "2.0.0-next.3"
1193512086
resolved "https://registry.yarnpkg.com/resolve/-/resolve-2.0.0-next.3.tgz#d41016293d4a8586a39ca5d9b5f15cbea1f55e46"
@@ -12963,6 +13114,11 @@ stylehacks@^5.0.1:
1296313114
browserslist "^4.16.0"
1296413115
postcss-selector-parser "^6.0.4"
1296513116

13117+
13118+
version "4.2.0"
13119+
resolved "https://registry.yarnpkg.com/stylis/-/stylis-4.2.0.tgz#79daee0208964c8fe695a42fcffcac633a211a51"
13120+
integrity sha512-Orov6g6BB1sDfYgzWfTHDOxamtX1bE/zo104Dh9e6fqJ3PooipYyfJ0pUmrZO2wAvO8YbEyeFrkV91XTsGMSrw==
13121+
1296613122
stylis@^4.0.3, stylis@^4.0.6:
1296713123
version "4.0.10"
1296813124
resolved "https://registry.yarnpkg.com/stylis/-/stylis-4.0.10.tgz#446512d1097197ab3f02fb3c258358c3f7a14240"
@@ -13005,6 +13161,11 @@ supports-color@^8.0.0:
1300513161
dependencies:
1300613162
has-flag "^4.0.0"
1300713163

13164+
supports-preserve-symlinks-flag@^1.0.0:
13165+
version "1.0.0"
13166+
resolved "https://registry.yarnpkg.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz#6eda4bd344a3c94aea376d4cc31bc77311039e09"
13167+
integrity sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==
13168+
1300813169
svg-parser@^2.0.2:
1300913170
version "2.0.4"
1301013171
resolved "https://registry.yarnpkg.com/svg-parser/-/svg-parser-2.0.4.tgz#fdc2e29e13951736140b76cb122c8ee6630eb6b5"

0 commit comments

Comments
 (0)