|
23 | 23 | chalk "^2.0.0"
|
24 | 24 | js-tokens "^4.0.0"
|
25 | 25 |
|
26 |
| -"@babel/runtime-corejs3@^7.12.1": |
27 |
| - version "7.13.10" |
28 |
| - resolved "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.13.10.tgz" |
29 |
| - integrity sha512-x/XYVQ1h684pp1mJwOV4CyvqZXqbc8CMsMGUnAbuc82ZCdv1U63w5RSUzgDSXQHG5Rps/kiksH6g2D5BuaKyXg== |
| 26 | +"@babel/runtime-corejs3@^7.16.5": |
| 27 | + version "7.21.0" |
| 28 | + resolved "https://registry.yarnpkg.com/@babel/runtime-corejs3/-/runtime-corejs3-7.21.0.tgz#6e4939d9d9789ff63e2dc58e88f13a3913a24eba" |
| 29 | + integrity sha512-TDD4UJzos3JJtM+tHX+w2Uc+KWj7GV+VKKFdMVd2Rx8sdA19hcc3P3AHFYd5LVOw+pYuSd5lICC3gm52B6Rwxw== |
30 | 30 | dependencies:
|
31 |
| - core-js-pure "^3.0.0" |
32 |
| - regenerator-runtime "^0.13.4" |
| 31 | + core-js-pure "^3.25.1" |
| 32 | + regenerator-runtime "^0.13.11" |
33 | 33 |
|
34 | 34 |
|
35 | 35 | version "17.4.4"
|
@@ -698,10 +698,10 @@ conventional-commits-parser@^3.2.2:
|
698 | 698 | split2 "^3.0.0"
|
699 | 699 | through2 "^4.0.0"
|
700 | 700 |
|
701 |
| -core-js-pure@^3.0.0: |
702 |
| - version "3.9.1" |
703 |
| - resolved "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.9.1.tgz" |
704 |
| - integrity sha512-laz3Zx0avrw9a4QEIdmIblnVuJz8W51leY9iLThatCsFawWxC3sE4guASC78JbCin+DkwMpCdp1AVAuzL/GN7A== |
| 701 | +core-js-pure@^3.25.1: |
| 702 | + version "3.29.1" |
| 703 | + resolved "https://registry.yarnpkg.com/core-js-pure/-/core-js-pure-3.29.1.tgz#1be6ca2b8772f6b4df7fc4621743286e676c6162" |
| 704 | + integrity sha512-4En6zYVi0i0XlXHVz/bi6l1XDjCqkKRq765NXuX+SnaIatlE96Odt5lMLjdxUiNI1v9OXI5DSLWYPlmTfkTktg== |
705 | 705 |
|
706 | 706 | core-util-is@~1.0.0:
|
707 | 707 | version "1.0.2"
|
@@ -2499,10 +2499,10 @@ redent@^3.0.0:
|
2499 | 2499 | indent-string "^4.0.0"
|
2500 | 2500 | strip-indent "^3.0.0"
|
2501 | 2501 |
|
2502 |
| -regenerator-runtime@^0.13.4: |
2503 |
| - version "0.13.7" |
2504 |
| - resolved "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.7.tgz" |
2505 |
| - integrity sha512-a54FxoJDIr27pgf7IgeQGxmqUNYrcV338lf/6gH456HZ/PhX+5BcwHXG9ajESmwe6WRO0tAzRUrRmNONWgkrew== |
| 2502 | +regenerator-runtime@^0.13.11: |
| 2503 | + version "0.13.11" |
| 2504 | + resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz#f6dca3e7ceec20590d07ada785636a90cdca17f9" |
| 2505 | + integrity sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg== |
2506 | 2506 |
|
2507 | 2507 | regexp.prototype.flags@^1.4.3:
|
2508 | 2508 | version "1.4.3"
|
@@ -3123,11 +3123,11 @@ wrappy@1:
|
3123 | 3123 | integrity sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=
|
3124 | 3124 |
|
3125 | 3125 | xregexp@^5.0.1:
|
3126 |
| - version "5.0.1" |
3127 |
| - resolved "https://registry.npmjs.org/xregexp/-/xregexp-5.0.1.tgz" |
3128 |
| - integrity sha512-flG0ykxHQLOfF886GpnY26WQkj4/RmcxYvoVcSFbg+1lPMdnXEPoTKuLzw1olKnJ+o2Wc1+RCD1oktV4bYzVlQ== |
| 3126 | + version "5.1.1" |
| 3127 | + resolved "https://registry.yarnpkg.com/xregexp/-/xregexp-5.1.1.tgz#6d3fe18819e3143aaf52f9284d34f49a59583ebb" |
| 3128 | + integrity sha512-fKXeVorD+CzWvFs7VBuKTYIW63YD1e1osxwQ8caZ6o1jg6pDAbABDG54LCIq0j5cy7PjRvGIq6sef9DYPXpncg== |
3129 | 3129 | dependencies:
|
3130 |
| - "@babel/runtime-corejs3" "^7.12.1" |
| 3130 | + "@babel/runtime-corejs3" "^7.16.5" |
3131 | 3131 |
|
3132 | 3132 | xtend@~4.0.1:
|
3133 | 3133 | version "4.0.2"
|
|
0 commit comments