|
1564 | 1564 | micromatch "^4.0.0"
|
1565 | 1565 | p-reduce "^2.0.0"
|
1566 | 1566 |
|
1567 |
| -"@semantic-release/github@8.0.8": |
1568 |
| - version "8.0.8" |
1569 |
| - resolved "https://registry.yarnpkg.com/@semantic-release/github/-/github-8.0.8.tgz#d1e8f9ec0ef2d1a9afddbc094086b22cb11a917a" |
1570 |
| - integrity sha512-zu014e5FtoENb278YTVBCpLTK73LgXJn9UISGSzor/fnhRRwiyc1L7J+ijdpv90zvW+vb7oTwK3H6piFa5ck1g== |
| 1567 | +"@semantic-release/github@8.1.0": |
| 1568 | + version "8.1.0" |
| 1569 | + resolved "https://registry.yarnpkg.com/@semantic-release/github/-/github-8.1.0.tgz#c31fc5852d32975648445804d1984cd96e72c4d0" |
| 1570 | + integrity sha512-erR9E5rpdsz0dW1I7785JtndQuMWN/iDcemcptf67tBNOmBUN0b2YNOgcjYUnBpgRpZ5ozfBHrK7Bz+2ets/Dg== |
1571 | 1571 | dependencies:
|
1572 | 1572 | "@octokit/core" "^4.2.1"
|
1573 | 1573 | "@octokit/plugin-paginate-rest" "^6.1.2"
|
|
1579 | 1579 | dir-glob "^3.0.0"
|
1580 | 1580 | fs-extra "^11.0.0"
|
1581 | 1581 | globby "^11.0.0"
|
1582 |
| - http-proxy-agent "^5.0.0" |
1583 |
| - https-proxy-agent "^5.0.0" |
| 1582 | + http-proxy-agent "^7.0.0" |
| 1583 | + https-proxy-agent "^7.0.0" |
1584 | 1584 | issue-parser "^6.0.0"
|
1585 | 1585 | lodash "^4.17.4"
|
1586 | 1586 | mime "^3.0.0"
|
|
1690 | 1690 | dependencies:
|
1691 | 1691 | lodash.flatmap "~4.5.0"
|
1692 | 1692 |
|
1693 |
| -"@tootallnate/once@2": |
1694 |
| - version "2.0.0" |
1695 |
| - resolved "https://registry.yarnpkg.com/@tootallnate/once/-/once-2.0.0.tgz#f544a148d3ab35801c1f633a7441fd87c2e484bf" |
1696 |
| - integrity sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A== |
1697 |
| - |
1698 | 1693 | "@tsconfig/node10@^1.0.7":
|
1699 | 1694 | version "1.0.8"
|
1700 | 1695 | resolved "https://registry.yarnpkg.com/@tsconfig/node10/-/node10-1.0.8.tgz#c1e4e80d6f964fbecb3359c43bd48b40f7cadad9"
|
@@ -2092,12 +2087,12 @@ acorn@^8.8.0:
|
2092 | 2087 | resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.8.0.tgz#88c0187620435c7f6015803f5539dae05a9dbea8"
|
2093 | 2088 | integrity sha512-QOxyigPVrpZ2GXT+PFyZTl6TtOFc5egxHIP9IlQ+RbupQuX4RkT/Bee4/kQuC02Xkzg84JcT7oLYtDIQxp+v7w==
|
2094 | 2089 |
|
2095 |
| -agent-base@6: |
2096 |
| - version "6.0.2" |
2097 |
| - resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-6.0.2.tgz#49fff58577cfee3f37176feab4c22e00f86d7f77" |
2098 |
| - integrity sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ== |
| 2090 | +agent-base@^7.0.2, agent-base@^7.1.0: |
| 2091 | + version "7.1.0" |
| 2092 | + resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-7.1.0.tgz#536802b76bc0b34aa50195eb2442276d613e3434" |
| 2093 | + integrity sha512-o/zjMZRhJxny7OyEF+Op8X+efiELC7k7yOjMzgfzVqOzXqkBkWI79YoTdOtsuWd5BWhAGAuOY/Xa6xpiaWXiNg== |
2099 | 2094 | dependencies:
|
2100 |
| - debug "4" |
| 2095 | + debug "^4.3.4" |
2101 | 2096 |
|
2102 | 2097 | aggregate-error@^3.0.0:
|
2103 | 2098 | version "3.1.0"
|
@@ -3508,21 +3503,20 @@ html-escaper@^2.0.0:
|
3508 | 3503 | resolved "https://registry.yarnpkg.com/html-escaper/-/html-escaper-2.0.2.tgz#dfd60027da36a36dfcbe236262c00a5822681453"
|
3509 | 3504 | integrity sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==
|
3510 | 3505 |
|
3511 |
| -http-proxy-agent@^5.0.0: |
3512 |
| - version "5.0.0" |
3513 |
| - resolved "https://registry.yarnpkg.com/http-proxy-agent/-/http-proxy-agent-5.0.0.tgz#5129800203520d434f142bc78ff3c170800f2b43" |
3514 |
| - integrity sha512-n2hY8YdoRE1i7r6M0w9DIw5GgZN0G25P8zLCRQ8rjXtTU3vsNFBI/vWK/UIeE6g5MUUz6avwAPXmL6Fy9D/90w== |
| 3506 | +http-proxy-agent@^7.0.0: |
| 3507 | + version "7.0.0" |
| 3508 | + resolved "https://registry.yarnpkg.com/http-proxy-agent/-/http-proxy-agent-7.0.0.tgz#e9096c5afd071a3fce56e6252bb321583c124673" |
| 3509 | + integrity sha512-+ZT+iBxVUQ1asugqnD6oWoRiS25AkjNfG085dKJGtGxkdwLQrMKU5wJr2bOOFAXzKcTuqq+7fZlTMgG3SRfIYQ== |
3515 | 3510 | dependencies:
|
3516 |
| - "@tootallnate/once" "2" |
3517 |
| - agent-base "6" |
3518 |
| - debug "4" |
| 3511 | + agent-base "^7.1.0" |
| 3512 | + debug "^4.3.4" |
3519 | 3513 |
|
3520 |
| -https-proxy-agent@^5.0.0: |
3521 |
| - version "5.0.0" |
3522 |
| - resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-5.0.0.tgz#e2a90542abb68a762e0a0850f6c9edadfd8506b2" |
3523 |
| - integrity sha512-EkYm5BcKUGiduxzSt3Eppko+PiNWNEpa4ySk9vTC6wDsQJW9rHSa+UhGNJoRYp7bz6Ht1eaRIa6QaJqO5rCFbA== |
| 3514 | +https-proxy-agent@^7.0.0: |
| 3515 | + version "7.0.0" |
| 3516 | + resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-7.0.0.tgz#75cb70d04811685667183b31ab158d006750418a" |
| 3517 | + integrity sha512-0euwPCRyAPSgGdzD1IVN9nJYHtBhJwb6XPfbpQcYbPCwrBidX6GzxmchnaF4sfF/jPb74Ojx5g4yTg3sixlyPw== |
3524 | 3518 | dependencies:
|
3525 |
| - agent-base "6" |
| 3519 | + agent-base "^7.0.2" |
3526 | 3520 | debug "4"
|
3527 | 3521 |
|
3528 | 3522 | human-signals@^2.1.0:
|
|
0 commit comments