|
56 | 56 | semver "^6.3.0"
|
57 | 57 |
|
58 | 58 | "@babel/core@^7.11.6":
|
59 |
| - version "7.19.3" |
60 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.19.3.tgz#2519f62a51458f43b682d61583c3810e7dcee64c" |
61 |
| - integrity sha512-WneDJxdsjEvyKtXKsaBGbDeiyOjR5vYq4HcShxnIbG0qixpoHjI3MqeZM9NDvsojNCEBItQE4juOo/bU6e72gQ== |
| 59 | + version "7.19.6" |
| 60 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.19.6.tgz#7122ae4f5c5a37c0946c066149abd8e75f81540f" |
| 61 | + integrity sha512-D2Ue4KHpc6Ys2+AxpIx1BZ8+UegLLLE2p3KJEuJRKmokHOtl49jQ5ny1773KsGLZs8MQvBidAF6yWUJxRqtKtg== |
62 | 62 | dependencies:
|
63 | 63 | "@ampproject/remapping" "^2.1.0"
|
64 | 64 | "@babel/code-frame" "^7.18.6"
|
65 |
| - "@babel/generator" "^7.19.3" |
| 65 | + "@babel/generator" "^7.19.6" |
66 | 66 | "@babel/helper-compilation-targets" "^7.19.3"
|
67 |
| - "@babel/helper-module-transforms" "^7.19.0" |
68 |
| - "@babel/helpers" "^7.19.0" |
69 |
| - "@babel/parser" "^7.19.3" |
| 67 | + "@babel/helper-module-transforms" "^7.19.6" |
| 68 | + "@babel/helpers" "^7.19.4" |
| 69 | + "@babel/parser" "^7.19.6" |
70 | 70 | "@babel/template" "^7.18.10"
|
71 |
| - "@babel/traverse" "^7.19.3" |
72 |
| - "@babel/types" "^7.19.3" |
| 71 | + "@babel/traverse" "^7.19.6" |
| 72 | + "@babel/types" "^7.19.4" |
73 | 73 | convert-source-map "^1.7.0"
|
74 | 74 | debug "^4.1.0"
|
75 | 75 | gensync "^1.0.0-beta.2"
|
|
94 | 94 | "@jridgewell/gen-mapping" "^0.1.0"
|
95 | 95 | jsesc "^2.5.1"
|
96 | 96 |
|
97 |
| -"@babel/generator@^7.19.3", "@babel/generator@^7.19.4": |
| 97 | +"@babel/generator@^7.19.4": |
98 | 98 | version "7.19.5"
|
99 | 99 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.19.5.tgz#da3f4b301c8086717eee9cab14da91b1fa5dcca7"
|
100 | 100 | integrity sha512-DxbNz9Lz4aMZ99qPpO1raTbcrI1ZeYh+9NR9qhfkQIbFtVEqotHojEBxHzmxhVONkGt6VyrqVQcgpefMy9pqcg==
|
|
103 | 103 | "@jridgewell/gen-mapping" "^0.3.2"
|
104 | 104 | jsesc "^2.5.1"
|
105 | 105 |
|
| 106 | +"@babel/generator@^7.19.6": |
| 107 | + version "7.19.6" |
| 108 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.19.6.tgz#9e481a3fe9ca6261c972645ae3904ec0f9b34a1d" |
| 109 | + integrity sha512-oHGRUQeoX1QrKeJIKVe0hwjGqNnVYsM5Nep5zo0uE0m42sLH+Fsd2pStJ5sRM1bNyTUUoz0pe2lTeMJrb/taTA== |
| 110 | + dependencies: |
| 111 | + "@babel/types" "^7.19.4" |
| 112 | + "@jridgewell/gen-mapping" "^0.3.2" |
| 113 | + jsesc "^2.5.1" |
| 114 | + |
106 | 115 | "@babel/generator@^7.7.2":
|
107 | 116 | version "7.17.3"
|
108 | 117 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.17.3.tgz#a2c30b0c4f89858cb87050c3ffdfd36bdf443200"
|
|
277 | 286 | "@babel/traverse" "^7.19.0"
|
278 | 287 | "@babel/types" "^7.19.0"
|
279 | 288 |
|
| 289 | +"@babel/helper-module-transforms@^7.19.6": |
| 290 | + version "7.19.6" |
| 291 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.19.6.tgz#6c52cc3ac63b70952d33ee987cbee1c9368b533f" |
| 292 | + integrity sha512-fCmcfQo/KYr/VXXDIyd3CBGZ6AFhPFy1TfSEJ+PilGVlQT6jcbqtHAM4C1EciRqMza7/TpOUZliuSH+U6HAhJw== |
| 293 | + dependencies: |
| 294 | + "@babel/helper-environment-visitor" "^7.18.9" |
| 295 | + "@babel/helper-module-imports" "^7.18.6" |
| 296 | + "@babel/helper-simple-access" "^7.19.4" |
| 297 | + "@babel/helper-split-export-declaration" "^7.18.6" |
| 298 | + "@babel/helper-validator-identifier" "^7.19.1" |
| 299 | + "@babel/template" "^7.18.10" |
| 300 | + "@babel/traverse" "^7.19.6" |
| 301 | + "@babel/types" "^7.19.4" |
| 302 | + |
280 | 303 | "@babel/helper-optimise-call-expression@^7.18.6":
|
281 | 304 | version "7.18.6"
|
282 | 305 | resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.18.6.tgz#9369aa943ee7da47edab2cb4e838acf09d290ffe"
|
|
317 | 340 | dependencies:
|
318 | 341 | "@babel/types" "^7.18.2"
|
319 | 342 |
|
320 |
| -"@babel/helper-simple-access@^7.18.6": |
| 343 | +"@babel/helper-simple-access@^7.18.6", "@babel/helper-simple-access@^7.19.4": |
321 | 344 | version "7.19.4"
|
322 | 345 | resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.19.4.tgz#be553f4951ac6352df2567f7daa19a0ee15668e7"
|
323 | 346 | integrity sha512-f9Xq6WqBFqaDfbCzn2w85hwklswz5qsKlh7f08w4Y9yhJHpnNC0QemtSkK5YyOY8kPGvyiwdzZksGUhnGdaUIg==
|
|
377 | 400 | "@babel/traverse" "^7.17.3"
|
378 | 401 | "@babel/types" "^7.17.0"
|
379 | 402 |
|
380 |
| -"@babel/helpers@^7.19.0": |
381 |
| - version "7.19.0" |
382 |
| - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.19.0.tgz#f30534657faf246ae96551d88dd31e9d1fa1fc18" |
383 |
| - integrity sha512-DRBCKGwIEdqY3+rPJgG/dKfQy9+08rHIAJx8q2p+HSWP87s2HCrQmaAMMyMll2kIXKCW0cO1RdQskx15Xakftg== |
| 403 | +"@babel/helpers@^7.19.4": |
| 404 | + version "7.19.4" |
| 405 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.19.4.tgz#42154945f87b8148df7203a25c31ba9a73be46c5" |
| 406 | + integrity sha512-G+z3aOx2nfDHwX/kyVii5fJq+bgscg89/dJNWpYeKeBv3v9xX8EIabmx1k6u9LS04H7nROFVRVK+e3k0VHp+sw== |
384 | 407 | dependencies:
|
385 | 408 | "@babel/template" "^7.18.10"
|
386 |
| - "@babel/traverse" "^7.19.0" |
387 |
| - "@babel/types" "^7.19.0" |
| 409 | + "@babel/traverse" "^7.19.4" |
| 410 | + "@babel/types" "^7.19.4" |
388 | 411 |
|
389 | 412 | "@babel/highlight@^7.16.7", "@babel/highlight@^7.18.6":
|
390 | 413 | version "7.18.6"
|
|
415 | 438 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.17.10.tgz#873b16db82a8909e0fbd7f115772f4b739f6ce78"
|
416 | 439 | integrity sha512-n2Q6i+fnJqzOaq2VkdXxy2TCPCWQZHiCo0XqmrCvDWcZQKRyZzYi4Z0yxlBuN0w+r2ZHmre+Q087DSrw3pbJDQ==
|
417 | 440 |
|
418 |
| -"@babel/parser@^7.18.10", "@babel/parser@^7.19.3", "@babel/parser@^7.19.4": |
419 |
| - version "7.19.4" |
420 |
| - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.19.4.tgz#03c4339d2b8971eb3beca5252bafd9b9f79db3dc" |
421 |
| - integrity sha512-qpVT7gtuOLjWeDTKLkJ6sryqLliBaFpAtGeqw5cs5giLldvh+Ch0plqnUMKoVAUS6ZEueQQiZV+p5pxtPitEsA== |
| 441 | +"@babel/parser@^7.18.10", "@babel/parser@^7.19.6": |
| 442 | + version "7.19.6" |
| 443 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.19.6.tgz#b923430cb94f58a7eae8facbffa9efd19130e7f8" |
| 444 | + integrity sha512-h1IUp81s2JYJ3mRkdxJgs4UvmSsRvDrx5ICSJbPvtWYv5i1nTBGcBpnog+89rAFMwvvru6E5NUHdBe01UeSzYA== |
422 | 445 |
|
423 | 446 | "@babel/parser@^7.18.6":
|
424 | 447 | version "7.18.11"
|
425 | 448 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.18.11.tgz#68bb07ab3d380affa9a3f96728df07969645d2d9"
|
426 | 449 | integrity sha512-9JKn5vN+hDt0Hdqn1PiJ2guflwP+B6Ga8qbDuoF0PzzVhrzsKIJo8yGqVk6CmMHiMei9w1C1Bp9IMJSIK+HPIQ==
|
427 | 450 |
|
| 451 | +"@babel/parser@^7.19.4": |
| 452 | + version "7.19.4" |
| 453 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.19.4.tgz#03c4339d2b8971eb3beca5252bafd9b9f79db3dc" |
| 454 | + integrity sha512-qpVT7gtuOLjWeDTKLkJ6sryqLliBaFpAtGeqw5cs5giLldvh+Ch0plqnUMKoVAUS6ZEueQQiZV+p5pxtPitEsA== |
| 455 | + |
428 | 456 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.18.6":
|
429 | 457 | version "7.18.6"
|
430 | 458 | 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"
|
|
1166 | 1194 | debug "^4.1.0"
|
1167 | 1195 | globals "^11.1.0"
|
1168 | 1196 |
|
1169 |
| -"@babel/traverse@^7.19.3": |
1170 |
| - version "7.19.3" |
1171 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.19.3.tgz#3a3c5348d4988ba60884e8494b0592b2f15a04b4" |
1172 |
| - integrity sha512-qh5yf6149zhq2sgIXmwjnsvmnNQC2iw70UFjp4olxucKrWd/dvlUsBI88VSLUsnMNF7/vnOiA+nk1+yLoCqROQ== |
| 1197 | +"@babel/traverse@^7.19.4", "@babel/traverse@^7.19.6": |
| 1198 | + version "7.19.6" |
| 1199 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.19.6.tgz#7b4c865611df6d99cb131eec2e8ac71656a490dc" |
| 1200 | + integrity sha512-6l5HrUCzFM04mfbG09AagtYyR2P0B71B1wN7PfSPiksDPz2k5H9CBC1tcZpz2M8OxbKTPccByoOJ22rUKbpmQQ== |
1173 | 1201 | dependencies:
|
1174 | 1202 | "@babel/code-frame" "^7.18.6"
|
1175 |
| - "@babel/generator" "^7.19.3" |
| 1203 | + "@babel/generator" "^7.19.6" |
1176 | 1204 | "@babel/helper-environment-visitor" "^7.18.9"
|
1177 | 1205 | "@babel/helper-function-name" "^7.19.0"
|
1178 | 1206 | "@babel/helper-hoist-variables" "^7.18.6"
|
1179 | 1207 | "@babel/helper-split-export-declaration" "^7.18.6"
|
1180 |
| - "@babel/parser" "^7.19.3" |
1181 |
| - "@babel/types" "^7.19.3" |
| 1208 | + "@babel/parser" "^7.19.6" |
| 1209 | + "@babel/types" "^7.19.4" |
1182 | 1210 | debug "^4.1.0"
|
1183 | 1211 | globals "^11.1.0"
|
1184 | 1212 |
|
|
1222 | 1250 | "@babel/helper-validator-identifier" "^7.16.7"
|
1223 | 1251 | to-fast-properties "^2.0.0"
|
1224 | 1252 |
|
1225 |
| -"@babel/types@^7.18.10", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.19.0", "@babel/types@^7.19.3", "@babel/types@^7.19.4", "@babel/types@^7.4.4": |
| 1253 | +"@babel/types@^7.18.10", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.19.0", "@babel/types@^7.19.4", "@babel/types@^7.4.4": |
1226 | 1254 | version "7.19.4"
|
1227 | 1255 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.19.4.tgz#0dd5c91c573a202d600490a35b33246fed8a41c7"
|
1228 | 1256 | integrity sha512-M5LK7nAeS6+9j7hAq+b3fQs+pNfUtTGq+yFFfHnauFA8zQtLRfmuipmsKDKKLuyG+wC8ABW43A153YNawNTEtw==
|
@@ -2821,9 +2849,9 @@ caniuse-lite@^1.0.30001370:
|
2821 | 2849 | integrity sha512-bWTlaXUy/rq0BBtYShc/jArYfBPjEV95euvZ8JVtO43oQExEN/WquoqpufFjNu4kSpi5cy5kMbNvzztWDfv1Jg==
|
2822 | 2850 |
|
2823 | 2851 | caniuse-lite@^1.0.30001400:
|
2824 |
| - version "1.0.30001420" |
2825 |
| - resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001420.tgz#f62f35f051e0b6d25532cf376776d41e45b47ef6" |
2826 |
| - integrity sha512-OnyeJ9ascFA9roEj72ok2Ikp7PHJTKubtEJIQ/VK3fdsS50q4KWy+Z5X0A1/GswEItKX0ctAp8n4SYDE7wTu6A== |
| 2852 | + version "1.0.30001423" |
| 2853 | + resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001423.tgz#57176d460aa8cd85ee1a72016b961eb9aca55d91" |
| 2854 | + integrity sha512-09iwWGOlifvE1XuHokFMP7eR38a0JnajoyL3/i87c8ZjRWRrdKo1fqjNfugfBD0UDBIOz0U+jtNhJ0EPm1VleQ== |
2827 | 2855 |
|
2828 | 2856 | chalk@^2.0.0, chalk@^2.4.1:
|
2829 | 2857 | version "2.4.2"
|
@@ -3093,13 +3121,18 @@ conventional-commits-parser@^3.2.2:
|
3093 | 3121 | split2 "^3.0.0"
|
3094 | 3122 | through2 "^4.0.0"
|
3095 | 3123 |
|
3096 |
| -convert-source-map@^1.4.0, convert-source-map@^1.5.0, convert-source-map@^1.6.0, convert-source-map@^1.7.0: |
| 3124 | +convert-source-map@^1.4.0, convert-source-map@^1.5.0, convert-source-map@^1.6.0: |
3097 | 3125 | version "1.8.0"
|
3098 | 3126 | resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.8.0.tgz#f3373c32d21b4d780dd8004514684fb791ca4369"
|
3099 | 3127 | integrity sha512-+OQdjP49zViI/6i7nIJpA8rAl4sV/JdPfU9nZs3VqOwGIgizICvuN2ru6fMd+4llL0tar18UYJXfZ/TWtmhUjA==
|
3100 | 3128 | dependencies:
|
3101 | 3129 | safe-buffer "~5.1.1"
|
3102 | 3130 |
|
| 3131 | +convert-source-map@^1.7.0: |
| 3132 | + version "1.9.0" |
| 3133 | + resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.9.0.tgz#7faae62353fb4213366d0ca98358d22e8368b05f" |
| 3134 | + integrity sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A== |
| 3135 | + |
3103 | 3136 |
|
3104 | 3137 | version "1.0.6"
|
3105 | 3138 | resolved "https://registry.yarnpkg.com/cookie-signature/-/cookie-signature-1.0.6.tgz#e303a882b342cc3ee8ca513a79999734dab3ae2c"
|
@@ -3541,9 +3574,9 @@ electron-to-chromium@^1.4.202:
|
3541 | 3574 | integrity sha512-Sh/7YsHqQYkA6ZHuHMy24e6TE4eX6KZVsZb9E/DvU1nQRIrH4BflO/4k+83tfdYvDl+MObvlqHPRICzEdC9c6Q==
|
3542 | 3575 |
|
3543 | 3576 | electron-to-chromium@^1.4.251:
|
3544 |
| - version "1.4.283" |
3545 |
| - resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.283.tgz#d4f263f5df402fd799c0a06255d580dcf8aa9a8e" |
3546 |
| - integrity sha512-g6RQ9zCOV+U5QVHW9OpFR7rdk/V7xfopNXnyAamdpFgCHgZ1sjI8VuR1+zG2YG/TZk+tQ8mpNkug4P8FU0fuOA== |
| 3577 | + version "1.4.284" |
| 3578 | + resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.284.tgz#61046d1e4cab3a25238f6bf7413795270f125592" |
| 3579 | + integrity sha512-M8WEXFuKXMYMVr45fo8mq0wUrrJHheiKZf6BArTKk9ZBYCKJEOU5H8cdWgDT+qCVZf7Na4lVUaZsA+h6uA9+PA== |
3547 | 3580 |
|
3548 | 3581 | emittery@^0.8.1:
|
3549 | 3582 | version "0.8.1"
|
|
0 commit comments