|
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.3":
|
115 | 185 | version "7.27.3"
|
116 | 186 | resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.3.tgz#387d65d279290e22fe7a47a8ffcd2d0c0184edd0"
|
|
119 | 189 | "@babel/template" "^7.27.2"
|
120 | 190 | "@babel/types" "^7.27.3"
|
121 | 191 |
|
| 192 | +"@babel/helpers@^7.27.6": |
| 193 | + version "7.27.6" |
| 194 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.6.tgz#6456fed15b2cb669d2d1fabe84b66b34991d812c" |
| 195 | + integrity sha512-muE8Tt8M22638HU31A3CgfSUciwz1fhATfoVai05aPXGor//CdWDCbnlY1yvBPo07njuVOCNGCSp/GTt12lIug== |
| 196 | + dependencies: |
| 197 | + "@babel/template" "^7.27.2" |
| 198 | + "@babel/types" "^7.27.6" |
| 199 | + |
| 200 | +"@babel/parser@^7.23.9", "@babel/parser@^7.27.5", "@babel/parser@^7.27.7": |
| 201 | + version "7.27.7" |
| 202 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.7.tgz#1687f5294b45039c159730e3b9c1f1b242e425e9" |
| 203 | + integrity sha512-qnzXzDXdr/po3bOTbTIQZ7+TxNKxpkN5IifVLXS+r7qwynkZfPyjZfE7hCXbo7IoO9TNcSyibgONsf2HauUd3Q== |
| 204 | + dependencies: |
| 205 | + "@babel/types" "^7.27.7" |
| 206 | + |
122 | 207 | "@babel/parser@^7.26.10", "@babel/parser@^7.27.2":
|
123 | 208 | version "7.27.3"
|
124 | 209 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.3.tgz#1b7533f0d908ad2ac545c4d05cbe2fb6dc8cfaaf"
|
|
198 | 283 | debug "^4.3.1"
|
199 | 284 | globals "^11.1.0"
|
200 | 285 |
|
| 286 | +"@babel/traverse@^7.27.1", "@babel/traverse@^7.27.3", "@babel/traverse@^7.27.7": |
| 287 | + version "7.27.7" |
| 288 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.7.tgz#8355c39be6818362eace058cf7f3e25ac2ec3b55" |
| 289 | + integrity sha512-X6ZlfR/O/s5EQ/SnUSLzr+6kGnkg8HXGMzpgsMsrJVcfDtH1vIp6ctCN4eZ1LS5c0+te5Cb6Y514fASjMRJ1nw== |
| 290 | + dependencies: |
| 291 | + "@babel/code-frame" "^7.27.1" |
| 292 | + "@babel/generator" "^7.27.5" |
| 293 | + "@babel/parser" "^7.27.7" |
| 294 | + "@babel/template" "^7.27.2" |
| 295 | + "@babel/types" "^7.27.7" |
| 296 | + debug "^4.3.1" |
| 297 | + globals "^11.1.0" |
| 298 | + |
201 | 299 | "@babel/types@^7.25.9", "@babel/types@^7.26.10", "@babel/types@^7.27.1", "@babel/types@^7.27.3":
|
202 | 300 | version "7.27.3"
|
203 | 301 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.3.tgz#c0257bedf33aad6aad1f406d35c44758321eb3ec"
|
|
206 | 304 | "@babel/helper-string-parser" "^7.27.1"
|
207 | 305 | "@babel/helper-validator-identifier" "^7.27.1"
|
208 | 306 |
|
| 307 | +"@babel/types@^7.27.6", "@babel/types@^7.27.7": |
| 308 | + version "7.27.7" |
| 309 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.7.tgz#40eabd562049b2ee1a205fa589e629f945dce20f" |
| 310 | + integrity sha512-8OLQgDScAOHXnAz2cV+RfzzNMipuLVBz2biuAJFMV9bfkNf393je3VM8CLkjQodW5+iWsSJdSgSWT6rsZoXHPw== |
| 311 | + dependencies: |
| 312 | + "@babel/helper-string-parser" "^7.27.1" |
| 313 | + "@babel/helper-validator-identifier" "^7.27.1" |
| 314 | + |
209 | 315 | "@datadog/libdatadog@^0.7.0":
|
210 | 316 | version "0.7.0"
|
211 | 317 | resolved "https://registry.yarnpkg.com/@datadog/libdatadog/-/libdatadog-0.7.0.tgz#81e07d3040c628892db697ccd01ae3c4d2a76315"
|
|
396 | 502 | js-yaml "^3.13.1"
|
397 | 503 | resolve-from "^5.0.0"
|
398 | 504 |
|
399 |
| -"@istanbuljs/schema@^0.1.2": |
| 505 | +"@istanbuljs/schema@^0.1.2", "@istanbuljs/schema@^0.1.3": |
400 | 506 | version "0.1.3"
|
401 | 507 | resolved "https://registry.yarnpkg.com/@istanbuljs/schema/-/schema-0.1.3.tgz#e45e384e4b8ec16bce2fd903af78450f6bf7ec98"
|
402 | 508 | integrity sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==
|
@@ -2351,7 +2457,7 @@ foreground-child@^2.0.0:
|
2351 | 2457 | cross-spawn "^7.0.0"
|
2352 | 2458 | signal-exit "^3.0.2"
|
2353 | 2459 |
|
2354 |
| -foreground-child@^3.1.0: |
| 2460 | +foreground-child@^3.1.0, foreground-child@^3.3.0: |
2355 | 2461 | version "3.3.1"
|
2356 | 2462 | resolved "https://registry.yarnpkg.com/foreground-child/-/foreground-child-3.3.1.tgz#32e8e9ed1b68a3497befb9ac2b6adf92a638576f"
|
2357 | 2463 | integrity sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==
|
@@ -3043,6 +3149,17 @@ istanbul-lib-instrument@^4.0.0:
|
3043 | 3149 | istanbul-lib-coverage "^3.0.0"
|
3044 | 3150 | semver "^6.3.0"
|
3045 | 3151 |
|
| 3152 | +istanbul-lib-instrument@^6.0.2: |
| 3153 | + version "6.0.3" |
| 3154 | + resolved "https://registry.yarnpkg.com/istanbul-lib-instrument/-/istanbul-lib-instrument-6.0.3.tgz#fa15401df6c15874bcb2105f773325d78c666765" |
| 3155 | + integrity sha512-Vtgk7L/R2JHyyGW07spoFlB8/lpjiOLTjMdms6AFMraYt3BaJauod/NGrfnVG/y4Ix1JEuMRPDPEj2ua+zz1/Q== |
| 3156 | + dependencies: |
| 3157 | + "@babel/core" "^7.23.9" |
| 3158 | + "@babel/parser" "^7.23.9" |
| 3159 | + "@istanbuljs/schema" "^0.1.3" |
| 3160 | + istanbul-lib-coverage "^3.2.0" |
| 3161 | + semver "^7.5.4" |
| 3162 | + |
3046 | 3163 | istanbul-lib-processinfo@^2.0.2, istanbul-lib-processinfo@^2.0.3:
|
3047 | 3164 | version "2.0.3"
|
3048 | 3165 | resolved "https://registry.yarnpkg.com/istanbul-lib-processinfo/-/istanbul-lib-processinfo-2.0.3.tgz#366d454cd0dcb7eb6e0e419378e60072c8626169"
|
@@ -3626,6 +3743,39 @@ nyc@^15.1.0:
|
3626 | 3743 | test-exclude "^6.0.0"
|
3627 | 3744 | yargs "^15.0.2"
|
3628 | 3745 |
|
| 3746 | +nyc@^17.1.0: |
| 3747 | + version "17.1.0" |
| 3748 | + resolved "https://registry.yarnpkg.com/nyc/-/nyc-17.1.0.tgz#b6349a401a62ffeb912bd38ea9a018839fdb6eb1" |
| 3749 | + integrity sha512-U42vQ4czpKa0QdI1hu950XuNhYqgoM+ZF1HT+VuUHL9hPfDPVvNQyltmMqdE9bUHMVa+8yNbc3QKTj8zQhlVxQ== |
| 3750 | + dependencies: |
| 3751 | + "@istanbuljs/load-nyc-config" "^1.0.0" |
| 3752 | + "@istanbuljs/schema" "^0.1.2" |
| 3753 | + caching-transform "^4.0.0" |
| 3754 | + convert-source-map "^1.7.0" |
| 3755 | + decamelize "^1.2.0" |
| 3756 | + find-cache-dir "^3.2.0" |
| 3757 | + find-up "^4.1.0" |
| 3758 | + foreground-child "^3.3.0" |
| 3759 | + get-package-type "^0.1.0" |
| 3760 | + glob "^7.1.6" |
| 3761 | + istanbul-lib-coverage "^3.0.0" |
| 3762 | + istanbul-lib-hook "^3.0.0" |
| 3763 | + istanbul-lib-instrument "^6.0.2" |
| 3764 | + istanbul-lib-processinfo "^2.0.2" |
| 3765 | + istanbul-lib-report "^3.0.0" |
| 3766 | + istanbul-lib-source-maps "^4.0.0" |
| 3767 | + istanbul-reports "^3.0.2" |
| 3768 | + make-dir "^3.0.0" |
| 3769 | + node-preload "^0.2.1" |
| 3770 | + p-map "^3.0.0" |
| 3771 | + process-on-spawn "^1.0.0" |
| 3772 | + resolve-from "^5.0.0" |
| 3773 | + rimraf "^3.0.0" |
| 3774 | + signal-exit "^3.0.2" |
| 3775 | + spawn-wrap "^2.0.0" |
| 3776 | + test-exclude "^6.0.0" |
| 3777 | + yargs "^15.0.2" |
| 3778 | + |
3629 | 3779 | object-assign@^4.1.1:
|
3630 | 3780 | version "4.1.1"
|
3631 | 3781 | resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863"
|
|
0 commit comments