|
24 | 24 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.26.8.tgz#821c1d35641c355284d4a870b8a4a7b0c141e367"
|
25 | 25 | integrity sha512-oH5UPLMWR3L2wEFLnFJ1TZXqHufiTKAiLfqw5zkhS4dKXLJ10yVztfil/twG8EDTA4F/tvVNw9nOl4ZMslB8rQ==
|
26 | 26 |
|
| 27 | +"@babel/compat-data@^7.27.2": |
| 28 | + version "7.27.7" |
| 29 | + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.27.7.tgz#7fd698e531050cce432b073ab64857b99e0f3804" |
| 30 | + integrity sha512-xgu/ySj2mTiUFmdE9yCMfBxLp4DHd5DwmbbD05YAuICfodYT3VvRxbrh81LGQ/8UpSdtMdfKMn3KouYDX59DGQ== |
| 31 | + |
| 32 | +"@babel/core@^7.23.9": |
| 33 | + version "7.27.7" |
| 34 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.27.7.tgz#0ddeab1e7b17317dad8c3c3a887716f66b5c4428" |
| 35 | + integrity sha512-BU2f9tlKQ5CAthiMIgpzAh4eDTLWo1mqi9jqE2OxMG0E/OM199VJt2q8BztTxpnSW0i1ymdwLXRJnYzvDM5r2w== |
| 36 | + dependencies: |
| 37 | + "@ampproject/remapping" "^2.2.0" |
| 38 | + "@babel/code-frame" "^7.27.1" |
| 39 | + "@babel/generator" "^7.27.5" |
| 40 | + "@babel/helper-compilation-targets" "^7.27.2" |
| 41 | + "@babel/helper-module-transforms" "^7.27.3" |
| 42 | + "@babel/helpers" "^7.27.6" |
| 43 | + "@babel/parser" "^7.27.7" |
| 44 | + "@babel/template" "^7.27.2" |
| 45 | + "@babel/traverse" "^7.27.7" |
| 46 | + "@babel/types" "^7.27.7" |
| 47 | + convert-source-map "^2.0.0" |
| 48 | + debug "^4.1.0" |
| 49 | + gensync "^1.0.0-beta.2" |
| 50 | + json5 "^2.2.3" |
| 51 | + semver "^6.3.1" |
| 52 | + |
27 | 53 | "@babel/core@^7.5.5", "@babel/core@^7.7.5":
|
28 | 54 | version "7.26.10"
|
29 | 55 | resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.10.tgz#5c876f83c8c4dcb233ee4b670c0606f2ac3000f9"
|
|
56 | 82 | "@jridgewell/trace-mapping" "^0.3.25"
|
57 | 83 | jsesc "^3.0.2"
|
58 | 84 |
|
| 85 | +"@babel/generator@^7.27.5": |
| 86 | + version "7.27.5" |
| 87 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.27.5.tgz#3eb01866b345ba261b04911020cbe22dd4be8c8c" |
| 88 | + integrity sha512-ZGhA37l0e/g2s1Cnzdix0O3aLYm66eF8aufiVteOgnwxgnRP8GoyMj7VWsgWnQbVKXyge7hqrFh2K2TQM6t1Hw== |
| 89 | + dependencies: |
| 90 | + "@babel/parser" "^7.27.5" |
| 91 | + "@babel/types" "^7.27.3" |
| 92 | + "@jridgewell/gen-mapping" "^0.3.5" |
| 93 | + "@jridgewell/trace-mapping" "^0.3.25" |
| 94 | + jsesc "^3.0.2" |
| 95 | + |
59 | 96 | "@babel/helper-annotate-as-pure@^7.25.9":
|
60 | 97 | version "7.25.9"
|
61 | 98 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.25.9.tgz#d8eac4d2dc0d7b6e11fa6e535332e0d3184f06b4"
|
|
74 | 111 | lru-cache "^5.1.1"
|
75 | 112 | semver "^6.3.1"
|
76 | 113 |
|
| 114 | +"@babel/helper-compilation-targets@^7.27.2": |
| 115 | + version "7.27.2" |
| 116 | + resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.27.2.tgz#46a0f6efab808d51d29ce96858dd10ce8732733d" |
| 117 | + integrity sha512-2+1thGUUWWjLTYTHZWK1n8Yga0ijBz1XAhUXcKy81rd5g6yh7hGqMp45v7cadSbEHc9G3OTv45SyneRN3ps4DQ== |
| 118 | + dependencies: |
| 119 | + "@babel/compat-data" "^7.27.2" |
| 120 | + "@babel/helper-validator-option" "^7.27.1" |
| 121 | + browserslist "^4.24.0" |
| 122 | + lru-cache "^5.1.1" |
| 123 | + semver "^6.3.1" |
| 124 | + |
77 | 125 | "@babel/helper-module-imports@^7.25.9":
|
78 | 126 | version "7.25.9"
|
79 | 127 | resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.25.9.tgz#e7f8d20602ebdbf9ebbea0a0751fb0f2a4141715"
|
|
82 | 130 | "@babel/traverse" "^7.25.9"
|
83 | 131 | "@babel/types" "^7.25.9"
|
84 | 132 |
|
| 133 | +"@babel/helper-module-imports@^7.27.1": |
| 134 | + version "7.27.1" |
| 135 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.27.1.tgz#7ef769a323e2655e126673bb6d2d6913bbead204" |
| 136 | + integrity sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w== |
| 137 | + dependencies: |
| 138 | + "@babel/traverse" "^7.27.1" |
| 139 | + "@babel/types" "^7.27.1" |
| 140 | + |
85 | 141 | "@babel/helper-module-transforms@^7.26.0":
|
86 | 142 | version "7.26.0"
|
87 | 143 | resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.26.0.tgz#8ce54ec9d592695e58d84cd884b7b5c6a2fdeeae"
|
|
91 | 147 | "@babel/helper-validator-identifier" "^7.25.9"
|
92 | 148 | "@babel/traverse" "^7.25.9"
|
93 | 149 |
|
| 150 | +"@babel/helper-module-transforms@^7.27.3": |
| 151 | + version "7.27.3" |
| 152 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.27.3.tgz#db0bbcfba5802f9ef7870705a7ef8788508ede02" |
| 153 | + integrity sha512-dSOvYwvyLsWBeIRyOeHXp5vPj5l1I011r52FM1+r1jCERv+aFXYk4whgQccYEGYxK2H3ZAIA8nuPkQ0HaUo3qg== |
| 154 | + dependencies: |
| 155 | + "@babel/helper-module-imports" "^7.27.1" |
| 156 | + "@babel/helper-validator-identifier" "^7.27.1" |
| 157 | + "@babel/traverse" "^7.27.3" |
| 158 | + |
94 | 159 | "@babel/helper-plugin-utils@^7.20.2", "@babel/helper-plugin-utils@^7.25.9", "@babel/helper-plugin-utils@^7.8.0":
|
95 | 160 | version "7.26.5"
|
96 | 161 | resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.26.5.tgz#18580d00c9934117ad719392c4f6585c9333cc35"
|
|
111 | 176 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.25.9.tgz#86e45bd8a49ab7e03f276577f96179653d41da72"
|
112 | 177 | integrity sha512-e/zv1co8pp55dNdEcCynfj9X7nyUKUXoUEwfXqaZt0omVOmDe9oOTdKStH4GmAw6zxMFs50ZayuMfHDKlO7Tfw==
|
113 | 178 |
|
| 179 | +"@babel/helper-validator-option@^7.27.1": |
| 180 | + version "7.27.1" |
| 181 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz#fa52f5b1e7db1ab049445b421c4471303897702f" |
| 182 | + integrity sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg== |
| 183 | + |
114 | 184 | "@babel/helpers@^7.26.10", "@babel/helpers@^7.27.6":
|
115 | 185 | version "7.27.6"
|
116 | 186 | resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.6.tgz#6456fed15b2cb669d2d1fabe84b66b34991d812c"
|
|
119 | 189 | "@babel/template" "^7.27.2"
|
120 | 190 | "@babel/types" "^7.27.6"
|
121 | 191 |
|
| 192 | +"@babel/parser@^7.23.9", "@babel/parser@^7.27.5", "@babel/parser@^7.27.7": |
| 193 | + version "7.27.7" |
| 194 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.7.tgz#1687f5294b45039c159730e3b9c1f1b242e425e9" |
| 195 | + integrity sha512-qnzXzDXdr/po3bOTbTIQZ7+TxNKxpkN5IifVLXS+r7qwynkZfPyjZfE7hCXbo7IoO9TNcSyibgONsf2HauUd3Q== |
| 196 | + dependencies: |
| 197 | + "@babel/types" "^7.27.7" |
| 198 | + |
122 | 199 | "@babel/parser@^7.26.10", "@babel/parser@^7.27.2":
|
123 | 200 | version "7.27.3"
|
124 | 201 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.3.tgz#1b7533f0d908ad2ac545c4d05cbe2fb6dc8cfaaf"
|
|
198 | 275 | debug "^4.3.1"
|
199 | 276 | globals "^11.1.0"
|
200 | 277 |
|
201 |
| -"@babel/types@^7.25.9", "@babel/types@^7.26.10", "@babel/types@^7.27.1", "@babel/types@^7.27.3", "@babel/types@^7.27.6": |
| 278 | +"@babel/traverse@^7.27.1", "@babel/traverse@^7.27.3", "@babel/traverse@^7.27.7": |
| 279 | + version "7.27.7" |
| 280 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.7.tgz#8355c39be6818362eace058cf7f3e25ac2ec3b55" |
| 281 | + integrity sha512-X6ZlfR/O/s5EQ/SnUSLzr+6kGnkg8HXGMzpgsMsrJVcfDtH1vIp6ctCN4eZ1LS5c0+te5Cb6Y514fASjMRJ1nw== |
| 282 | + dependencies: |
| 283 | + "@babel/code-frame" "^7.27.1" |
| 284 | + "@babel/generator" "^7.27.5" |
| 285 | + "@babel/parser" "^7.27.7" |
| 286 | + "@babel/template" "^7.27.2" |
| 287 | + "@babel/types" "^7.27.7" |
| 288 | + debug "^4.3.1" |
| 289 | + globals "^11.1.0" |
| 290 | + |
| 291 | +"@babel/types@^7.25.9", "@babel/types@^7.26.10", "@babel/types@^7.27.1", "@babel/types@^7.27.3", "@babel/types@^7.27.6", "@babel/types@^7.27.7": |
202 | 292 | version "7.27.7"
|
203 | 293 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.7.tgz#40eabd562049b2ee1a205fa589e629f945dce20f"
|
204 | 294 | integrity sha512-8OLQgDScAOHXnAz2cV+RfzzNMipuLVBz2biuAJFMV9bfkNf393je3VM8CLkjQodW5+iWsSJdSgSWT6rsZoXHPw==
|
|
396 | 486 | js-yaml "^3.13.1"
|
397 | 487 | resolve-from "^5.0.0"
|
398 | 488 |
|
399 |
| -"@istanbuljs/schema@^0.1.2": |
| 489 | +"@istanbuljs/schema@^0.1.2", "@istanbuljs/schema@^0.1.3": |
400 | 490 | version "0.1.3"
|
401 | 491 | resolved "https://registry.yarnpkg.com/@istanbuljs/schema/-/schema-0.1.3.tgz#e45e384e4b8ec16bce2fd903af78450f6bf7ec98"
|
402 | 492 | integrity sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==
|
@@ -2376,7 +2466,7 @@ foreground-child@^2.0.0:
|
2376 | 2466 | cross-spawn "^7.0.0"
|
2377 | 2467 | signal-exit "^3.0.2"
|
2378 | 2468 |
|
2379 |
| -foreground-child@^3.1.0: |
| 2469 | +foreground-child@^3.1.0, foreground-child@^3.3.0: |
2380 | 2470 | version "3.3.1"
|
2381 | 2471 | resolved "https://registry.yarnpkg.com/foreground-child/-/foreground-child-3.3.1.tgz#32e8e9ed1b68a3497befb9ac2b6adf92a638576f"
|
2382 | 2472 | integrity sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==
|
@@ -3071,6 +3161,17 @@ istanbul-lib-instrument@^4.0.0:
|
3071 | 3161 | istanbul-lib-coverage "^3.0.0"
|
3072 | 3162 | semver "^6.3.0"
|
3073 | 3163 |
|
| 3164 | +istanbul-lib-instrument@^6.0.2: |
| 3165 | + version "6.0.3" |
| 3166 | + resolved "https://registry.yarnpkg.com/istanbul-lib-instrument/-/istanbul-lib-instrument-6.0.3.tgz#fa15401df6c15874bcb2105f773325d78c666765" |
| 3167 | + integrity sha512-Vtgk7L/R2JHyyGW07spoFlB8/lpjiOLTjMdms6AFMraYt3BaJauod/NGrfnVG/y4Ix1JEuMRPDPEj2ua+zz1/Q== |
| 3168 | + dependencies: |
| 3169 | + "@babel/core" "^7.23.9" |
| 3170 | + "@babel/parser" "^7.23.9" |
| 3171 | + "@istanbuljs/schema" "^0.1.3" |
| 3172 | + istanbul-lib-coverage "^3.2.0" |
| 3173 | + semver "^7.5.4" |
| 3174 | + |
3074 | 3175 | istanbul-lib-processinfo@^2.0.2, istanbul-lib-processinfo@^2.0.3:
|
3075 | 3176 | version "2.0.3"
|
3076 | 3177 | resolved "https://registry.yarnpkg.com/istanbul-lib-processinfo/-/istanbul-lib-processinfo-2.0.3.tgz#366d454cd0dcb7eb6e0e419378e60072c8626169"
|
@@ -3649,6 +3750,39 @@ nyc@^15.1.0:
|
3649 | 3750 | test-exclude "^6.0.0"
|
3650 | 3751 | yargs "^15.0.2"
|
3651 | 3752 |
|
| 3753 | +nyc@^17.1.0: |
| 3754 | + version "17.1.0" |
| 3755 | + resolved "https://registry.yarnpkg.com/nyc/-/nyc-17.1.0.tgz#b6349a401a62ffeb912bd38ea9a018839fdb6eb1" |
| 3756 | + integrity sha512-U42vQ4czpKa0QdI1hu950XuNhYqgoM+ZF1HT+VuUHL9hPfDPVvNQyltmMqdE9bUHMVa+8yNbc3QKTj8zQhlVxQ== |
| 3757 | + dependencies: |
| 3758 | + "@istanbuljs/load-nyc-config" "^1.0.0" |
| 3759 | + "@istanbuljs/schema" "^0.1.2" |
| 3760 | + caching-transform "^4.0.0" |
| 3761 | + convert-source-map "^1.7.0" |
| 3762 | + decamelize "^1.2.0" |
| 3763 | + find-cache-dir "^3.2.0" |
| 3764 | + find-up "^4.1.0" |
| 3765 | + foreground-child "^3.3.0" |
| 3766 | + get-package-type "^0.1.0" |
| 3767 | + glob "^7.1.6" |
| 3768 | + istanbul-lib-coverage "^3.0.0" |
| 3769 | + istanbul-lib-hook "^3.0.0" |
| 3770 | + istanbul-lib-instrument "^6.0.2" |
| 3771 | + istanbul-lib-processinfo "^2.0.2" |
| 3772 | + istanbul-lib-report "^3.0.0" |
| 3773 | + istanbul-lib-source-maps "^4.0.0" |
| 3774 | + istanbul-reports "^3.0.2" |
| 3775 | + make-dir "^3.0.0" |
| 3776 | + node-preload "^0.2.1" |
| 3777 | + p-map "^3.0.0" |
| 3778 | + process-on-spawn "^1.0.0" |
| 3779 | + resolve-from "^5.0.0" |
| 3780 | + rimraf "^3.0.0" |
| 3781 | + signal-exit "^3.0.2" |
| 3782 | + spawn-wrap "^2.0.0" |
| 3783 | + test-exclude "^6.0.0" |
| 3784 | + yargs "^15.0.2" |
| 3785 | + |
3652 | 3786 | object-assign@^4.1.1:
|
3653 | 3787 | version "4.1.1"
|
3654 | 3788 | resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863"
|
|
0 commit comments