|
69 | 69 | "@babel/highlight" "^7.22.13"
|
70 | 70 | chalk "^2.4.2"
|
71 | 71 |
|
72 |
| -"@babel/compat-data@^7.20.5", "@babel/compat-data@^7.22.6", "@babel/compat-data@^7.22.9", "@babel/compat-data@^7.23.2": |
| 72 | +"@babel/compat-data@^7.20.5", "@babel/compat-data@^7.22.6", "@babel/compat-data@^7.23.2": |
73 | 73 | version "7.23.2"
|
74 | 74 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.23.2.tgz#6a12ced93455827037bfb5ed8492820d60fc32cc"
|
75 | 75 | integrity sha512-0S9TQMmDHlqAZ2ITT95irXKfxN9bncq8ZCoJhun3nHL/lLUxd2NKBJYoNGWH7S0hz6fRQwWlAWn/ILM0C70KZQ==
|
76 | 76 |
|
| 77 | +"@babel/compat-data@^7.22.9": |
| 78 | + version "7.23.3" |
| 79 | + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.23.3.tgz#3febd552541e62b5e883a25eb3effd7c7379db11" |
| 80 | + integrity sha512-BmR4bWbDIoFJmJ9z2cZ8Gmm2MXgEDgjdWgpKmKWUt54UGFJdlj31ECtbaDvCG/qVdG3AQ1SfpZEs01lUFbzLOQ== |
| 81 | + |
77 | 82 | "@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.13.8", "@babel/core@^7.14.0", "@babel/core@^7.16.7", "@babel/core@^7.20.12":
|
78 |
| - version "7.23.2" |
79 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.23.2.tgz#ed10df0d580fff67c5f3ee70fd22e2e4c90a9f94" |
80 |
| - integrity sha512-n7s51eWdaWZ3vGT2tD4T7J6eJs3QoBXydv7vkUM06Bf1cbVD2Kc2UrkzhiQwobfV7NwOnQXYL7UBJ5VPU+RGoQ== |
| 83 | + version "7.23.3" |
| 84 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.23.3.tgz#5ec09c8803b91f51cc887dedc2654a35852849c9" |
| 85 | + integrity sha512-Jg+msLuNuCJDyBvFv5+OKOUjWMZgd85bKjbICd3zWrKAo+bJ49HJufi7CQE0q0uR8NGyO6xkCACScNqyjHSZew== |
81 | 86 | dependencies:
|
82 | 87 | "@ampproject/remapping" "^2.2.0"
|
83 | 88 | "@babel/code-frame" "^7.22.13"
|
84 |
| - "@babel/generator" "^7.23.0" |
| 89 | + "@babel/generator" "^7.23.3" |
85 | 90 | "@babel/helper-compilation-targets" "^7.22.15"
|
86 |
| - "@babel/helper-module-transforms" "^7.23.0" |
| 91 | + "@babel/helper-module-transforms" "^7.23.3" |
87 | 92 | "@babel/helpers" "^7.23.2"
|
88 |
| - "@babel/parser" "^7.23.0" |
| 93 | + "@babel/parser" "^7.23.3" |
89 | 94 | "@babel/template" "^7.22.15"
|
90 |
| - "@babel/traverse" "^7.23.2" |
91 |
| - "@babel/types" "^7.23.0" |
| 95 | + "@babel/traverse" "^7.23.3" |
| 96 | + "@babel/types" "^7.23.3" |
92 | 97 | convert-source-map "^2.0.0"
|
93 | 98 | debug "^4.1.0"
|
94 | 99 | gensync "^1.0.0-beta.2"
|
95 | 100 | json5 "^2.2.3"
|
96 | 101 | semver "^6.3.1"
|
97 | 102 |
|
98 | 103 | "@babel/eslint-parser@^7.13.8", "@babel/eslint-parser@^7.16.5", "@babel/eslint-parser@^7.19.1":
|
99 |
| - version "7.22.15" |
100 |
| - resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.22.15.tgz#263f059c476e29ca4972481a17b8b660cb025a34" |
101 |
| - integrity sha512-yc8OOBIQk1EcRrpizuARSQS0TWAcOMpEJ1aafhNznaeYkeL+OhqnDObGFylB8ka8VFF/sZc+S4RzHyO+3LjQxg== |
| 104 | + version "7.23.3" |
| 105 | + resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.23.3.tgz#7bf0db1c53b54da0c8a12627373554a0828479ca" |
| 106 | + integrity sha512-9bTuNlyx7oSstodm1cR1bECj4fkiknsDa1YniISkJemMY3DGhJNYBECbe6QD/q54mp2J8VO66jW3/7uP//iFCw== |
102 | 107 | dependencies:
|
103 | 108 | "@nicolo-ribaudo/eslint-scope-5-internals" "5.1.1-v1"
|
104 | 109 | eslint-visitor-keys "^2.1.0"
|
|
111 | 116 | dependencies:
|
112 | 117 | eslint-rule-composer "^0.3.0"
|
113 | 118 |
|
114 |
| -"@babel/generator@^7.14.0", "@babel/generator@^7.20.14", "@babel/generator@^7.23.0": |
| 119 | +"@babel/generator@^7.14.0", "@babel/generator@^7.20.14": |
115 | 120 | version "7.23.0"
|
116 | 121 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.0.tgz#df5c386e2218be505b34837acbcb874d7a983420"
|
117 | 122 | integrity sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g==
|
|
121 | 126 | "@jridgewell/trace-mapping" "^0.3.17"
|
122 | 127 | jsesc "^2.5.1"
|
123 | 128 |
|
| 129 | +"@babel/generator@^7.23.0", "@babel/generator@^7.23.3": |
| 130 | + version "7.23.3" |
| 131 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.3.tgz#86e6e83d95903fbe7613f448613b8b319f330a8e" |
| 132 | + integrity sha512-keeZWAV4LU3tW0qRi19HRpabC/ilM0HRBBzf9/k8FFiG4KVpiv0FIy4hHfLfFQZNhziCTPTmd59zoyv6DNISzg== |
| 133 | + dependencies: |
| 134 | + "@babel/types" "^7.23.3" |
| 135 | + "@jridgewell/gen-mapping" "^0.3.2" |
| 136 | + "@jridgewell/trace-mapping" "^0.3.17" |
| 137 | + jsesc "^2.5.1" |
| 138 | + |
124 | 139 | "@babel/generator@^7.7.2":
|
125 | 140 | version "7.22.15"
|
126 | 141 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.22.15.tgz#1564189c7ec94cb8f77b5e8a90c4d200d21b2339"
|
|
236 | 251 | "@babel/helper-split-export-declaration" "^7.22.6"
|
237 | 252 | "@babel/helper-validator-identifier" "^7.22.20"
|
238 | 253 |
|
| 254 | +"@babel/helper-module-transforms@^7.23.3": |
| 255 | + version "7.23.3" |
| 256 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.23.3.tgz#d7d12c3c5d30af5b3c0fcab2a6d5217773e2d0f1" |
| 257 | + integrity sha512-7bBs4ED9OmswdfDzpz4MpWgSrV7FXlc3zIagvLFjS5H+Mk7Snr21vQ6QwrsoCGMfNC4e4LQPdoULEt4ykz0SRQ== |
| 258 | + dependencies: |
| 259 | + "@babel/helper-environment-visitor" "^7.22.20" |
| 260 | + "@babel/helper-module-imports" "^7.22.15" |
| 261 | + "@babel/helper-simple-access" "^7.22.5" |
| 262 | + "@babel/helper-split-export-declaration" "^7.22.6" |
| 263 | + "@babel/helper-validator-identifier" "^7.22.20" |
| 264 | + |
239 | 265 | "@babel/helper-optimise-call-expression@^7.22.5":
|
240 | 266 | version "7.22.5"
|
241 | 267 | resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.22.5.tgz#f21531a9ccbff644fdd156b4077c16ff0c3f609e"
|
|
339 | 365 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.22.16.tgz#180aead7f247305cce6551bea2720934e2fa2c95"
|
340 | 366 | integrity sha512-+gPfKv8UWeKKeJTUxe59+OobVcrYHETCsORl61EmSkmgymguYk/X5bp7GuUIXaFsc6y++v8ZxPsLSSuujqDphA==
|
341 | 367 |
|
342 |
| -"@babel/parser@^7.14.0", "@babel/parser@^7.16.8", "@babel/parser@^7.20.13", "@babel/parser@^7.22.15", "@babel/parser@^7.23.0": |
| 368 | +"@babel/parser@^7.14.0", "@babel/parser@^7.16.8", "@babel/parser@^7.20.13": |
343 | 369 | version "7.23.0"
|
344 | 370 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719"
|
345 | 371 | integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw==
|
346 | 372 |
|
| 373 | +"@babel/parser@^7.22.15", "@babel/parser@^7.23.0", "@babel/parser@^7.23.3": |
| 374 | + version "7.23.3" |
| 375 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.3.tgz#0ce0be31a4ca4f1884b5786057cadcb6c3be58f9" |
| 376 | + integrity sha512-uVsWNvlVsIninV2prNz/3lHCb+5CJ+e+IUBfbjToAHODtfGYLfCFuY4AU7TskI+dAKk+njsPiBjq1gKTvZOBaw== |
| 377 | + |
347 | 378 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.22.15":
|
348 | 379 | version "7.22.15"
|
349 | 380 | 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.22.15.tgz#02dc8a03f613ed5fdc29fb2f728397c78146c962"
|
|
1173 | 1204 | "@babel/parser" "^7.22.15"
|
1174 | 1205 | "@babel/types" "^7.22.15"
|
1175 | 1206 |
|
1176 |
| -"@babel/traverse@^7.14.0", "@babel/traverse@^7.16.8", "@babel/traverse@^7.20.13", "@babel/traverse@^7.23.2": |
| 1207 | +"@babel/traverse@^7.14.0", "@babel/traverse@^7.16.8", "@babel/traverse@^7.20.13": |
1177 | 1208 | version "7.23.2"
|
1178 | 1209 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8"
|
1179 | 1210 | integrity sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw==
|
|
1189 | 1220 | debug "^4.1.0"
|
1190 | 1221 | globals "^11.1.0"
|
1191 | 1222 |
|
1192 |
| -"@babel/types@^7.0.0", "@babel/types@^7.0.0-beta.49", "@babel/types@^7.16.8", "@babel/types@^7.20.7", "@babel/types@^7.22.15", "@babel/types@^7.22.19", "@babel/types@^7.22.5", "@babel/types@^7.23.0", "@babel/types@^7.4.4": |
| 1223 | +"@babel/traverse@^7.23.2", "@babel/traverse@^7.23.3": |
| 1224 | + version "7.23.3" |
| 1225 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.3.tgz#26ee5f252e725aa7aca3474aa5b324eaf7908b5b" |
| 1226 | + integrity sha512-+K0yF1/9yR0oHdE0StHuEj3uTPzwwbrLGfNOndVJVV2TqA5+j3oljJUb4nmB954FLGjNem976+B+eDuLIjesiQ== |
| 1227 | + dependencies: |
| 1228 | + "@babel/code-frame" "^7.22.13" |
| 1229 | + "@babel/generator" "^7.23.3" |
| 1230 | + "@babel/helper-environment-visitor" "^7.22.20" |
| 1231 | + "@babel/helper-function-name" "^7.23.0" |
| 1232 | + "@babel/helper-hoist-variables" "^7.22.5" |
| 1233 | + "@babel/helper-split-export-declaration" "^7.22.6" |
| 1234 | + "@babel/parser" "^7.23.3" |
| 1235 | + "@babel/types" "^7.23.3" |
| 1236 | + debug "^4.1.0" |
| 1237 | + globals "^11.1.0" |
| 1238 | + |
| 1239 | +"@babel/types@^7.0.0", "@babel/types@^7.0.0-beta.49", "@babel/types@^7.16.8", "@babel/types@^7.20.7", "@babel/types@^7.22.19", "@babel/types@^7.4.4": |
1193 | 1240 | version "7.23.0"
|
1194 | 1241 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.0.tgz#8c1f020c9df0e737e4e247c0619f58c68458aaeb"
|
1195 | 1242 | integrity sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg==
|
|
1198 | 1245 | "@babel/helper-validator-identifier" "^7.22.20"
|
1199 | 1246 | to-fast-properties "^2.0.0"
|
1200 | 1247 |
|
| 1248 | +"@babel/types@^7.22.15", "@babel/types@^7.22.5", "@babel/types@^7.23.0", "@babel/types@^7.23.3": |
| 1249 | + version "7.23.3" |
| 1250 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.3.tgz#d5ea892c07f2ec371ac704420f4dcdb07b5f9598" |
| 1251 | + integrity sha512-OZnvoH2l8PK5eUvEcUyCt/sXgr/h+UWpVuBbOljwcrAgUl6lpchoQ++PHGyQy1AtYnVA6CEq3y5xeEI10brpXw== |
| 1252 | + dependencies: |
| 1253 | + "@babel/helper-string-parser" "^7.22.5" |
| 1254 | + "@babel/helper-validator-identifier" "^7.22.20" |
| 1255 | + to-fast-properties "^2.0.0" |
| 1256 | + |
1201 | 1257 | "@babel/types@^7.3.3":
|
1202 | 1258 | version "7.22.19"
|
1203 | 1259 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.22.19.tgz#7425343253556916e440e662bb221a93ddb75684"
|
@@ -4127,11 +4183,16 @@ caniuse-api@^3.0.0:
|
4127 | 4183 | lodash.memoize "^4.1.2"
|
4128 | 4184 | lodash.uniq "^4.5.0"
|
4129 | 4185 |
|
4130 |
| -caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001538, caniuse-lite@^1.0.30001541: |
| 4186 | +caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001538: |
4131 | 4187 | version "1.0.30001558"
|
4132 | 4188 | resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001558.tgz#d2c6e21fdbfe83817f70feab902421a19b7983ee"
|
4133 | 4189 | integrity sha512-/Et7DwLqpjS47JPEcz6VnxU9PwcIdVi0ciLXRWBQdj1XFye68pSQYpV0QtPTfUKWuOaEig+/Vez2l74eDc1tPQ==
|
4134 | 4190 |
|
| 4191 | +caniuse-lite@^1.0.30001541: |
| 4192 | + version "1.0.30001561" |
| 4193 | + resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001561.tgz#752f21f56f96f1b1a52e97aae98c57c562d5d9da" |
| 4194 | + integrity sha512-NTt0DNoKe958Q0BE0j0c1V9jbUzhBxHIEJy7asmGrpE0yG63KTV7PLHPnK2E1O9RsQrQ081I3NLuXGS6zht3cw== |
| 4195 | + |
4135 | 4196 | capital-case@^1.0.4:
|
4136 | 4197 | version "1.0.4"
|
4137 | 4198 | resolved "https://registry.yarnpkg.com/capital-case/-/capital-case-1.0.4.tgz#9d130292353c9249f6b00fa5852bee38a717e669"
|
|
5185 | 5246 | integrity sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==
|
5186 | 5247 |
|
5187 | 5248 | electron-to-chromium@^1.4.535:
|
5188 |
| - version "1.4.569" |
5189 |
| - resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.569.tgz#1298b67727187ffbaac005a7425490d157f3ad03" |
5190 |
| - integrity sha512-LsrJjZ0IbVy12ApW3gpYpcmHS3iRxH4bkKOW98y1/D+3cvDUWGcbzbsFinfUS8knpcZk/PG/2p/RnkMCYN7PVg== |
| 5249 | + version "1.4.581" |
| 5250 | + resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.581.tgz#23b684c67bf56d4284e95598c05a5d266653b6d8" |
| 5251 | + integrity sha512-6uhqWBIapTJUxgPTCHH9sqdbxIMPt7oXl0VcAL1kOtlU6aECdcMncCrX5Z7sHQ/invtrC9jUQUef7+HhO8vVFw== |
5191 | 5252 |
|
5192 | 5253 | emittery@^0.13.1:
|
5193 | 5254 | version "0.13.1"
|
|
0 commit comments