Skip to content

Commit d6b83cd

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

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.10.6",
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.18.6"
226+
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.18.6.tgz#1e3ebdbbd08aad1437b428c50204db13c5a3ca6e"
227+
integrity sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA==
228+
dependencies:
229+
"@babel/types" "^7.18.6"
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.19.4":
303+
version "7.19.4"
304+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz#38d3acb654b4701a9b77fb0615a96f775c3a9e63"
305+
integrity sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw==
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.19.1":
313+
version "7.19.1"
314+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz#7eea834cf32901ffdc1a7ee555e2f9c27e249ca2"
315+
integrity sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==
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.21.0"
1073+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.21.0.tgz#5b55c9d394e5fcf304909a8b00c07dc217b56673"
1074+
integrity sha512-xwII0//EObnq89Ji5AKYQaRYiW/nZ3llSv29d49IuxPhKbtJoLP+9QUUZ4nVragQVtaVGeZrpB+ZtG/Pdy/POw==
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.18.6":
1116+
version "7.21.3"
1117+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.21.3.tgz#4865a5357ce40f64e3400b0f3b737dc6d4f64d05"
1118+
integrity sha512-sBGdETxC+/M4o/zKC0sl6sjWv62WFR/uzxrJ6uYyMLZOUlPnwzw0tKgVHOXxaAd5l2g8pEDM5RZ495GPQI77kg==
1119+
dependencies:
1120+
"@babel/helper-string-parser" "^7.19.4"
1121+
"@babel/helper-validator-identifier" "^7.19.1"
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.10.6":
1263+
version "11.10.6"
1264+
resolved "https://registry.yarnpkg.com/@emotion/babel-plugin/-/babel-plugin-11.10.6.tgz#a68ee4b019d661d6f37dec4b8903255766925ead"
1265+
integrity sha512-p2dAqtVrkhSa7xz1u/m9eHYdLi+en8NowrmXeF/dKtJpU8lCWli8RUAati7NcSl0afsBott48pdnANuD0wh9QQ==
1266+
dependencies:
1267+
"@babel/helper-module-imports" "^7.16.7"
1268+
"@babel/runtime" "^7.18.3"
1269+
"@emotion/hash" "^0.9.0"
1270+
"@emotion/memoize" "^0.8.0"
1271+
"@emotion/serialize" "^1.1.1"
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.1.3"
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.10.5":
1298+
version "11.10.5"
1299+
resolved "https://registry.yarnpkg.com/@emotion/cache/-/cache-11.10.5.tgz#c142da9351f94e47527ed458f7bbbbe40bb13c12"
1300+
integrity sha512-dGYHWyzTdmK+f2+EnIGBpkz1lKc4Zbj2KHd4cX3Wi8/OWr5pKslNjc3yABKH4adRGCvSX4VDC0i04mrrq0aiRA==
1301+
dependencies:
1302+
"@emotion/memoize" "^0.8.0"
1303+
"@emotion/sheet" "^1.2.1"
1304+
"@emotion/utils" "^1.2.0"
1305+
"@emotion/weak-memoize" "^0.3.0"
1306+
stylis "4.1.3"
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.0":
1325+
version "0.9.0"
1326+
resolved "https://registry.yarnpkg.com/@emotion/hash/-/hash-0.9.0.tgz#c5153d50401ee3c027a57a177bc269b16d889cb7"
1327+
integrity sha512-14FtKiHhy2QoPIzdTcvh//8OyBlknNs2nXRwIhG904opCby3l+9Xaf/wuPvICBF0rc1ZCNBd3nKe9cd2mecVkQ==
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.0":
1354+
version "0.8.0"
1355+
resolved "https://registry.yarnpkg.com/@emotion/memoize/-/memoize-0.8.0.tgz#f580f9beb67176fa57aae70b08ed510e1b18980f"
1356+
integrity sha512-G/YwXTkv7Den9mXDO7AhLWkE3q+I92B+VqAE+dYG4NGPaHZGvt3G8Q0p9vmE+sq7rTGphUbAvmQ9YpbfMQGGlA==
1357+
1358+
"@emotion/[email protected]":
1359+
version "11.10.6"
1360+
resolved "https://registry.yarnpkg.com/@emotion/react/-/react-11.10.6.tgz#dbe5e650ab0f3b1d2e592e6ab1e006e75fd9ac11"
1361+
integrity sha512-6HT8jBmcSkfzO7mc+N1L9uwvOnlcGoix8Zn7srt+9ga0MjREo6lRpuVX0kzo6Jp6oTqDhREOFsygN6Ew4fEQbw==
1362+
dependencies:
1363+
"@babel/runtime" "^7.18.3"
1364+
"@emotion/babel-plugin" "^11.10.6"
1365+
"@emotion/cache" "^11.10.5"
1366+
"@emotion/serialize" "^1.1.1"
1367+
"@emotion/use-insertion-effect-with-fallbacks" "^1.0.0"
1368+
"@emotion/utils" "^1.2.0"
1369+
"@emotion/weak-memoize" "^0.3.0"
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.1":
1397+
version "1.1.1"
1398+
resolved "https://registry.yarnpkg.com/@emotion/serialize/-/serialize-1.1.1.tgz#0595701b1902feded8a96d293b26be3f5c1a5cf0"
1399+
integrity sha512-Zl/0LFggN7+L1liljxXdsVSVlg6E/Z/olVWpfxUTxOAmi8NU7YoeWeLfi1RmnB2TATHoaWwIBRoL+FvAJiTUQA==
1400+
dependencies:
1401+
"@emotion/hash" "^0.9.0"
1402+
"@emotion/memoize" "^0.8.0"
1403+
"@emotion/unitless" "^0.8.0"
1404+
"@emotion/utils" "^1.2.0"
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.1":
1413+
version "1.2.1"
1414+
resolved "https://registry.yarnpkg.com/@emotion/sheet/-/sheet-1.2.1.tgz#0767e0305230e894897cadb6c8df2c51e61a6c2c"
1415+
integrity sha512-zxRBwl93sHMsOj4zs+OslQKg/uhF38MB+OMKoCrVuS0nyTkqnau+BM3WGEoOptg9Oz45T/aIGs1qbVAsEFo3nA==
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.0":
1434+
version "0.8.0"
1435+
resolved "https://registry.yarnpkg.com/@emotion/unitless/-/unitless-0.8.0.tgz#a4a36e9cbdc6903737cd20d38033241e1b8833db"
1436+
integrity sha512-VINS5vEYAscRl2ZUDiT3uMPlrFQupiKgHz5AA4bCH1miKBg4qtwkim1qPmJj/4WG6TreYMY111rEFsjupcOKHw==
1437+
1438+
"@emotion/use-insertion-effect-with-fallbacks@^1.0.0":
1439+
version "1.0.0"
1440+
resolved "https://registry.yarnpkg.com/@emotion/use-insertion-effect-with-fallbacks/-/use-insertion-effect-with-fallbacks-1.0.0.tgz#ffadaec35dbb7885bd54de3fa267ab2f860294df"
1441+
integrity sha512-1eEgUGmkaljiBnRMTdksDV1W4kUnmwgp7X9G8B++9GYwl1lUdqSndSriIrTJ0N7LQaoauY9JJ2yhiOYK5+NI4A==
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.0":
1449+
version "1.2.0"
1450+
resolved "https://registry.yarnpkg.com/@emotion/utils/-/utils-1.2.0.tgz#9716eaccbc6b5ded2ea5a90d65562609aab0f561"
1451+
integrity sha512-sn3WH53Kzpw8oQ5mgMmIzzyAaH2ZqFEbozVVBSYp538E06OSE6ytOp7pRAjNQR+Q/orwqdQYJSe2m3hCOeznkw==
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.0":
1459+
version "0.3.0"
1460+
resolved "https://registry.yarnpkg.com/@emotion/weak-memoize/-/weak-memoize-0.3.0.tgz#ea89004119dc42db2e1dba0f97d553f7372f6fcb"
1461+
integrity sha512-AHPmaAx+RYfZz0eYu6Gviiagpmiyw98ySSlQvCUhVGDRtDFe4DBS0x1bSjdF3gqUDYOczB+yYvBTtEylYSdRhg==
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"
@@ -8252,6 +8382,13 @@ is-core-module@^2.2.0, is-core-module@^2.5.0, is-core-module@^2.6.0:
82528382
dependencies:
82538383
has "^1.0.3"
82548384

8385+
is-core-module@^2.9.0:
8386+
version "2.11.0"
8387+
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.11.0.tgz#ad4cb3e3863e814523c96f3f58d26cc570ff0144"
8388+
integrity sha512-RRjxlvLDkD1YJwDbroBHMb+cukurkDWNyHx7D3oNB5x9rb5ogcksMC5wHCadcXoo67gVr/+3GFySh3134zi6rw==
8389+
dependencies:
8390+
has "^1.0.3"
8391+
82558392
is-data-descriptor@^0.1.4:
82568393
version "0.1.4"
82578394
resolved "https://registry.yarnpkg.com/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz#0b5ee648388e2c860282e793f1856fec3f301b56"
@@ -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.1"
12077+
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.1.tgz#27cb2ebb53f91abb49470a928bba7558066ac177"
12078+
integrity sha512-nBpuuYuY5jFsli/JIs1oldw6fOQCBioohqWZg/2hiaOybXOft4lonv85uDOKXdf8rhyK159cxU5cDcK/NKk8zw==
12079+
dependencies:
12080+
is-core-module "^2.9.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.1.3"
13119+
resolved "https://registry.yarnpkg.com/stylis/-/stylis-4.1.3.tgz#fd2fbe79f5fed17c55269e16ed8da14c84d069f7"
13120+
integrity sha512-GP6WDNWf+o403jrEp9c5jibKavrtLW+/qYGhFxFrG8maXhwTBI7gLLhiBb0o7uFccWN+EOS9aMO6cGHWAO07OA==
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)