|
278 | 278 | "@types/istanbul-reports" "^1.1.1"
|
279 | 279 | "@types/yargs" "^13.0.0"
|
280 | 280 |
|
281 |
| -"@rollup/plugin-node-resolve@6.1.0": |
282 |
| - version "6.1.0" |
283 |
| - resolved "https://registry.yarnpkg.com/@rollup/plugin-node-resolve/-/plugin-node-resolve-6.1.0.tgz#0d2909f4bf606ae34d43a9bc8be06a9b0c850cf0" |
284 |
| - integrity sha512-Cv7PDIvxdE40SWilY5WgZpqfIUEaDxFxs89zCAHjqyRwlTSuql4M5hjIuc5QYJkOH0/vyiyNXKD72O+LhRipGA== |
285 |
| - dependencies: |
286 |
| - "@rollup/pluginutils" "^3.0.0" |
287 |
| - "@types/resolve" "0.0.8" |
288 |
| - builtin-modules "^3.1.0" |
| 281 | +"@rollup/plugin-node-resolve@16.0.1": |
| 282 | + version "16.0.1" |
| 283 | + resolved "https://registry.yarnpkg.com/@rollup/plugin-node-resolve/-/plugin-node-resolve-16.0.1.tgz#2fc6b54ca3d77e12f3fb45b2a55b50720de4c95d" |
| 284 | + integrity sha512-tk5YCxJWIG81umIvNkSod2qK5KyQW19qcBF/B78n1bjtOON6gzKoVeSzAE8yHCZEDmqkHKkxplExA8KzdJLJpA== |
| 285 | + dependencies: |
| 286 | + "@rollup/pluginutils" "^5.0.1" |
| 287 | + "@types/resolve" "1.20.2" |
| 288 | + deepmerge "^4.2.2" |
289 | 289 | is-module "^1.0.0"
|
290 |
| - resolve "^1.11.1" |
| 290 | + resolve "^1.22.1" |
291 | 291 |
|
292 |
| -"@rollup/pluginutils@^3.0.0": |
293 |
| - version "3.1.0" |
294 |
| - resolved "https://registry.yarnpkg.com/@rollup/pluginutils/-/pluginutils-3.1.0.tgz#706b4524ee6dc8b103b3c995533e5ad680c02b9b" |
295 |
| - integrity sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg== |
| 292 | +"@rollup/pluginutils@^5.0.1": |
| 293 | + version "5.1.4" |
| 294 | + resolved "https://registry.yarnpkg.com/@rollup/pluginutils/-/pluginutils-5.1.4.tgz#bb94f1f9eaaac944da237767cdfee6c5b2262d4a" |
| 295 | + integrity sha512-USm05zrsFxYLPdWWq+K3STlWiT/3ELn3RcV5hJMghpeAIhxfsUIg6mt12CBJBInWMV4VneoV7SfGv8xIwo2qNQ== |
296 | 296 | dependencies:
|
297 |
| - "@types/estree" "0.0.39" |
298 |
| - estree-walker "^1.0.1" |
299 |
| - picomatch "^2.2.2" |
| 297 | + "@types/estree" "^1.0.0" |
| 298 | + estree-walker "^2.0.2" |
| 299 | + picomatch "^4.0.2" |
300 | 300 |
|
301 | 301 | "@types/babel__core@^7.1.0":
|
302 | 302 | version "7.1.0"
|
|
331 | 331 | version "0.0.39"
|
332 | 332 | resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.39.tgz#e177e699ee1b8c22d23174caaa7422644389509f"
|
333 | 333 |
|
| 334 | +"@types/estree@^1.0.0": |
| 335 | + version "1.0.6" |
| 336 | + resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.6.tgz#628effeeae2064a1b4e79f78e81d87b7e5fc7b50" |
| 337 | + integrity sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw== |
| 338 | + |
334 | 339 | "@types/istanbul-lib-coverage@*":
|
335 | 340 | version "2.0.1"
|
336 | 341 | resolved "https://registry.yarnpkg.com/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.1.tgz#42995b446db9a48a11a07ec083499a860e9138ff"
|
|
356 | 361 | version "10.1.2"
|
357 | 362 | resolved "https://registry.yarnpkg.com/@types/node/-/node-10.1.2.tgz#1b928a0baa408fc8ae3ac012cc81375addc147c6"
|
358 | 363 |
|
359 |
| - |
360 |
| - version "0.0.8" |
361 |
| - resolved "https://registry.yarnpkg.com/@types/resolve/-/resolve-0.0.8.tgz#f26074d238e02659e323ce1a13d041eee280e194" |
362 |
| - integrity sha512-auApPaJf3NPfe18hSoJkp8EbZzer2ISk7o8mCC3M9he/a04+gbMF97NkpD2S8riMGvm4BMRI59/SZQSaLTKpsQ== |
363 |
| - dependencies: |
364 |
| - "@types/node" "*" |
| 364 | + |
| 365 | + version "1.20.2" |
| 366 | + resolved "https://registry.yarnpkg.com/@types/resolve/-/resolve-1.20.2.tgz#97d26e00cd4a0423b4af620abecf3e6f442b7975" |
| 367 | + integrity sha512-60BCwRFOZCQhDncwQdxxeOEEkbc5dIMccYLwbxsS4TUNeVECQ/pBJ0j09mrHOl/JJvpRPGwO9SvE4nR2Nb/a4Q== |
365 | 368 |
|
366 | 369 | "@types/stack-utils@^1.0.1":
|
367 | 370 | version "1.0.1"
|
@@ -605,11 +608,6 @@ builtin-modules@^1.0.0:
|
605 | 608 | version "1.1.1"
|
606 | 609 | resolved "https://registry.yarnpkg.com/builtin-modules/-/builtin-modules-1.1.1.tgz#270f076c5a72c02f5b65a47df94c5fe3a278892f"
|
607 | 610 |
|
608 |
| -builtin-modules@^3.1.0: |
609 |
| - version "3.3.0" |
610 |
| - resolved "https://registry.yarnpkg.com/builtin-modules/-/builtin-modules-3.3.0.tgz#cae62812b89801e9656336e46223e030386be7b6" |
611 |
| - integrity sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw== |
612 |
| - |
613 | 611 | cache-base@^1.0.1:
|
614 | 612 | version "1.0.1"
|
615 | 613 | resolved "https://registry.yarnpkg.com/cache-base/-/cache-base-1.0.1.tgz#0a7f46416831c8b662ee36fe4e7c59d76f666ab2"
|
@@ -810,6 +808,11 @@ deep-is@~0.1.3:
|
810 | 808 | version "0.1.3"
|
811 | 809 | resolved "https://registry.yarnpkg.com/deep-is/-/deep-is-0.1.3.tgz#b369d6fb5dbc13eecf524f91b070feedc357cf34"
|
812 | 810 |
|
| 811 | +deepmerge@^4.2.2: |
| 812 | + version "4.3.1" |
| 813 | + resolved "https://registry.yarnpkg.com/deepmerge/-/deepmerge-4.3.1.tgz#44b5f2147cd3b00d4b56137685966f26fd25dd4a" |
| 814 | + integrity sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A== |
| 815 | + |
813 | 816 | define-properties@^1.1.2:
|
814 | 817 | version "1.1.2"
|
815 | 818 | resolved "https://registry.yarnpkg.com/define-properties/-/define-properties-1.1.2.tgz#83a73f2fea569898fb737193c8f873caf6d45c94"
|
@@ -929,10 +932,10 @@ estree-walker@^0.6.0:
|
929 | 932 | version "0.6.0"
|
930 | 933 | resolved "https://registry.yarnpkg.com/estree-walker/-/estree-walker-0.6.0.tgz#5d865327c44a618dde5699f763891ae31f257dae"
|
931 | 934 |
|
932 |
| -estree-walker@^1.0.1: |
933 |
| - version "1.0.1" |
934 |
| - resolved "https://registry.yarnpkg.com/estree-walker/-/estree-walker-1.0.1.tgz#31bc5d612c96b704106b477e6dd5d8aa138cb700" |
935 |
| - integrity sha512-1fMXF3YP4pZZVozF8j/ZLfvnR8NSIljt56UhbZ5PeeDmmGHpgpdwQt7ITlGvYaQukCvuBRMLEiKiYC+oeIg4cg== |
| 935 | +estree-walker@^2.0.2: |
| 936 | + version "2.0.2" |
| 937 | + resolved "https://registry.yarnpkg.com/estree-walker/-/estree-walker-2.0.2.tgz#52f010178c2a4c117a7757cfe942adb7d2da4cac" |
| 938 | + integrity sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w== |
936 | 939 |
|
937 | 940 | esutils@^2.0.2:
|
938 | 941 | version "2.0.2"
|
@@ -1099,6 +1102,11 @@ function-bind@^1.0.2, function-bind@^1.1.1:
|
1099 | 1102 | version "1.1.1"
|
1100 | 1103 | resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
|
1101 | 1104 |
|
| 1105 | +function-bind@^1.1.2: |
| 1106 | + version "1.1.2" |
| 1107 | + resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.2.tgz#2c02d864d97f3ea6c8830c464cbd11ab6eab7a1c" |
| 1108 | + integrity sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA== |
| 1109 | + |
1102 | 1110 | gauge@~2.7.3:
|
1103 | 1111 | version "2.7.4"
|
1104 | 1112 | resolved "https://registry.yarnpkg.com/gauge/-/gauge-2.7.4.tgz#2c03405c7538c39d7eb37b317022e325fb018bf7"
|
@@ -1232,12 +1240,12 @@ has@^1.0.1:
|
1232 | 1240 | dependencies:
|
1233 | 1241 | function-bind "^1.0.2"
|
1234 | 1242 |
|
1235 |
| -has@^1.0.3: |
1236 |
| - version "1.0.3" |
1237 |
| - resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796" |
1238 |
| - integrity sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw== |
| 1243 | +hasown@^2.0.2: |
| 1244 | + version "2.0.2" |
| 1245 | + resolved "https://registry.yarnpkg.com/hasown/-/hasown-2.0.2.tgz#003eaf91be7adc372e84ec59dc37252cedb80003" |
| 1246 | + integrity sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ== |
1239 | 1247 | dependencies:
|
1240 |
| - function-bind "^1.1.1" |
| 1248 | + function-bind "^1.1.2" |
1241 | 1249 |
|
1242 | 1250 | hosted-git-info@^2.1.4:
|
1243 | 1251 | version "2.6.0"
|
@@ -1341,12 +1349,12 @@ is-ci@^2.0.0:
|
1341 | 1349 | dependencies:
|
1342 | 1350 | ci-info "^2.0.0"
|
1343 | 1351 |
|
1344 |
| -is-core-module@^2.11.0: |
1345 |
| - version "2.12.1" |
1346 |
| - resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.12.1.tgz#0c0b6885b6f80011c71541ce15c8d66cf5a4f9fd" |
1347 |
| - integrity sha512-Q4ZuBAe2FUsKtyQJoQHlvP8OvBERxO3jEmy1I7hcRXcJBGGHFh/aJBswbXuS9sgrDH2QUO8ilkwNPHvHMd8clg== |
| 1352 | +is-core-module@^2.16.0: |
| 1353 | + version "2.16.1" |
| 1354 | + resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.16.1.tgz#2a98801a849f43e2add644fbb6bc6229b19a4ef4" |
| 1355 | + integrity sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w== |
1348 | 1356 | dependencies:
|
1349 |
| - has "^1.0.3" |
| 1357 | + hasown "^2.0.2" |
1350 | 1358 |
|
1351 | 1359 | is-data-descriptor@^0.1.4:
|
1352 | 1360 | version "0.1.4"
|
@@ -2414,10 +2422,10 @@ performance-now@^2.1.0:
|
2414 | 2422 | version "2.1.0"
|
2415 | 2423 | resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b"
|
2416 | 2424 |
|
2417 |
| -picomatch@^2.2.2: |
2418 |
| - version "2.3.1" |
2419 |
| - resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42" |
2420 |
| - integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA== |
| 2425 | +picomatch@^4.0.2: |
| 2426 | + version "4.0.2" |
| 2427 | + resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-4.0.2.tgz#77c742931e8f3b8820946c76cd0c1f13730d1dab" |
| 2428 | + integrity sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg== |
2421 | 2429 |
|
2422 | 2430 | pify@^3.0.0:
|
2423 | 2431 | version "3.0.0"
|
@@ -2626,12 +2634,12 @@ resolve@^1.10.0, resolve@^1.3.2:
|
2626 | 2634 | dependencies:
|
2627 | 2635 | path-parse "^1.0.6"
|
2628 | 2636 |
|
2629 |
| -resolve@^1.11.1: |
2630 |
| - version "1.22.2" |
2631 |
| - resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.2.tgz#0ed0943d4e301867955766c9f3e1ae6d01c6845f" |
2632 |
| - integrity sha512-Sb+mjNHOULsBv818T40qSPeRiuWLyaGMa5ewydRLFimneixmVy2zdivRl+AF6jaYPC8ERxGDmFSiqui6SfPd+g== |
| 2637 | +resolve@^1.22.1: |
| 2638 | + version "1.22.10" |
| 2639 | + resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.10.tgz#b663e83ffb09bbf2386944736baae803029b8b39" |
| 2640 | + integrity sha512-NPRy+/ncIMeDlTAsuqwKIiferiawhefFJtkNSW0qZJEqMEb+qBt/77B/jGeeek+F0uOeN05CDa6HXbbIgtVX4w== |
2633 | 2641 | dependencies:
|
2634 |
| - is-core-module "^2.11.0" |
| 2642 | + is-core-module "^2.16.0" |
2635 | 2643 | path-parse "^1.0.7"
|
2636 | 2644 | supports-preserve-symlinks-flag "^1.0.0"
|
2637 | 2645 |
|
|
0 commit comments