Skip to content

Commit e8ba5e5

Browse files
fix(deps): update dependency tss-react to v4.9.15
1 parent 2689eec commit e8ba5e5

File tree

1 file changed

+56
-14
lines changed

1 file changed

+56
-14
lines changed

yarn.lock

Lines changed: 56 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1149,7 +1149,18 @@
11491149
source-map "^0.5.7"
11501150
stylis "4.2.0"
11511151

1152-
"@emotion/cache@*", "@emotion/cache@^11.11.0":
1152+
"@emotion/cache@*":
1153+
version "11.14.0"
1154+
resolved "https://registry.yarnpkg.com/@emotion/cache/-/cache-11.14.0.tgz#ee44b26986eeb93c8be82bb92f1f7a9b21b2ed76"
1155+
integrity sha512-L/B1lc/TViYk4DcpGxtAVbx0ZyiKM5ktoIyafGkH6zg/tj+mA+NE//aPYKG0k8kCHSHVJrpLpcAlOBEXQ3SavA==
1156+
dependencies:
1157+
"@emotion/memoize" "^0.9.0"
1158+
"@emotion/sheet" "^1.4.0"
1159+
"@emotion/utils" "^1.4.2"
1160+
"@emotion/weak-memoize" "^0.4.0"
1161+
stylis "4.2.0"
1162+
1163+
"@emotion/cache@^11.11.0":
11531164
version "11.11.0"
11541165
resolved "https://registry.yarnpkg.com/@emotion/cache/-/cache-11.11.0.tgz#809b33ee6b1cb1a625fef7a45bc568ccd9b8f3ff"
11551166
integrity sha512-P34z9ssTCBi3e9EI1ZsWpNHcfY1r09ZO0rZbRO2ob3ZQMnFI35jB536qoXbkdesr5EUhYi22anuEJuyxifaqAQ==
@@ -1160,11 +1171,16 @@
11601171
"@emotion/weak-memoize" "^0.3.1"
11611172
stylis "4.2.0"
11621173

1163-
"@emotion/hash@^0.9.0", "@emotion/hash@^0.9.1":
1174+
"@emotion/hash@^0.9.0":
11641175
version "0.9.1"
11651176
resolved "https://registry.yarnpkg.com/@emotion/hash/-/hash-0.9.1.tgz#4ffb0055f7ef676ebc3a5a91fb621393294e2f43"
11661177
integrity sha512-gJB6HLm5rYwSLI6PQa+X1t5CFGrv1J1TWG+sOyMCeKz2ojaj6Fnl/rZEspogG+cvqbt4AE/2eIyD2QfLKTBNlQ==
11671178

1179+
"@emotion/hash@^0.9.1", "@emotion/hash@^0.9.2":
1180+
version "0.9.2"
1181+
resolved "https://registry.yarnpkg.com/@emotion/hash/-/hash-0.9.2.tgz#ff9221b9f58b4dfe61e619a7788734bd63f6898b"
1182+
integrity sha512-MyqliTZGuOm3+5ZRSaaBGP3USLw6+EGykkwZns2EPC5g8jJ4z9OrdZY9apkl3+UP9+sdz76YYkwCKP5gh8iY3g==
1183+
11681184
"@emotion/is-prop-valid@^0.8.2":
11691185
version "0.8.8"
11701186
resolved "https://registry.yarnpkg.com/@emotion/is-prop-valid/-/is-prop-valid-0.8.8.tgz#db28b1c4368a259b60a97311d6a952d4fd01ac1a"
@@ -1189,6 +1205,11 @@
11891205
resolved "https://registry.yarnpkg.com/@emotion/memoize/-/memoize-0.8.1.tgz#c1ddb040429c6d21d38cc945fe75c818cfb68e17"
11901206
integrity sha512-W2P2c/VRW1/1tLox0mVUalvnWXxavmv/Oum2aPsRcoDJuob75FC3Y8FbpfLwUegRcxINtGUMPq0tFCvYNTBXNA==
11911207

1208+
"@emotion/memoize@^0.9.0":
1209+
version "0.9.0"
1210+
resolved "https://registry.yarnpkg.com/@emotion/memoize/-/memoize-0.9.0.tgz#745969d649977776b43fc7648c556aaa462b4102"
1211+
integrity sha512-30FAj7/EoJ5mwVPOWhAyCX+FPfMDrVecJAM+Iw9NRoSl4BBAQeqj4cApHHUXOVvIPgLVDsCFoz/hGD+5QQD1GQ==
1212+
11921213
"@emotion/react@^11.11.1":
11931214
version "11.11.3"
11941215
resolved "https://registry.yarnpkg.com/@emotion/react/-/react-11.11.3.tgz#96b855dc40a2a55f52a72f518a41db4f69c31a25"
@@ -1203,7 +1224,18 @@
12031224
"@emotion/weak-memoize" "^0.3.1"
12041225
hoist-non-react-statics "^3.3.1"
12051226

1206-
"@emotion/serialize@*", "@emotion/serialize@^1.1.2", "@emotion/serialize@^1.1.3":
1227+
"@emotion/serialize@*":
1228+
version "1.3.3"
1229+
resolved "https://registry.yarnpkg.com/@emotion/serialize/-/serialize-1.3.3.tgz#d291531005f17d704d0463a032fe679f376509e8"
1230+
integrity sha512-EISGqt7sSNWHGI76hC7x1CksiXPahbxEOrC5RjmFRJTqLyEK9/9hZvBbiYn70dw4wuwMKiEMCUlR6ZXTSWQqxA==
1231+
dependencies:
1232+
"@emotion/hash" "^0.9.2"
1233+
"@emotion/memoize" "^0.9.0"
1234+
"@emotion/unitless" "^0.10.0"
1235+
"@emotion/utils" "^1.4.2"
1236+
csstype "^3.0.2"
1237+
1238+
"@emotion/serialize@^1.1.2", "@emotion/serialize@^1.1.3":
12071239
version "1.1.3"
12081240
resolved "https://registry.yarnpkg.com/@emotion/serialize/-/serialize-1.1.3.tgz#84b77bfcfe3b7bb47d326602f640ccfcacd5ffb0"
12091241
integrity sha512-iD4D6QVZFDhcbH0RAG1uVu1CwVLMWUkCvAqqlewO/rxf8+87yIBAlt4+AxMiiKPLs5hFc0owNk/sLLAOROw3cA==
@@ -1224,10 +1256,10 @@
12241256
multipipe "^1.0.2"
12251257
through "^2.3.8"
12261258

1227-
"@emotion/sheet@^1.2.2":
1228-
version "1.2.2"
1229-
resolved "https://registry.yarnpkg.com/@emotion/sheet/-/sheet-1.2.2.tgz#d58e788ee27267a14342303e1abb3d508b6d0fec"
1230-
integrity sha512-0QBtGvaqtWi+nx6doRwDdBIzhNdZrXUppvTM4dtZZWEGTXL/XE/yJxLMGlDT1Gt+UHH5IX1n+jkXyytE/av7OA==
1259+
"@emotion/sheet@^1.2.2", "@emotion/sheet@^1.4.0":
1260+
version "1.4.0"
1261+
resolved "https://registry.yarnpkg.com/@emotion/sheet/-/sheet-1.4.0.tgz#c9299c34d248bc26e82563735f78953d2efca83c"
1262+
integrity sha512-fTBW9/8r2w3dXWYM4HCB1Rdp8NLibOw2+XELH5m5+AkWiL/KqYX6dc0kKYlaYyKjrQ6ds33MCdMPEwgs2z1rqg==
12311263

12321264
"@emotion/styled@^11.11.0":
12331265
version "11.11.0"
@@ -1241,6 +1273,11 @@
12411273
"@emotion/use-insertion-effect-with-fallbacks" "^1.0.1"
12421274
"@emotion/utils" "^1.2.1"
12431275

1276+
"@emotion/unitless@^0.10.0":
1277+
version "0.10.0"
1278+
resolved "https://registry.yarnpkg.com/@emotion/unitless/-/unitless-0.10.0.tgz#2af2f7c7e5150f497bdabd848ce7b218a27cf745"
1279+
integrity sha512-dFoMUuQA20zvtVTuxZww6OHoJYgrzfKM1t52mVySDJnMSEa08ruEvdYQbhvyu6soU+NeLVd3yKfTfT0NeV6qGg==
1280+
12441281
"@emotion/unitless@^0.8.1":
12451282
version "0.8.1"
12461283
resolved "https://registry.yarnpkg.com/@emotion/unitless/-/unitless-0.8.1.tgz#182b5a4704ef8ad91bde93f7a860a88fd92c79a3"
@@ -1251,16 +1288,21 @@
12511288
resolved "https://registry.yarnpkg.com/@emotion/use-insertion-effect-with-fallbacks/-/use-insertion-effect-with-fallbacks-1.0.1.tgz#08de79f54eb3406f9daaf77c76e35313da963963"
12521289
integrity sha512-jT/qyKZ9rzLErtrjGgdkMBn2OP8wl0G3sQlBb3YPryvKHsjvINUhVaPFfP+fpBcOkmrVOVEEHQFJ7nbj2TH2gw==
12531290

1254-
"@emotion/utils@*", "@emotion/utils@^1.2.1":
1255-
version "1.2.1"
1256-
resolved "https://registry.yarnpkg.com/@emotion/utils/-/utils-1.2.1.tgz#bbab58465738d31ae4cb3dbb6fc00a5991f755e4"
1257-
integrity sha512-Y2tGf3I+XVnajdItskUCn6LX+VUDmP6lTL4fcqsXAv43dnlbZiuW4MWQW38rW/BVWSE7Q/7+XQocmpnRYILUmg==
1291+
"@emotion/utils@*", "@emotion/utils@^1.2.1", "@emotion/utils@^1.4.2":
1292+
version "1.4.2"
1293+
resolved "https://registry.yarnpkg.com/@emotion/utils/-/utils-1.4.2.tgz#6df6c45881fcb1c412d6688a311a98b7f59c1b52"
1294+
integrity sha512-3vLclRofFziIa3J2wDh9jjbkUz9qk5Vi3IZ/FSTKViB0k+ef0fPV7dYrUIugbgupYDx7v9ud/SjrtEP8Y4xLoA==
12581295

12591296
"@emotion/weak-memoize@^0.3.1":
12601297
version "0.3.1"
12611298
resolved "https://registry.yarnpkg.com/@emotion/weak-memoize/-/weak-memoize-0.3.1.tgz#d0fce5d07b0620caa282b5131c297bb60f9d87e6"
12621299
integrity sha512-EsBwpc7hBUJWAsNPBmJy4hxWx12v6bshQsldrVmjxJoc3isbxhOrF2IcCpaXxfvq03NwkI7sbsOLXbYuqF/8Ww==
12631300

1301+
"@emotion/weak-memoize@^0.4.0":
1302+
version "0.4.0"
1303+
resolved "https://registry.yarnpkg.com/@emotion/weak-memoize/-/weak-memoize-0.4.0.tgz#5e13fac887f08c44f76b0ccaf3370eb00fec9bb6"
1304+
integrity sha512-snKqtPW01tN0ui7yu9rGv69aJXr/a/Ywvl11sUjNtEcRc+ng/mQriFL0wLXMef74iHa/EkftbDzU9F8iFbH+zg==
1305+
12641306
"@eslint-community/eslint-utils@^4.2.0", "@eslint-community/eslint-utils@^4.4.0":
12651307
version "4.4.0"
12661308
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz#a23514e8fb9af1269d5f7788aa556798d61c6b59"
@@ -9978,9 +10020,9 @@ [email protected]:
997810020
integrity sha512-Tyrf5mxF8Ofs1tNoxA13lFeZ2Zrbd6cKbuH3V+MQ5sb6DtBj5FjrXVsRWT8YvNAQTqNoz66dz1WsbigI22aEnw==
997910021

998010022
tss-react@^4.4.1:
9981-
version "4.9.3"
9982-
resolved "https://registry.yarnpkg.com/tss-react/-/tss-react-4.9.3.tgz#69ce18bcf83fe96d99d35f44a036c7b507f66eff"
9983-
integrity sha512-TqI0kBFmgW0f5YIOD2PMdHu6FnqSxVDUf5uJ7+gVkhemtMfwdlFpvXpddgSesktizr9PU9hY2nZ+kNnf0KQb9A==
10023+
version "4.9.15"
10024+
resolved "https://registry.yarnpkg.com/tss-react/-/tss-react-4.9.15.tgz#a26fc24889a462ab4858094bc5b33cdda36e45ab"
10025+
integrity sha512-rLiEmDwUtln9RKTUR/ZPYBrufF0Tq/PFggO1M7P8M3/FAcodPQ746Ug9MCEFkURKDlntN17+Oja0DMMz5yBnsQ==
998410026
dependencies:
998510027
"@emotion/cache" "*"
998610028
"@emotion/serialize" "*"

0 commit comments

Comments
 (0)