|
24 | 24 | dependencies:
|
25 | 25 | "@babel/highlight" "^7.18.6"
|
26 | 26 |
|
27 |
| -"@babel/compat-data@^7.19.1": |
28 |
| - version "7.19.1" |
29 |
| - resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.19.1.tgz#72d647b4ff6a4f82878d184613353af1dd0290f9" |
30 |
| - integrity sha512-72a9ghR0gnESIa7jBN53U32FOVCEoztyIlKaNoU05zRhEecduGK9L9c3ww7Mp06JiR+0ls0GBPFJQwwtjn9ksg== |
| 27 | +"@babel/compat-data@^7.19.3": |
| 28 | + version "7.19.3" |
| 29 | + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.19.3.tgz#707b939793f867f5a73b2666e6d9a3396eb03151" |
| 30 | + integrity sha512-prBHMK4JYYK+wDjJF1q99KK4JLL+egWS4nmNqdlMUgCExMZ+iZW0hGhyC3VEbsPjvaN0TBhW//VIFwBrk8sEiw== |
31 | 31 |
|
32 | 32 | "@babel/core@^7.1.0", "@babel/core@^7.12.3", "@babel/core@^7.7.2", "@babel/core@^7.8.0":
|
33 |
| - version "7.19.1" |
34 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.19.1.tgz#c8fa615c5e88e272564ace3d42fbc8b17bfeb22b" |
35 |
| - integrity sha512-1H8VgqXme4UXCRv7/Wa1bq7RVymKOzC7znjyFM8KiEzwFqcKUKYNoQef4GhdklgNvoBXyW4gYhuBNCM5o1zImw== |
| 33 | + version "7.19.3" |
| 34 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.19.3.tgz#2519f62a51458f43b682d61583c3810e7dcee64c" |
| 35 | + integrity sha512-WneDJxdsjEvyKtXKsaBGbDeiyOjR5vYq4HcShxnIbG0qixpoHjI3MqeZM9NDvsojNCEBItQE4juOo/bU6e72gQ== |
36 | 36 | dependencies:
|
37 | 37 | "@ampproject/remapping" "^2.1.0"
|
38 | 38 | "@babel/code-frame" "^7.18.6"
|
39 |
| - "@babel/generator" "^7.19.0" |
40 |
| - "@babel/helper-compilation-targets" "^7.19.1" |
| 39 | + "@babel/generator" "^7.19.3" |
| 40 | + "@babel/helper-compilation-targets" "^7.19.3" |
41 | 41 | "@babel/helper-module-transforms" "^7.19.0"
|
42 | 42 | "@babel/helpers" "^7.19.0"
|
43 |
| - "@babel/parser" "^7.19.1" |
| 43 | + "@babel/parser" "^7.19.3" |
44 | 44 | "@babel/template" "^7.18.10"
|
45 |
| - "@babel/traverse" "^7.19.1" |
46 |
| - "@babel/types" "^7.19.0" |
| 45 | + "@babel/traverse" "^7.19.3" |
| 46 | + "@babel/types" "^7.19.3" |
47 | 47 | convert-source-map "^1.7.0"
|
48 | 48 | debug "^4.1.0"
|
49 | 49 | gensync "^1.0.0-beta.2"
|
50 | 50 | json5 "^2.2.1"
|
51 | 51 | semver "^6.3.0"
|
52 | 52 |
|
53 |
| -"@babel/generator@^7.19.0", "@babel/generator@^7.7.2": |
54 |
| - version "7.19.0" |
55 |
| - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.19.0.tgz#785596c06425e59334df2ccee63ab166b738419a" |
56 |
| - integrity sha512-S1ahxf1gZ2dpoiFgA+ohK9DIpz50bJ0CWs7Zlzb54Z4sG8qmdIrGrVqmy1sAtTVRb+9CU6U8VqT9L0Zj7hxHVg== |
| 53 | +"@babel/generator@^7.19.3", "@babel/generator@^7.7.2": |
| 54 | + version "7.19.3" |
| 55 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.19.3.tgz#d7f4d1300485b4547cb6f94b27d10d237b42bf59" |
| 56 | + integrity sha512-fqVZnmp1ncvZU757UzDheKZpfPgatqY59XtW2/j/18H7u76akb8xqvjw82f+i2UKd/ksYsSick/BCLQUUtJ/qQ== |
57 | 57 | dependencies:
|
58 |
| - "@babel/types" "^7.19.0" |
| 58 | + "@babel/types" "^7.19.3" |
59 | 59 | "@jridgewell/gen-mapping" "^0.3.2"
|
60 | 60 | jsesc "^2.5.1"
|
61 | 61 |
|
62 |
| -"@babel/helper-compilation-targets@^7.19.1": |
63 |
| - version "7.19.1" |
64 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.19.1.tgz#7f630911d83b408b76fe584831c98e5395d7a17c" |
65 |
| - integrity sha512-LlLkkqhCMyz2lkQPvJNdIYU7O5YjWRgC2R4omjCTpZd8u8KMQzZvX4qce+/BluN1rcQiV7BoGUpmQ0LeHerbhg== |
| 62 | +"@babel/helper-compilation-targets@^7.19.3": |
| 63 | + version "7.19.3" |
| 64 | + resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.19.3.tgz#a10a04588125675d7c7ae299af86fa1b2ee038ca" |
| 65 | + integrity sha512-65ESqLGyGmLvgR0mst5AdW1FkNlj9rQsCKduzEoEPhBCDFGXvz2jW6bXFG6i0/MrV2s7hhXjjb2yAzcPuQlLwg== |
66 | 66 | dependencies:
|
67 |
| - "@babel/compat-data" "^7.19.1" |
| 67 | + "@babel/compat-data" "^7.19.3" |
68 | 68 | "@babel/helper-validator-option" "^7.18.6"
|
69 | 69 | browserslist "^4.21.3"
|
70 | 70 | semver "^6.3.0"
|
|
134 | 134 | resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.18.10.tgz#181f22d28ebe1b3857fa575f5c290b1aaf659b56"
|
135 | 135 | integrity sha512-XtIfWmeNY3i4t7t4D2t02q50HvqHybPqW2ki1kosnvWCwuCMeo81Jf0gwr85jy/neUdg5XDdeFE/80DXiO+njw==
|
136 | 136 |
|
137 |
| -"@babel/helper-validator-identifier@^7.18.6": |
| 137 | +"@babel/helper-validator-identifier@^7.18.6", "@babel/helper-validator-identifier@^7.19.1": |
138 | 138 | version "7.19.1"
|
139 | 139 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz#7eea834cf32901ffdc1a7ee555e2f9c27e249ca2"
|
140 | 140 | integrity sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==
|
|
162 | 162 | chalk "^2.0.0"
|
163 | 163 | js-tokens "^4.0.0"
|
164 | 164 |
|
165 |
| -"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.18.10", "@babel/parser@^7.19.1", "@babel/parser@^7.7.0": |
166 |
| - version "7.19.1" |
167 |
| - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.19.1.tgz#6f6d6c2e621aad19a92544cc217ed13f1aac5b4c" |
168 |
| - integrity sha512-h7RCSorm1DdTVGJf3P2Mhj3kdnkmF/EiysUkzS2TdgAYqyjFdMQJbVuXOBej2SBJaXan/lIVtT6KkGbyyq753A== |
| 165 | +"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.18.10", "@babel/parser@^7.19.3", "@babel/parser@^7.7.0": |
| 166 | + version "7.19.3" |
| 167 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.19.3.tgz#8dd36d17c53ff347f9e55c328710321b49479a9a" |
| 168 | + integrity sha512-pJ9xOlNWHiy9+FuFP09DEAFbAn4JskgRsVcc169w2xRBC3FRGuQEwjeIMMND9L2zc0iEhO/tGv4Zq+km+hxNpQ== |
169 | 169 |
|
170 | 170 | "@babel/plugin-syntax-async-generators@^7.8.4":
|
171 | 171 | version "7.8.4"
|
|
267 | 267 | "@babel/parser" "^7.18.10"
|
268 | 268 | "@babel/types" "^7.18.10"
|
269 | 269 |
|
270 |
| -"@babel/traverse@^7.19.0", "@babel/traverse@^7.19.1", "@babel/traverse@^7.7.0", "@babel/traverse@^7.7.2": |
271 |
| - version "7.19.1" |
272 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.19.1.tgz#0fafe100a8c2a603b4718b1d9bf2568d1d193347" |
273 |
| - integrity sha512-0j/ZfZMxKukDaag2PtOPDbwuELqIar6lLskVPPJDjXMXjfLb1Obo/1yjxIGqqAJrmfaTIY3z2wFLAQ7qSkLsuA== |
| 270 | +"@babel/traverse@^7.19.0", "@babel/traverse@^7.19.3", "@babel/traverse@^7.7.0", "@babel/traverse@^7.7.2": |
| 271 | + version "7.19.3" |
| 272 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.19.3.tgz#3a3c5348d4988ba60884e8494b0592b2f15a04b4" |
| 273 | + integrity sha512-qh5yf6149zhq2sgIXmwjnsvmnNQC2iw70UFjp4olxucKrWd/dvlUsBI88VSLUsnMNF7/vnOiA+nk1+yLoCqROQ== |
274 | 274 | dependencies:
|
275 | 275 | "@babel/code-frame" "^7.18.6"
|
276 |
| - "@babel/generator" "^7.19.0" |
| 276 | + "@babel/generator" "^7.19.3" |
277 | 277 | "@babel/helper-environment-visitor" "^7.18.9"
|
278 | 278 | "@babel/helper-function-name" "^7.19.0"
|
279 | 279 | "@babel/helper-hoist-variables" "^7.18.6"
|
280 | 280 | "@babel/helper-split-export-declaration" "^7.18.6"
|
281 |
| - "@babel/parser" "^7.19.1" |
282 |
| - "@babel/types" "^7.19.0" |
| 281 | + "@babel/parser" "^7.19.3" |
| 282 | + "@babel/types" "^7.19.3" |
283 | 283 | debug "^4.1.0"
|
284 | 284 | globals "^11.1.0"
|
285 | 285 |
|
286 |
| -"@babel/types@^7.0.0", "@babel/types@^7.18.10", "@babel/types@^7.18.6", "@babel/types@^7.19.0", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.7.0": |
287 |
| - version "7.19.0" |
288 |
| - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.19.0.tgz#75f21d73d73dc0351f3368d28db73465f4814600" |
289 |
| - integrity sha512-YuGopBq3ke25BVSiS6fgF49Ul9gH1x70Bcr6bqRLjWCkcX8Hre1/5+z+IiWOIerRMSSEfGZVB9z9kyq7wVs9YA== |
| 286 | +"@babel/types@^7.0.0", "@babel/types@^7.18.10", "@babel/types@^7.18.6", "@babel/types@^7.19.0", "@babel/types@^7.19.3", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.7.0": |
| 287 | + version "7.19.3" |
| 288 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.19.3.tgz#fc420e6bbe54880bce6779ffaf315f5e43ec9624" |
| 289 | + integrity sha512-hGCaQzIY22DJlDh9CH7NOxgKkFjBk0Cw9xDO1Xmh2151ti7wiGfQ3LauXzL4HP1fmFlTX6XjpRETTpUcv7wQLw== |
290 | 290 | dependencies:
|
291 | 291 | "@babel/helper-string-parser" "^7.18.10"
|
292 |
| - "@babel/helper-validator-identifier" "^7.18.6" |
| 292 | + "@babel/helper-validator-identifier" "^7.19.1" |
293 | 293 | to-fast-properties "^2.0.0"
|
294 | 294 |
|
295 | 295 | "@bcoe/v8-coverage@^0.2.3":
|
|
776 | 776 | "@types/unist" "*"
|
777 | 777 |
|
778 | 778 | "@types/node@*":
|
779 |
| - version "18.7.21" |
780 |
| - resolved "https://registry.yarnpkg.com/@types/node/-/node-18.7.21.tgz#63ee6688070e456325b6748dc492a7b948593871" |
781 |
| - integrity sha512-rLFzK5bhM0YPyCoTC8bolBjMk7bwnZ8qeZUBslBfjZQou2ssJdWslx9CZ8DGM+Dx7QXQiiTVZ/6QO6kwtHkZCA== |
| 779 | + version "18.8.0" |
| 780 | + resolved "https://registry.yarnpkg.com/@types/node/-/node-18.8.0.tgz#b8ee8d83a99470c0661bd899417fcd77060682fe" |
| 781 | + integrity sha512-u+h43R6U8xXDt2vzUaVP3VwjjLyOJk6uEciZS8OSyziUQGOwmk+l+4drxcsDboHXwyTaqS1INebghmWMRxq3LA== |
782 | 782 |
|
783 | 783 | "@types/parse-json@^4.0.0":
|
784 | 784 | version "4.0.0"
|
@@ -1247,9 +1247,9 @@ camelcase@^6.2.0:
|
1247 | 1247 | integrity sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==
|
1248 | 1248 |
|
1249 | 1249 | caniuse-lite@^1.0.30001400:
|
1250 |
| - version "1.0.30001412" |
1251 |
| - resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001412.tgz#30f67d55a865da43e0aeec003f073ea8764d5d7c" |
1252 |
| - integrity sha512-+TeEIee1gS5bYOiuf+PS/kp2mrXic37Hl66VY6EAfxasIk5fELTktK2oOezYed12H8w7jt3s512PpulQidPjwA== |
| 1250 | + version "1.0.30001414" |
| 1251 | + resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001414.tgz#5f1715e506e71860b4b07c50060ea6462217611e" |
| 1252 | + integrity sha512-t55jfSaWjCdocnFdKQoO+d2ct9C59UZg4dY3OnUlSZ447r8pUtIKdp0hpAzrGFultmTC+Us+KpKi4GZl/LXlFg== |
1253 | 1253 |
|
1254 | 1254 | chalk@4.1.2, chalk@^4.0.0, chalk@^4.1.0, chalk@^4.1.1:
|
1255 | 1255 | version "4.1.2"
|
@@ -1679,9 +1679,9 @@ duplexer3@^0.1.4:
|
1679 | 1679 | integrity sha512-1A8za6ws41LQgv9HrE/66jyC5yuSjQ3L/KOpFtoBilsAK2iA2wuS5rTt1OCzIvtS2V7nVmedsUU+DGRcjBmOYA==
|
1680 | 1680 |
|
1681 | 1681 | electron-to-chromium@^1.4.251:
|
1682 |
| - version "1.4.262" |
1683 |
| - resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.262.tgz#25715dfbae4c2e0640517cba184715241ecd8e63" |
1684 |
| - integrity sha512-Ckn5haqmGh/xS8IbcgK3dnwAVnhDyo/WQnklWn6yaMucYTq7NNxwlGE8ElzEOnonzRLzUCo2Ot3vUb2GYUF2Hw== |
| 1682 | + version "1.4.270" |
| 1683 | + resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.270.tgz#2c6ea409b45cdb5c3e0cb2c08cf6c0ba7e0f2c26" |
| 1684 | + integrity sha512-KNhIzgLiJmDDC444dj9vEOpZEgsV96ult9Iff98Vanumn+ShJHd5se8aX6KeVxdc0YQeqdrezBZv89rleDbvSg== |
1685 | 1685 |
|
1686 | 1686 | emittery@^0.8.1:
|
1687 | 1687 | version "0.8.1"
|
@@ -4822,9 +4822,9 @@ socks-proxy-agent@^4.0.0:
|
4822 | 4822 | socks "~2.3.2"
|
4823 | 4823 |
|
4824 | 4824 | socks@^2.3.3:
|
4825 |
| - version "2.7.0" |
4826 |
| - resolved "https://registry.yarnpkg.com/socks/-/socks-2.7.0.tgz#f9225acdb841e874dca25f870e9130990f3913d0" |
4827 |
| - integrity sha512-scnOe9y4VuiNUULJN72GrM26BNOjVsfPXI+j+98PkyEfsIXroa5ofyjT+FzGvn/xHs73U2JtoBYAVx9Hl4quSA== |
| 4825 | + version "2.7.1" |
| 4826 | + resolved "https://registry.yarnpkg.com/socks/-/socks-2.7.1.tgz#d8e651247178fde79c0663043e07240196857d55" |
| 4827 | + integrity sha512-7maUZy1N7uo6+WVEX6psASxtNlKaNVMlGQKkG/63nEDdLOWNbiUMoLK7X4uYoLhQstau72mLgfEWcXcwsaHbYQ== |
4828 | 4828 | dependencies:
|
4829 | 4829 | ip "^2.0.0"
|
4830 | 4830 | smart-buffer "^4.2.0"
|
|
0 commit comments