|
46 | 46 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.21.4.tgz#457ffe647c480dff59c2be092fc3acf71195c87f"
|
47 | 47 | integrity sha512-/DYyDpeCfaVinT40FPGdkkb+lYSKvsVuMjDAG7jPOWWiM1ibOaB9CXJAlc4d1QpP/U2q2P9jbrSlClKSErd55g==
|
48 | 48 |
|
49 |
| -"@babel/compat-data@^7.22.5": |
50 |
| - version "7.22.5" |
51 |
| - resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.22.5.tgz#b1f6c86a02d85d2dd3368a2b67c09add8cd0c255" |
52 |
| - integrity sha512-4Jc/YuIaYqKnDDz892kPIledykKg12Aw1PYX5i/TY28anJtacvM1Rrr8wbieB9GfEJwlzqT0hUEao0CxEebiDA== |
| 49 | +"@babel/compat-data@^7.22.6": |
| 50 | + version "7.22.6" |
| 51 | + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.22.6.tgz#15606a20341de59ba02cd2fcc5086fcbe73bf544" |
| 52 | + integrity sha512-29tfsWTq2Ftu7MXmimyC0C5FDZv5DYxOZkh3XD3+QW4V/BYuv/LyEsjj3c0hqedEaDt6DBfDvexMKU8YevdqFg== |
53 | 53 |
|
54 |
| -"@babel/core@^7.11.6", "@babel/core@^7.12.10", "@babel/core@^7.12.3", "@babel/core@^7.13.16", "@babel/core@^7.20.12", "@babel/core@^7.20.2", "@babel/core@^7.22.5", "@babel/core@^7.7.5": |
55 |
| - version "7.22.5" |
56 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.22.5.tgz#d67d9747ecf26ee7ecd3ebae1ee22225fe902a89" |
57 |
| - integrity sha512-SBuTAjg91A3eKOvD+bPEz3LlhHZRNu1nFOVts9lzDJTXshHTjII0BAtDS3Y2DAkdZdDKWVZGVwkDfc4Clxn1dg== |
| 54 | +"@babel/core@^7.11.6", "@babel/core@^7.12.10", "@babel/core@^7.12.3", "@babel/core@^7.13.16", "@babel/core@^7.20.12", "@babel/core@^7.20.2", "@babel/core@^7.21.4", "@babel/core@^7.22.5", "@babel/core@^7.7.5": |
| 55 | + version "7.22.8" |
| 56 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.22.8.tgz#386470abe884302db9c82e8e5e87be9e46c86785" |
| 57 | + integrity sha512-75+KxFB4CZqYRXjx4NlR4J7yGvKumBuZTmV4NV6v09dVXXkuYVYLT68N6HCzLvfJ+fWCxQsntNzKwwIXL4bHnw== |
58 | 58 | dependencies:
|
59 | 59 | "@ampproject/remapping" "^2.2.0"
|
60 | 60 | "@babel/code-frame" "^7.22.5"
|
61 |
| - "@babel/generator" "^7.22.5" |
62 |
| - "@babel/helper-compilation-targets" "^7.22.5" |
| 61 | + "@babel/generator" "^7.22.7" |
| 62 | + "@babel/helper-compilation-targets" "^7.22.6" |
63 | 63 | "@babel/helper-module-transforms" "^7.22.5"
|
64 |
| - "@babel/helpers" "^7.22.5" |
65 |
| - "@babel/parser" "^7.22.5" |
| 64 | + "@babel/helpers" "^7.22.6" |
| 65 | + "@babel/parser" "^7.22.7" |
66 | 66 | "@babel/template" "^7.22.5"
|
67 |
| - "@babel/traverse" "^7.22.5" |
| 67 | + "@babel/traverse" "^7.22.8" |
68 | 68 | "@babel/types" "^7.22.5"
|
| 69 | + "@nicolo-ribaudo/semver-v6" "^6.3.3" |
69 | 70 | convert-source-map "^1.7.0"
|
70 | 71 | debug "^4.1.0"
|
71 | 72 | gensync "^1.0.0-beta.2"
|
72 | 73 | json5 "^2.2.2"
|
73 |
| - semver "^6.3.0" |
74 | 74 |
|
75 | 75 | "@babel/core@~7.21.0":
|
76 | 76 | version "7.21.4"
|
|
113 | 113 | "@jridgewell/trace-mapping" "^0.3.17"
|
114 | 114 | jsesc "^2.5.1"
|
115 | 115 |
|
| 116 | +"@babel/generator@^7.22.7": |
| 117 | + version "7.22.7" |
| 118 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.22.7.tgz#a6b8152d5a621893f2c9dacf9a4e286d520633d5" |
| 119 | + integrity sha512-p+jPjMG+SI8yvIaxGgeW24u7q9+5+TGpZh8/CuB7RhBKd7RCy8FayNEFNNKrNK/eUcY/4ExQqLmyrvBXKsIcwQ== |
| 120 | + dependencies: |
| 121 | + "@babel/types" "^7.22.5" |
| 122 | + "@jridgewell/gen-mapping" "^0.3.2" |
| 123 | + "@jridgewell/trace-mapping" "^0.3.17" |
| 124 | + jsesc "^2.5.1" |
| 125 | + |
116 | 126 | "@babel/helper-annotate-as-pure@^7.18.6":
|
117 | 127 | version "7.18.6"
|
118 | 128 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz#eaa49f6f80d5a33f9a5dd2276e6d6e451be0a6bb"
|
|
139 | 149 | lru-cache "^5.1.1"
|
140 | 150 | semver "^6.3.0"
|
141 | 151 |
|
142 |
| -"@babel/helper-compilation-targets@^7.22.5": |
143 |
| - version "7.22.5" |
144 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.22.5.tgz#fc7319fc54c5e2fa14b2909cf3c5fd3046813e02" |
145 |
| - integrity sha512-Ji+ywpHeuqxB8WDxraCiqR0xfhYjiDE/e6k7FuIaANnoOFxAHskHChz4vA1mJC9Lbm01s1PVAGhQY4FUKSkGZw== |
| 152 | +"@babel/helper-compilation-targets@^7.22.6": |
| 153 | + version "7.22.6" |
| 154 | + resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.22.6.tgz#e30d61abe9480aa5a83232eb31c111be922d2e52" |
| 155 | + integrity sha512-534sYEqWD9VfUm3IPn2SLcH4Q3P86XL+QvqdC7ZsFrzyyPF3T4XGiVghF6PTYNdWg6pXuoqXxNQAhbYeEInTzA== |
146 | 156 | dependencies:
|
147 |
| - "@babel/compat-data" "^7.22.5" |
| 157 | + "@babel/compat-data" "^7.22.6" |
148 | 158 | "@babel/helper-validator-option" "^7.22.5"
|
149 |
| - browserslist "^4.21.3" |
| 159 | + "@nicolo-ribaudo/semver-v6" "^6.3.3" |
| 160 | + browserslist "^4.21.9" |
150 | 161 | lru-cache "^5.1.1"
|
151 |
| - semver "^6.3.0" |
152 | 162 |
|
153 | 163 | "@babel/helper-create-class-features-plugin@^7.18.6", "@babel/helper-create-class-features-plugin@^7.21.0":
|
154 | 164 | version "7.21.4"
|
|
354 | 364 | dependencies:
|
355 | 365 | "@babel/types" "^7.22.5"
|
356 | 366 |
|
| 367 | +"@babel/helper-split-export-declaration@^7.22.6": |
| 368 | + version "7.22.6" |
| 369 | + resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz#322c61b7310c0997fe4c323955667f18fcefb91c" |
| 370 | + integrity sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g== |
| 371 | + dependencies: |
| 372 | + "@babel/types" "^7.22.5" |
| 373 | + |
357 | 374 | "@babel/helper-string-parser@^7.19.4":
|
358 | 375 | version "7.19.4"
|
359 | 376 | resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz#38d3acb654b4701a9b77fb0615a96f775c3a9e63"
|
|
403 | 420 | "@babel/traverse" "^7.21.0"
|
404 | 421 | "@babel/types" "^7.21.0"
|
405 | 422 |
|
406 |
| -"@babel/helpers@^7.22.5": |
407 |
| - version "7.22.5" |
408 |
| - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.22.5.tgz#74bb4373eb390d1ceed74a15ef97767e63120820" |
409 |
| - integrity sha512-pSXRmfE1vzcUIDFQcSGA5Mr+GxBV9oiRKDuDxXvWQQBCh8HoIjs/2DlDB7H8smac1IVrB9/xdXj2N3Wol9Cr+Q== |
| 423 | +"@babel/helpers@^7.22.6": |
| 424 | + version "7.22.6" |
| 425 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.22.6.tgz#8e61d3395a4f0c5a8060f309fb008200969b5ecd" |
| 426 | + integrity sha512-YjDs6y/fVOYFV8hAf1rxd1QvR9wJe1pDBZ2AREKq/SDayfPzgk0PBnVuTCE5X1acEpMMNOVUqoe+OwiZGJ+OaA== |
410 | 427 | dependencies:
|
411 | 428 | "@babel/template" "^7.22.5"
|
412 |
| - "@babel/traverse" "^7.22.5" |
| 429 | + "@babel/traverse" "^7.22.6" |
413 | 430 | "@babel/types" "^7.22.5"
|
414 | 431 |
|
415 | 432 | "@babel/highlight@^7.18.6":
|
|
440 | 457 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.22.5.tgz#721fd042f3ce1896238cf1b341c77eb7dee7dbea"
|
441 | 458 | integrity sha512-DFZMC9LJUG9PLOclRC32G63UXwzqS2koQC8dkx+PLdmt1xSePYpbT/NbsrJy8Q/muXz7o/h/d4A7Fuyixm559Q==
|
442 | 459 |
|
| 460 | +"@babel/parser@^7.22.7": |
| 461 | + version "7.22.7" |
| 462 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.22.7.tgz#df8cf085ce92ddbdbf668a7f186ce848c9036cae" |
| 463 | + integrity sha512-7NF8pOkHP5o2vpmGgNGcfAeCvOYhGLyA3Z4eBQkT1RJlWu47n63bCs93QfJ2hIAFCil7L5P2IWhs1oToVgrL0Q== |
| 464 | + |
443 | 465 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.18.6":
|
444 | 466 | version "7.18.6"
|
445 | 467 | resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.18.6.tgz#da5b8f9a580acdfbe53494dba45ea389fb09a4d2"
|
|
1204 | 1226 | debug "^4.1.0"
|
1205 | 1227 | globals "^11.1.0"
|
1206 | 1228 |
|
| 1229 | +"@babel/traverse@^7.22.6", "@babel/traverse@^7.22.8": |
| 1230 | + version "7.22.8" |
| 1231 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.22.8.tgz#4d4451d31bc34efeae01eac222b514a77aa4000e" |
| 1232 | + integrity sha512-y6LPR+wpM2I3qJrsheCTwhIinzkETbplIgPBbwvqPKc+uljeA5gP+3nP8irdYt1mjQaDnlIcG+dw8OjAco4GXw== |
| 1233 | + dependencies: |
| 1234 | + "@babel/code-frame" "^7.22.5" |
| 1235 | + "@babel/generator" "^7.22.7" |
| 1236 | + "@babel/helper-environment-visitor" "^7.22.5" |
| 1237 | + "@babel/helper-function-name" "^7.22.5" |
| 1238 | + "@babel/helper-hoist-variables" "^7.22.5" |
| 1239 | + "@babel/helper-split-export-declaration" "^7.22.6" |
| 1240 | + "@babel/parser" "^7.22.7" |
| 1241 | + "@babel/types" "^7.22.5" |
| 1242 | + debug "^4.1.0" |
| 1243 | + globals "^11.1.0" |
| 1244 | + |
1207 | 1245 | "@babel/types@^7.0.0", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.2.0", "@babel/types@^7.20.0", "@babel/types@^7.20.2", "@babel/types@^7.20.5", "@babel/types@^7.20.7", "@babel/types@^7.21.0", "@babel/types@^7.21.2", "@babel/types@^7.21.4", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@~7.21.2":
|
1208 | 1246 | version "7.21.4"
|
1209 | 1247 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.21.4.tgz#2d5d6bb7908699b3b416409ffd3b5daa25b030d4"
|
|
2168 | 2206 | pump "^3.0.0"
|
2169 | 2207 | tar-fs "^2.1.1"
|
2170 | 2208 |
|
| 2209 | +"@nicolo-ribaudo/semver-v6@^6.3.3": |
| 2210 | + version "6.3.3" |
| 2211 | + resolved "https://registry.yarnpkg.com/@nicolo-ribaudo/semver-v6/-/semver-v6-6.3.3.tgz#ea6d23ade78a325f7a52750aab1526b02b628c29" |
| 2212 | + integrity sha512-3Yc1fUTs69MG/uZbJlLSI3JISMn2UV2rg+1D/vROUqZyh3l6iYHCs7GMp+M40ZD7yOdDbYjJcU1oTJhrc+dGKg== |
| 2213 | + |
2171 | 2214 |
|
2172 | 2215 | version "2.1.5"
|
2173 | 2216 | resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz#7619c2eb21b25483f6d167548b4cfd5a7488c3d5"
|
|
3987 | 4030 | resolved "https://registry.yarnpkg.com/@xobotyi/scrollbar-width/-/scrollbar-width-1.9.5.tgz#80224a6919272f405b87913ca13b92929bdf3c4d"
|
3988 | 4031 | integrity sha512-N8tkAACJx2ww8vFMneJmaAgmjAG1tnVBZJRLRcx061tmsLRZHSEZSLuGWnwPtunsSLvSqXQ2wfp7Mgqg1I+2dQ==
|
3989 | 4032 |
|
3990 |
| -"@xstate/cli@0.3.0": |
3991 |
| - version "0.3.0" |
3992 |
| - resolved "https://registry.yarnpkg.com/@xstate/cli/-/cli-0.3.0.tgz#810faa6319fa11811310b1defdd021c4cda2ec26" |
3993 |
| - integrity sha512-Vb47MUhPuoVuRvBLdAmmRl6vc1ELRCSL1OeUQqmHk/GsCdMi+A9hLRzfJW16/k4WhNze8lb4VMbJJzzJp0Y7tg== |
| 4033 | +"@xstate/cli@0.5.2": |
| 4034 | + version "0.5.2" |
| 4035 | + resolved "https://registry.yarnpkg.com/@xstate/cli/-/cli-0.5.2.tgz#3607157181b1733e51266fffd25274193d612c32" |
| 4036 | + integrity sha512-KA0BJMd80Z3lp1MmVqlUpHkjLkKcq4Z09P19It4iJ6IX8Hzwo5lmRTZwX938UCiAjWWSA2jl6nfrJnfBR21riA== |
3994 | 4037 | dependencies:
|
3995 |
| - "@babel/core" "^7.12.10" |
3996 |
| - "@xstate/machine-extractor" "0.7.0" |
3997 |
| - "@xstate/tools-shared" "1.2.0" |
| 4038 | + "@babel/core" "^7.21.4" |
| 4039 | + "@xstate/machine-extractor" "^0.10.0" |
| 4040 | + "@xstate/tools-shared" "^3.0.1" |
3998 | 4041 | chokidar "^3.5.3"
|
3999 | 4042 | commander "^8.0.0"
|
4000 |
| - xstate "^4.29.0" |
| 4043 | + prettier "^2.8.7" |
| 4044 | + xstate "^4.33.4" |
4001 | 4045 |
|
4002 |
| -"@xstate/inspect@0.6.5": |
4003 |
| - version "0.6.5" |
4004 |
| - resolved "https://registry.yarnpkg.com/@xstate/inspect/-/inspect-0.6.5.tgz#f604c2716d46b5b323169b9cdb092cb8d61b5cea" |
4005 |
| - integrity sha512-lUVb/XHaeOl9UP99yQK/rjS+WVx1ymaz0KX8nUsQ4VG/dxvjF0kRcAPCDMuQ7IhWbp0nER+KLE46UFXrqp20Sg== |
| 4046 | +"@xstate/inspect@0.8.0": |
| 4047 | + version "0.8.0" |
| 4048 | + resolved "https://registry.yarnpkg.com/@xstate/inspect/-/inspect-0.8.0.tgz#f99d3706cd823d4922c47ce4f4376eecac502cc7" |
| 4049 | + integrity sha512-wSkFeOnp+7dhn+zTThO0M4D2FEqZN9lGIWowJu5JLa2ojjtlzRwK8SkjcHZ4rLX8VnMev7kGjgQLrGs8kxy+hw== |
4006 | 4050 | dependencies:
|
4007 | 4051 | fast-safe-stringify "^2.1.1"
|
4008 | 4052 |
|
4009 |
| - |
4010 |
| - version "0.7.0" |
4011 |
| - resolved "https://registry.yarnpkg.com/@xstate/machine-extractor/-/machine-extractor-0.7.0.tgz#3f46a3686462f309ee208a97f6285e7d6a55cdb8" |
4012 |
| - integrity sha512-dXHI/sWWWouN/yG687ZuRCP7Cm6XggFWSK1qWj3NohBTyhaYWSR7ojwP6OUK6e1cbiJqxmM9EDnE2Auf+Xlp+A== |
| 4053 | +"@xstate/machine-extractor@^0.10.0": |
| 4054 | + version "0.10.0" |
| 4055 | + resolved "https://registry.yarnpkg.com/@xstate/machine-extractor/-/machine-extractor-0.10.0.tgz#4348847598359243f150e60c00d8743eda6c13f8" |
| 4056 | + integrity sha512-jsnYU9Y0DfFQCisY0IGxjmFrU6y3aqdBXBNohasxHiKHfuItkk4AUAQ+07MykJ+RiczXIYqYQNu5DvZAfCqKCA== |
| 4057 | + dependencies: |
| 4058 | + "@babel/parser" "^7.21.4" |
| 4059 | + "@babel/traverse" "^7.21.4" |
| 4060 | + "@babel/types" "^7.21.4" |
| 4061 | + recast "^0.23.1" |
4013 | 4062 |
|
4014 | 4063 |
|
4015 | 4064 | version "3.2.1"
|
|
4019 | 4068 | use-isomorphic-layout-effect "^1.0.0"
|
4020 | 4069 | use-sync-external-store "^1.0.0"
|
4021 | 4070 |
|
4022 |
| -"@xstate/tools-shared@1.2.0": |
4023 |
| - version "1.2.0" |
4024 |
| - resolved "https://registry.yarnpkg.com/@xstate/tools-shared/-/tools-shared-1.2.0.tgz#3ee4a0e684497d37dffd197e551c3488f080357a" |
4025 |
| - integrity sha512-qRy6ABjkgXFYkxHNc1GEFdGjAZWhUnud5zoICYgvieH8g/rOft+neRyaQadIdEjhTmzhSl5fsqFRWAj5pWGSsw== |
| 4071 | +"@xstate/tools-shared@^3.0.1": |
| 4072 | + version "3.0.1" |
| 4073 | + resolved "https://registry.yarnpkg.com/@xstate/tools-shared/-/tools-shared-3.0.1.tgz#33751ab13e0d44a7d33cb4fe4398b8a0130d4e51" |
| 4074 | + integrity sha512-XW00KB72i4XiQPiB0e4P7Fsn9TvYBxqVR0HNGGEkmvQ7l8FZM2FpzBDAriVH67XRUgI1crfNyisxXmGlpB5WYg== |
4026 | 4075 | dependencies:
|
4027 |
| - "@xstate/machine-extractor" "0.7.0" |
| 4076 | + "@xstate/machine-extractor" "^0.10.0" |
4028 | 4077 |
|
4029 | 4078 | "@yarnpkg/esbuild-plugin-pnp@^3.0.0-rc.10":
|
4030 | 4079 | version "3.0.0-rc.15"
|
@@ -4545,6 +4594,16 @@ browserslist@^4.21.3, browserslist@^4.21.5:
|
4545 | 4594 | node-releases "^2.0.8"
|
4546 | 4595 | update-browserslist-db "^1.0.10"
|
4547 | 4596 |
|
| 4597 | +browserslist@^4.21.9: |
| 4598 | + version "4.21.9" |
| 4599 | + resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.21.9.tgz#e11bdd3c313d7e2a9e87e8b4b0c7872b13897635" |
| 4600 | + integrity sha512-M0MFoZzbUrRU4KNfCrDLnvyE7gub+peetoTid3TBIqtunaDJyXlwhakT+/VkvSXcfIzFfK/nkCs4nmyTmxdNSg== |
| 4601 | + dependencies: |
| 4602 | + caniuse-lite "^1.0.30001503" |
| 4603 | + electron-to-chromium "^1.4.431" |
| 4604 | + node-releases "^2.0.12" |
| 4605 | + update-browserslist-db "^1.0.11" |
| 4606 | + |
4548 | 4607 |
|
4549 | 4608 | version "2.1.1"
|
4550 | 4609 | resolved "https://registry.yarnpkg.com/bser/-/bser-2.1.1.tgz#e6787da20ece9d07998533cfd9de6f5c38f4bc05"
|
@@ -4631,6 +4690,11 @@ caniuse-lite@^1.0.30001449, caniuse-lite@^1.0.30001473:
|
4631 | 4690 | resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001487.tgz#d882d1a34d89c11aea53b8cdc791931bdab5fe1b"
|
4632 | 4691 | integrity sha512-83564Z3yWGqXsh2vaH/mhXfEM0wX+NlBCm1jYHOb97TrTWJEmPTccZgeLTPBUUb0PNVo+oomb7wkimZBIERClA==
|
4633 | 4692 |
|
| 4693 | +caniuse-lite@^1.0.30001503: |
| 4694 | + version "1.0.30001515" |
| 4695 | + resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001515.tgz#418aefeed9d024cd3129bfae0ccc782d4cb8f12b" |
| 4696 | + integrity sha512-eEFDwUOZbE24sb+Ecsx3+OvNETqjWIdabMy52oOkIgcUtAsQifjUG9q4U9dgTHJM2mfk4uEPxc0+xuFdJ629QA== |
| 4697 | + |
4634 | 4698 |
|
4635 | 4699 | version "2.11.0"
|
4636 | 4700 | resolved "https://registry.yarnpkg.com/canvas/-/canvas-2.11.0.tgz#7f0c3e9ae94cf469269b5d3a7963a7f3a9936434"
|
@@ -5471,6 +5535,11 @@ electron-to-chromium@^1.4.284:
|
5471 | 5535 | resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.305.tgz#e4dfe3e06ab783f33171f9bde9e8ed092510fcd0"
|
5472 | 5536 | integrity sha512-WETy6tG0CT5gm1O+xCbyapWNsCcmIvrn4NHViIGYo2AT8FV2qUCXdaB+WqYxSv/vS5mFqhBYnfZAAkVArjBmUg==
|
5473 | 5537 |
|
| 5538 | +electron-to-chromium@^1.4.431: |
| 5539 | + version "1.4.457" |
| 5540 | + resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.457.tgz#3fdc7b4f97d628ac6b51e8b4b385befb362fe343" |
| 5541 | + integrity sha512-/g3UyNDmDd6ebeWapmAoiyy+Sy2HyJ+/X8KyvNeHfKRFfHaA2W8oF5fxD5F3tjBDcjpwo0iek6YNgxNXDBoEtA== |
| 5542 | + |
5474 | 5543 | emittery@^0.13.1:
|
5475 | 5544 | version "0.13.1"
|
5476 | 5545 | resolved "https://registry.yarnpkg.com/emittery/-/emittery-0.13.1.tgz#c04b8c3457490e0847ae51fced3af52d338e3dad"
|
@@ -9054,6 +9123,11 @@ node-int64@^0.4.0:
|
9054 | 9123 | resolved "https://registry.yarnpkg.com/node-int64/-/node-int64-0.4.0.tgz#87a9065cdb355d3182d8f94ce11188b825c68a3b"
|
9055 | 9124 | integrity sha512-O5lz91xSOeoXP6DulyHfllpq+Eg00MWitZIbtPfoSEvqIHdl5gfcY6hYzDWnj0qD5tz52PI08u9qUvSVeUBeHw==
|
9056 | 9125 |
|
| 9126 | +node-releases@^2.0.12: |
| 9127 | + version "2.0.13" |
| 9128 | + resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.13.tgz#d5ed1627c23e3461e819b02e57b75e4899b1c81d" |
| 9129 | + integrity sha512-uYr7J37ae/ORWdZeQ1xxMJe3NtdmqMC/JZK+geofDrkLUApKRHPd18/TxtBOJ4A0/+uUIliorNrfYV6s1b02eQ== |
| 9130 | + |
9057 | 9131 | node-releases@^2.0.8:
|
9058 | 9132 | version "2.0.10"
|
9059 | 9133 | resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.10.tgz#c311ebae3b6a148c89b1813fd7c4d3c024ef537f"
|
|
9490 | 9564 | resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.1.tgz#4e1fd11c34e2421bc1da9aea9bd8127cd0a35efc"
|
9491 | 9565 | integrity sha512-lqGoSJBQNJidqCHE80vqZJHWHRFoNYsSpP9AjFhlhi9ODCJA541svILes/+/1GM3VaL/abZi7cpFzOpdR9UPKg==
|
9492 | 9566 |
|
9493 |
| -prettier@^2.8.0: |
9494 |
| - version "2.8.7" |
9495 |
| - resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.7.tgz#bb79fc8729308549d28fe3a98fce73d2c0656450" |
9496 |
| - integrity sha512-yPngTo3aXUUmyuTjeTUT75txrf+aMh9FiD7q9ZE/i6r0bPb22g4FsE6Y338PQX1bmfy08i9QQCB7/rcUAVntfw== |
| 9567 | +prettier@^2.8.0, prettier@^2.8.7: |
| 9568 | + version "2.8.8" |
| 9569 | + resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.8.tgz#e8c5d7e98a4305ffe3de2e1fc4aca1a71c28b1da" |
| 9570 | + integrity sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q== |
9497 | 9571 |
|
9498 | 9572 |
|
9499 | 9573 | version "6.1.0"
|
@@ -11459,6 +11533,14 @@ update-browserslist-db@^1.0.10:
|
11459 | 11533 | escalade "^3.1.1"
|
11460 | 11534 | picocolors "^1.0.0"
|
11461 | 11535 |
|
| 11536 | +update-browserslist-db@^1.0.11: |
| 11537 | + version "1.0.11" |
| 11538 | + resolved "https://registry.yarnpkg.com/update-browserslist-db/-/update-browserslist-db-1.0.11.tgz#9a2a641ad2907ae7b3616506f4b977851db5b940" |
| 11539 | + integrity sha512-dCwEFf0/oT85M1fHBg4F0jtLwJrutGoHSQXCh7u4o2t1drG+c0a9Flnqww6XUKSfQMPpJBRjU8d4RXB09qtvaA== |
| 11540 | + dependencies: |
| 11541 | + escalade "^3.1.1" |
| 11542 | + picocolors "^1.0.0" |
| 11543 | + |
11462 | 11544 | uri-js@^4.2.2:
|
11463 | 11545 | version "4.4.1"
|
11464 | 11546 | resolved "https://registry.yarnpkg.com/uri-js/-/uri-js-4.4.1.tgz#9b1a52595225859e55f669d928f88c6c57f2a77e"
|
@@ -11841,10 +11923,10 @@ xmlchars@^2.2.0:
|
11841 | 11923 | resolved "https://registry.yarnpkg.com/xmlchars/-/xmlchars-2.2.0.tgz#060fe1bcb7f9c76fe2a17db86a9bc3ab894210cb"
|
11842 | 11924 | integrity sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==
|
11843 | 11925 |
|
11844 |
| -xstate@4.37.2, xstate@^4.29.0: |
11845 |
| - version "4.37.2" |
11846 |
| - resolved "https://registry.yarnpkg.com/xstate/-/xstate-4.37.2.tgz#c5f4c1d8062784238b91e2dfddca05f821cb4eac" |
11847 |
| - integrity sha512-Qm337O49CRTZ3PRyRuK6b+kvI+D3JGxXIZCTul+xEsyFCVkTFDt5jixaL1nBWcUBcaTQ9um/5CRGVItPi7fveg== |
| 11926 | +xstate@4.38.1, xstate@^4.33.4: |
| 11927 | + version "4.38.1" |
| 11928 | + resolved "https://registry.yarnpkg.com/xstate/-/xstate-4.38.1.tgz#9be54c2dfc44d1d566c697393921edaf6d3c9998" |
| 11929 | + integrity sha512-1gBUcFWBj/rv/pRcP2Bedl5sNRGX2d36CaOx9z7fE9uSiHaOEHIWzLg1B853q2xdUHUA9pEiWKjLZ3can4SJaQ== |
11848 | 11930 |
|
11849 | 11931 | xtend@^4.0.0, xtend@~4.0.1:
|
11850 | 11932 | version "4.0.2"
|
|
0 commit comments