Skip to content

Commit 2f76035

Browse files
committed
Update explorer dependencies
By running 'make upgrade' command.
1 parent d9acff7 commit 2f76035

File tree

2 files changed

+58
-60
lines changed

2 files changed

+58
-60
lines changed

mithril-explorer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@
3030
"jest": "^29.5.0",
3131
"jest-environment-jsdom": "^29.5.0"
3232
}
33-
}
33+
}

mithril-explorer/yarn.lock

Lines changed: 57 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
# yarn lockfile v1
33

44

5+
"@aashutoshrathi/word-wrap@^1.2.3":
6+
version "1.2.6"
7+
resolved "https://registry.yarnpkg.com/@aashutoshrathi/word-wrap/-/word-wrap-1.2.6.tgz#bd9154aec9983f77b3a034ecaa015c2e4201f6cf"
8+
integrity sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA==
9+
510
"@adobe/css-tools@^4.0.1":
611
version "4.2.0"
712
resolved "https://registry.yarnpkg.com/@adobe/css-tools/-/css-tools-4.2.0.tgz#e1a84fca468f4b337816fcb7f0964beb620ba855"
@@ -703,11 +708,11 @@
703708
integrity sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==
704709

705710
"@react-aria/ssr@^3.5.0":
706-
version "3.6.0"
707-
resolved "https://registry.yarnpkg.com/@react-aria/ssr/-/ssr-3.6.0.tgz#e5d52bd1686ff229f68f806cf94ee29dd9f54fb7"
708-
integrity sha512-OFiYQdv+Yk7AO7IsQu/fAEPijbeTwrrEYvdNoJ3sblBBedD5j5fBTNWrUPNVlwC4XWWnWTCMaRIVsJujsFiWXg==
711+
version "3.7.0"
712+
resolved "https://registry.yarnpkg.com/@react-aria/ssr/-/ssr-3.7.0.tgz#7eda2964ab792dc1c3a1fdacbf5bfb185590e9a5"
713+
integrity sha512-bfufjg4ESE5giN+Fxj1XIzS5f/YIhqcGc+Ve+vUUKU8xZ8t/Xtjlv8F3kjqDBQdk//n3mluFY7xG1wQVB9rMLQ==
709714
dependencies:
710-
"@swc/helpers" "^0.4.14"
715+
"@swc/helpers" "^0.5.0"
711716

712717
"@reduxjs/toolkit@^1.9.5":
713718
version "1.9.5"
@@ -765,20 +770,13 @@
765770
dependencies:
766771
"@sinonjs/commons" "^3.0.0"
767772

768-
773+
"@swc/[email protected]", "@swc/helpers@^0.5.0":
769774
version "0.5.1"
770775
resolved "https://registry.yarnpkg.com/@swc/helpers/-/helpers-0.5.1.tgz#e9031491aa3f26bfcc974a67f48bd456c8a5357a"
771776
integrity sha512-sJ902EfIzn1Fa+qYmjdQqh8tPsoxyBz+8yBKC2HKUxyezKJFwPGOn7pv4WY6QuQW//ySQi5lJjA/ZT9sNWWNTg==
772777
dependencies:
773778
tslib "^2.4.0"
774779

775-
"@swc/helpers@^0.4.14":
776-
version "0.4.14"
777-
resolved "https://registry.yarnpkg.com/@swc/helpers/-/helpers-0.4.14.tgz#1352ac6d95e3617ccb7c1498ff019654f1e12a74"
778-
integrity sha512-4C7nX/dvpzB7za4Ql9K81xK3HPxCpHMgwTZVyf+9JQ6VUbn9jjZVN7/Nkdz/Ugzs2CSjqnL/UPXroiVBVHUWUw==
779-
dependencies:
780-
tslib "^2.4.0"
781-
782780
"@testing-library/dom@^9.0.0":
783781
version "9.3.1"
784782
resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-9.3.1.tgz#8094f560e9389fb973fe957af41bf766937a9ee9"
@@ -917,9 +915,9 @@
917915
integrity sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==
918916

919917
"@types/node@*":
920-
version "20.3.1"
921-
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.3.1.tgz#e8a83f1aa8b649377bb1fb5d7bac5cb90e784dfe"
922-
integrity sha512-EhcH/wvidPy1WeML3TtYFGR83UzjxeWRen9V402T8aUGYsCHOmfoisV3ZSg03gAFIbLq8TnWOJ0f4cALtnSEUg==
918+
version "20.3.2"
919+
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.3.2.tgz#fa6a90f2600e052a03c18b8cb3fd83dd4e599898"
920+
integrity sha512-vOBLVQeCQfIcF/2Y7eKFTqrMnizK5lRNQ7ykML/5RuwVXVWxYkgwS7xbt4B6fKCUPgbSL5FSsjHQpaGQP/dQmw==
923921

924922
"@types/prettier@^2.1.5":
925923
version "2.7.3"
@@ -999,47 +997,47 @@
999997
"@types/yargs-parser" "*"
1000998

1001999
"@typescript-eslint/parser@^5.42.0":
1002-
version "5.60.0"
1003-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.60.0.tgz#08f4daf5fc6548784513524f4f2f359cebb4068a"
1004-
integrity sha512-jBONcBsDJ9UoTWrARkRRCgDz6wUggmH5RpQVlt7BimSwaTkTjwypGzKORXbR4/2Hqjk9hgwlon2rVQAjWNpkyQ==
1000+
version "5.60.1"
1001+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.60.1.tgz#0f2f58209c0862a73e3d5a56099abfdfa21d0fd3"
1002+
integrity sha512-pHWlc3alg2oSMGwsU/Is8hbm3XFbcrb6P5wIxcQW9NsYBfnrubl/GhVVD/Jm/t8HXhA2WncoIRfBtnCgRGV96Q==
10051003
dependencies:
1006-
"@typescript-eslint/scope-manager" "5.60.0"
1007-
"@typescript-eslint/types" "5.60.0"
1008-
"@typescript-eslint/typescript-estree" "5.60.0"
1004+
"@typescript-eslint/scope-manager" "5.60.1"
1005+
"@typescript-eslint/types" "5.60.1"
1006+
"@typescript-eslint/typescript-estree" "5.60.1"
10091007
debug "^4.3.4"
10101008

1011-
"@typescript-eslint/[email protected].0":
1012-
version "5.60.0"
1013-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.60.0.tgz#ae511967b4bd84f1d5e179bb2c82857334941c1c"
1014-
integrity sha512-hakuzcxPwXi2ihf9WQu1BbRj1e/Pd8ZZwVTG9kfbxAMZstKz8/9OoexIwnmLzShtsdap5U/CoQGRCWlSuPbYxQ==
1009+
"@typescript-eslint/[email protected].1":
1010+
version "5.60.1"
1011+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.60.1.tgz#35abdb47f500c68c08f2f2b4f22c7c79472854bb"
1012+
integrity sha512-Dn/LnN7fEoRD+KspEOV0xDMynEmR3iSHdgNsarlXNLGGtcUok8L4N71dxUgt3YvlO8si7E+BJ5Fe3wb5yUw7DQ==
10151013
dependencies:
1016-
"@typescript-eslint/types" "5.60.0"
1017-
"@typescript-eslint/visitor-keys" "5.60.0"
1014+
"@typescript-eslint/types" "5.60.1"
1015+
"@typescript-eslint/visitor-keys" "5.60.1"
10181016

1019-
"@typescript-eslint/[email protected].0":
1020-
version "5.60.0"
1021-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.60.0.tgz#3179962b28b4790de70e2344465ec97582ce2558"
1022-
integrity sha512-ascOuoCpNZBccFVNJRSC6rPq4EmJ2NkuoKnd6LDNyAQmdDnziAtxbCGWCbefG1CNzmDvd05zO36AmB7H8RzKPA==
1017+
"@typescript-eslint/[email protected].1":
1018+
version "5.60.1"
1019+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.60.1.tgz#a17473910f6b8d388ea83c9d7051af89c4eb7561"
1020+
integrity sha512-zDcDx5fccU8BA0IDZc71bAtYIcG9PowaOwaD8rjYbqwK7dpe/UMQl3inJ4UtUK42nOCT41jTSCwg76E62JpMcg==
10231021

1024-
"@typescript-eslint/[email protected].0":
1025-
version "5.60.0"
1026-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.60.0.tgz#4ddf1a81d32a850de66642d9b3ad1e3254fb1600"
1027-
integrity sha512-R43thAuwarC99SnvrBmh26tc7F6sPa2B3evkXp/8q954kYL6Ro56AwASYWtEEi+4j09GbiNAHqYwNNZuNlARGQ==
1022+
"@typescript-eslint/[email protected].1":
1023+
version "5.60.1"
1024+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.60.1.tgz#8c71824b7165b64d5ebd7aa42968899525959834"
1025+
integrity sha512-hkX70J9+2M2ZT6fhti5Q2FoU9zb+GeZK2SLP1WZlvUDqdMbEKhexZODD1WodNRyO8eS+4nScvT0dts8IdaBzfw==
10281026
dependencies:
1029-
"@typescript-eslint/types" "5.60.0"
1030-
"@typescript-eslint/visitor-keys" "5.60.0"
1027+
"@typescript-eslint/types" "5.60.1"
1028+
"@typescript-eslint/visitor-keys" "5.60.1"
10311029
debug "^4.3.4"
10321030
globby "^11.1.0"
10331031
is-glob "^4.0.3"
10341032
semver "^7.3.7"
10351033
tsutils "^3.21.0"
10361034

1037-
"@typescript-eslint/[email protected].0":
1038-
version "5.60.0"
1039-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.60.0.tgz#b48b29da3f5f31dd1656281727004589d2722a66"
1040-
integrity sha512-wm9Uz71SbCyhUKgcaPRauBdTegUyY/ZWl8gLwD/i/ybJqscrrdVSFImpvUz16BLPChIeKBK5Fa9s6KDQjsjyWw==
1035+
"@typescript-eslint/[email protected].1":
1036+
version "5.60.1"
1037+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.60.1.tgz#19a877358bf96318ec35d90bfe6bd1445cce9434"
1038+
integrity sha512-xEYIxKcultP6E/RMKqube11pGjXH1DCo60mQoWhVYyKfLkwbIVVjYxmOenNMxILx0TjCujPTjjnTIVzm09TXIw==
10411039
dependencies:
1042-
"@typescript-eslint/types" "5.60.0"
1040+
"@typescript-eslint/types" "5.60.1"
10431041
eslint-visitor-keys "^3.3.0"
10441042

10451043
abab@^2.0.6:
@@ -1396,9 +1394,9 @@ camelcase@^6.2.0:
13961394
integrity sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==
13971395

13981396
caniuse-lite@^1.0.30001406, caniuse-lite@^1.0.30001503:
1399-
version "1.0.30001508"
1400-
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001508.tgz#4461bbc895c692a96da399639cc1e146e7302a33"
1401-
integrity sha512-sdQZOJdmt3GJs1UMNpCCCyeuS2IEGLXnHyAo9yIO5JJDjbjoVRij4M1qep6P6gFpptD1PqIYgzM+gwJbOi92mw==
1397+
version "1.0.30001509"
1398+
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001509.tgz#2b7ad5265392d6d2de25cd8776d1ab3899570d14"
1399+
integrity sha512-2uDDk+TRiTX5hMcUYT/7CSyzMZxjfGu0vAUjS2g0LSD8UoXOv0LtpH4LxGMemsiPq6LCVIUjNwVM0erkOkGCDA==
14021400

14031401
chalk@^2.0.0:
14041402
version "2.4.2"
@@ -1716,9 +1714,9 @@ domexception@^4.0.0:
17161714
webidl-conversions "^7.0.0"
17171715

17181716
electron-to-chromium@^1.4.431:
1719-
version "1.4.440"
1720-
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.440.tgz#d3b1eeb36b717eb479a240c0406ac1fa67901762"
1721-
integrity sha512-r6dCgNpRhPwiWlxbHzZQ/d9swfPaEJGi8ekqRBwQYaR3WmA5VkqQfBWSDDjuJU1ntO+W9tHx8OHV/96Q8e0dVw==
1717+
version "1.4.442"
1718+
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.442.tgz#455f4c5bd6ae73afb634dcffee6f356c26c8e294"
1719+
integrity sha512-RkrZF//Ya+0aJq2NM3OdisNh5ZodZq1rdXOS96G8DdDgpDKqKE81yTbbQ3F/4CKm1JBPsGu1Lp/akkna2xO06Q==
17221720

17231721
emittery@^0.13.1:
17241722
version "0.13.1"
@@ -2291,9 +2289,9 @@ get-symbol-description@^1.0.0:
22912289
get-intrinsic "^1.1.1"
22922290

22932291
get-tsconfig@^4.5.0:
2294-
version "4.6.0"
2295-
resolved "https://registry.yarnpkg.com/get-tsconfig/-/get-tsconfig-4.6.0.tgz#e977690993a42f3e320e932427502a40f7af6d05"
2296-
integrity sha512-lgbo68hHTQnFddybKbbs/RDRJnJT5YyGy2kQzVwbq+g67X73i+5MVTval34QxGkOe9X5Ujf1UYpCaphLyltjEg==
2292+
version "4.6.2"
2293+
resolved "https://registry.yarnpkg.com/get-tsconfig/-/get-tsconfig-4.6.2.tgz#831879a5e6c2aa24fe79b60340e2233a1e0f472e"
2294+
integrity sha512-E5XrT4CbbXcXWy+1jChlZmrmCwd5KGx502kDCXJJ7y898TtWW9FwoG5HfOLVRKmlmDGkWN2HM9Ho+/Y8F0sJDg==
22972295
dependencies:
22982296
resolve-pkg-maps "^1.0.0"
22992297

@@ -3650,16 +3648,16 @@ optionator@^0.8.1:
36503648
word-wrap "~1.2.3"
36513649

36523650
optionator@^0.9.1:
3653-
version "0.9.1"
3654-
resolved "https://registry.yarnpkg.com/optionator/-/optionator-0.9.1.tgz#4f236a6373dae0566a6d43e1326674f50c291499"
3655-
integrity sha512-74RlY5FCnhq4jRxVUPKDaRwrVNXMqsGsiW6AJw4XK8hmtm10wC0ypZBLw5IIp85NZMr91+qd1RvvENwg7jjRFw==
3651+
version "0.9.3"
3652+
resolved "https://registry.yarnpkg.com/optionator/-/optionator-0.9.3.tgz#007397d44ed1872fdc6ed31360190f81814e2c64"
3653+
integrity sha512-JjCoypp+jKn1ttEFExxhetCKeJt9zhAgAve5FXHixTvFDW/5aEktX9bufBKLRRMdU7bNtpLfcGu94B3cdEJgjg==
36563654
dependencies:
3655+
"@aashutoshrathi/word-wrap" "^1.2.3"
36573656
deep-is "^0.1.3"
36583657
fast-levenshtein "^2.0.6"
36593658
levn "^0.4.1"
36603659
prelude-ls "^1.2.1"
36613660
type-check "^0.4.0"
3662-
word-wrap "^1.2.3"
36633661

36643662
p-limit@^2.2.0:
36653663
version "2.3.0"
@@ -4392,9 +4390,9 @@ tslib@^1.8.1:
43924390
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
43934391

43944392
tslib@^2.4.0, tslib@^2.5.0:
4395-
version "2.5.3"
4396-
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.5.3.tgz#24944ba2d990940e6e982c4bea147aba80209913"
4397-
integrity sha512-mSxlJJwl3BMEQCUNnxXBU9jP4JBktcEGhURcPR6VQVlnP0FdDEsIaz0C35dXNGLyRfrATNofF0F5p2KPxQgB+w==
4393+
version "2.6.0"
4394+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.0.tgz#b295854684dbda164e181d259a22cd779dcd7bc3"
4395+
integrity sha512-7At1WUettjcSRHXCyYtTselblcHl9PJFFVKiCAy/bY97+BPZXSQ2wbq0P9s8tK2G7dFQfNnlJnPAiArVBVBsfA==
43984396

43994397
tsutils@^3.21.0:
44004398
version "3.21.0"
@@ -4607,7 +4605,7 @@ which@^2.0.1:
46074605
dependencies:
46084606
isexe "^2.0.0"
46094607

4610-
word-wrap@^1.2.3, word-wrap@~1.2.3:
4608+
word-wrap@~1.2.3:
46114609
version "1.2.3"
46124610
resolved "https://registry.yarnpkg.com/word-wrap/-/word-wrap-1.2.3.tgz#610636f6b1f703891bd34771ccb17fb93b47079c"
46134611
integrity sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==

0 commit comments

Comments
 (0)