|
1474 | 1474 | "@nodelib/fs.scandir" "2.1.3"
|
1475 | 1475 | fastq "^1.6.0"
|
1476 | 1476 |
|
1477 |
| -"@octokit/endpoint@^5.5.0": |
1478 |
| - version "5.5.3" |
1479 |
| - resolved "https://registry.yarnpkg.com/@octokit/endpoint/-/endpoint-5.5.3.tgz#0397d1baaca687a4c8454ba424a627699d97c978" |
1480 |
| - integrity sha512-EzKwkwcxeegYYah5ukEeAI/gYRLv2Y9U5PpIsseGSFDk+G3RbipQGBs8GuYS1TLCtQaqoO66+aQGtITPalxsNQ== |
| 1477 | +"@octokit/auth-token@^2.4.4": |
| 1478 | + version "2.4.4" |
| 1479 | + resolved "https://registry.yarnpkg.com/@octokit/auth-token/-/auth-token-2.4.4.tgz#ee31c69b01d0378c12fd3ffe406030f3d94d3b56" |
| 1480 | + integrity sha512-LNfGu3Ro9uFAYh10MUZVaT7X2CnNm2C8IDQmabx+3DygYIQjs9FwzFAHN/0t6mu5HEPhxcb1XOuxdpY82vCg2Q== |
1481 | 1481 | dependencies:
|
1482 |
| - "@octokit/types" "^2.0.0" |
1483 |
| - is-plain-object "^3.0.0" |
1484 |
| - universal-user-agent "^5.0.0" |
| 1482 | + "@octokit/types" "^6.0.0" |
| 1483 | + |
| 1484 | +"@octokit/core@^3.2.3": |
| 1485 | + version "3.2.4" |
| 1486 | + resolved "https://registry.yarnpkg.com/@octokit/core/-/core-3.2.4.tgz#5791256057a962eca972e31818f02454897fd106" |
| 1487 | + integrity sha512-d9dTsqdePBqOn7aGkyRFe7pQpCXdibSJ5SFnrTr0axevObZrpz3qkWm7t/NjYv5a66z6vhfteriaq4FRz3e0Qg== |
| 1488 | + dependencies: |
| 1489 | + "@octokit/auth-token" "^2.4.4" |
| 1490 | + "@octokit/graphql" "^4.5.8" |
| 1491 | + "@octokit/request" "^5.4.12" |
| 1492 | + "@octokit/types" "^6.0.3" |
| 1493 | + before-after-hook "^2.1.0" |
| 1494 | + universal-user-agent "^6.0.0" |
1485 | 1495 |
|
1486 | 1496 | "@octokit/endpoint@^6.0.1":
|
1487 | 1497 | version "6.0.1"
|
|
1501 | 1511 | "@octokit/types" "^2.0.0"
|
1502 | 1512 | universal-user-agent "^5.0.0"
|
1503 | 1513 |
|
1504 |
| -"@octokit/request-error@^1.0.1": |
1505 |
| - version "1.0.4" |
1506 |
| - resolved "https://registry.yarnpkg.com/@octokit/request-error/-/request-error-1.0.4.tgz#15e1dc22123ba4a9a4391914d80ec1e5303a23be" |
1507 |
| - integrity sha512-L4JaJDXn8SGT+5G0uX79rZLv0MNJmfGa4vb4vy1NnpjSnWDLJRy6m90udGwvMmavwsStgbv2QNkPzzTCMmL+ig== |
| 1514 | +"@octokit/graphql@^4.5.8": |
| 1515 | + version "4.5.8" |
| 1516 | + resolved "https://registry.yarnpkg.com/@octokit/graphql/-/graphql-4.5.8.tgz#d42373633c3015d0eafce64a8ce196be167fdd9b" |
| 1517 | + integrity sha512-WnCtNXWOrupfPJgXe+vSmprZJUr0VIu14G58PMlkWGj3cH+KLZEfKMmbUQ6C3Wwx6fdhzVW1CD5RTnBdUHxhhA== |
1508 | 1518 | dependencies:
|
1509 |
| - deprecation "^2.0.0" |
1510 |
| - once "^1.4.0" |
| 1519 | + "@octokit/request" "^5.3.0" |
| 1520 | + "@octokit/types" "^6.0.0" |
| 1521 | + universal-user-agent "^6.0.0" |
| 1522 | + |
| 1523 | +"@octokit/openapi-types@^2.0.0": |
| 1524 | + version "2.0.0" |
| 1525 | + resolved "https://registry.yarnpkg.com/@octokit/openapi-types/-/openapi-types-2.0.0.tgz#6d8f8ad9db3b75a39115f5def2654df8bed39f28" |
| 1526 | + integrity sha512-J4bfM7lf8oZvEAdpS71oTvC1ofKxfEZgU5vKVwzZKi4QPiL82udjpseJwxPid9Pu2FNmyRQOX4iEj6W1iOSnPw== |
| 1527 | + |
| 1528 | +"@octokit/plugin-paginate-rest@^2.6.2": |
| 1529 | + version "2.6.2" |
| 1530 | + resolved "https://registry.yarnpkg.com/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-2.6.2.tgz#45d13dbf5ff8aed54f1a3716b1d57fdc62720c5f" |
| 1531 | + integrity sha512-3Dy7/YZAwdOaRpGQoNHPeT0VU1fYLpIUdPyvR37IyFLgd6XSij4j9V/xN/+eSjF2KKvmfIulEh9LF1tRPjIiDA== |
| 1532 | + dependencies: |
| 1533 | + "@octokit/types" "^6.0.1" |
| 1534 | + |
| 1535 | +"@octokit/plugin-request-log@^1.0.2": |
| 1536 | + version "1.0.2" |
| 1537 | + resolved "https://registry.yarnpkg.com/@octokit/plugin-request-log/-/plugin-request-log-1.0.2.tgz#394d59ec734cd2f122431fbaf05099861ece3c44" |
| 1538 | + integrity sha512-oTJSNAmBqyDR41uSMunLQKMX0jmEXbwD1fpz8FG27lScV3RhtGfBa1/BBLym+PxcC16IBlF7KH9vP1BUYxA+Eg== |
| 1539 | + |
| 1540 | +"@octokit/plugin-rest-endpoint-methods@4.4.1": |
| 1541 | + version "4.4.1" |
| 1542 | + resolved "https://registry.yarnpkg.com/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-4.4.1.tgz#105cf93255432155de078c9efc33bd4e14d1cd63" |
| 1543 | + integrity sha512-+v5PcvrUcDeFXf8hv1gnNvNLdm4C0+2EiuWt9EatjjUmfriM1pTMM+r4j1lLHxeBQ9bVDmbywb11e3KjuavieA== |
| 1544 | + dependencies: |
| 1545 | + "@octokit/types" "^6.1.0" |
| 1546 | + deprecation "^2.3.1" |
1511 | 1547 |
|
1512 | 1548 | "@octokit/request-error@^1.0.2":
|
1513 | 1549 | version "1.2.1"
|
|
1527 | 1563 | deprecation "^2.0.0"
|
1528 | 1564 | once "^1.4.0"
|
1529 | 1565 |
|
1530 |
| -"@octokit/request@^5.0.0": |
1531 |
| - version "5.3.2" |
1532 |
| - resolved "https://registry.yarnpkg.com/@octokit/request/-/request-5.3.2.tgz#1ca8b90a407772a1ee1ab758e7e0aced213b9883" |
1533 |
| - integrity sha512-7NPJpg19wVQy1cs2xqXjjRq/RmtSomja/VSWnptfYwuBxLdbYh2UjhGi0Wx7B1v5Iw5GKhfFDQL7jM7SSp7K2g== |
1534 |
| - dependencies: |
1535 |
| - "@octokit/endpoint" "^5.5.0" |
1536 |
| - "@octokit/request-error" "^1.0.1" |
1537 |
| - "@octokit/types" "^2.0.0" |
1538 |
| - deprecation "^2.0.0" |
1539 |
| - is-plain-object "^3.0.0" |
1540 |
| - node-fetch "^2.3.0" |
1541 |
| - once "^1.4.0" |
1542 |
| - universal-user-agent "^5.0.0" |
1543 |
| - |
1544 |
| -"@octokit/request@^5.3.0": |
1545 |
| - version "5.4.2" |
1546 |
| - resolved "https://registry.yarnpkg.com/@octokit/request/-/request-5.4.2.tgz#74f8e5bbd39dc738a1b127629791f8ad1b3193ee" |
1547 |
| - integrity sha512-zKdnGuQ2TQ2vFk9VU8awFT4+EYf92Z/v3OlzRaSh4RIP0H6cvW1BFPXq4XYvNez+TPQjqN+0uSkCYnMFFhcFrw== |
| 1566 | +"@octokit/request@^5.0.0", "@octokit/request@^5.3.0", "@octokit/request@^5.4.12": |
| 1567 | + version "5.4.12" |
| 1568 | + resolved "https://registry.yarnpkg.com/@octokit/request/-/request-5.4.12.tgz#b04826fa934670c56b135a81447be2c1723a2ffc" |
| 1569 | + integrity sha512-MvWYdxengUWTGFpfpefBBpVmmEYfkwMoxonIB3sUGp5rhdgwjXL1ejo6JbgzG/QD9B/NYt/9cJX1pxXeSIUCkg== |
1548 | 1570 | dependencies:
|
1549 | 1571 | "@octokit/endpoint" "^6.0.1"
|
1550 | 1572 | "@octokit/request-error" "^2.0.0"
|
1551 |
| - "@octokit/types" "^2.11.1" |
| 1573 | + "@octokit/types" "^6.0.3" |
1552 | 1574 | deprecation "^2.0.0"
|
1553 |
| - is-plain-object "^3.0.0" |
1554 |
| - node-fetch "^2.3.0" |
| 1575 | + is-plain-object "^5.0.0" |
| 1576 | + node-fetch "^2.6.1" |
1555 | 1577 | once "^1.4.0"
|
1556 |
| - universal-user-agent "^5.0.0" |
| 1578 | + universal-user-agent "^6.0.0" |
1557 | 1579 |
|
1558 | 1580 | "@octokit/rest@16.28.7":
|
1559 | 1581 | version "16.28.7"
|
|
1574 | 1596 | universal-user-agent "^3.0.0"
|
1575 | 1597 | url-template "^2.0.8"
|
1576 | 1598 |
|
| 1599 | +"@octokit/rest@18.0.12": |
| 1600 | + version "18.0.12" |
| 1601 | + resolved "https://registry.yarnpkg.com/@octokit/rest/-/rest-18.0.12.tgz#278bd41358c56d87c201e787e8adc0cac132503a" |
| 1602 | + integrity sha512-hNRCZfKPpeaIjOVuNJzkEL6zacfZlBPV8vw8ReNeyUkVvbuCvvrrx8K8Gw2eyHHsmd4dPlAxIXIZ9oHhJfkJpw== |
| 1603 | + dependencies: |
| 1604 | + "@octokit/core" "^3.2.3" |
| 1605 | + "@octokit/plugin-paginate-rest" "^2.6.2" |
| 1606 | + "@octokit/plugin-request-log" "^1.0.2" |
| 1607 | + "@octokit/plugin-rest-endpoint-methods" "4.4.1" |
| 1608 | + |
1577 | 1609 | "@octokit/types@^2.0.0":
|
1578 | 1610 | version "2.3.1"
|
1579 | 1611 | resolved "https://registry.yarnpkg.com/@octokit/types/-/types-2.3.1.tgz#40cd61c125a6161cfb3bfabc75805ac7a54213b4"
|
|
1595 | 1627 | dependencies:
|
1596 | 1628 | "@types/node" ">= 8"
|
1597 | 1629 |
|
| 1630 | +"@octokit/types@^6.0.0", "@octokit/types@^6.0.1", "@octokit/types@^6.0.3", "@octokit/types@^6.1.0": |
| 1631 | + version "6.1.1" |
| 1632 | + resolved "https://registry.yarnpkg.com/@octokit/types/-/types-6.1.1.tgz#bc88b3eb5f447b025a2a1a8177a72db216e8d4ca" |
| 1633 | + integrity sha512-btm3D6S7VkRrgyYF31etUtVY/eQ1KzrNRqhFt25KSe2mKlXuLXJilglRC6eDA2P6ou94BUnk/Kz5MPEolXgoiw== |
| 1634 | + dependencies: |
| 1635 | + "@octokit/openapi-types" "^2.0.0" |
| 1636 | + "@types/node" ">= 8" |
| 1637 | + |
1598 | 1638 | "@phenomnomnominal/tsquery@^4.0.0":
|
1599 | 1639 | version "4.1.0"
|
1600 | 1640 | resolved "https://registry.yarnpkg.com/@phenomnomnominal/tsquery/-/tsquery-4.1.0.tgz#9c836d6db829b5127ccc1ffd8e4c2ad08d600071"
|
@@ -2848,7 +2888,7 @@ beeper@^1.0.0:
|
2848 | 2888 | resolved "https://registry.yarnpkg.com/beeper/-/beeper-1.1.1.tgz#e6d5ea8c5dad001304a70b22638447f69cb2f809"
|
2849 | 2889 | integrity sha1-5tXqjF2tABMEpwsiY4RH9pyy+Ak=
|
2850 | 2890 |
|
2851 |
| -before-after-hook@^2.0.0: |
| 2891 | +before-after-hook@^2.0.0, before-after-hook@^2.1.0: |
2852 | 2892 | version "2.1.0"
|
2853 | 2893 | resolved "https://registry.yarnpkg.com/before-after-hook/-/before-after-hook-2.1.0.tgz#b6c03487f44e24200dd30ca5e6a1979c5d2fb635"
|
2854 | 2894 | integrity sha512-IWIbu7pMqyw3EAJHzzHbWa85b6oud/yfKYg5rqB5hNE8CeMi3nX+2C2sj0HswfblST86hpVEOAb9x34NZd6P7A==
|
@@ -4523,7 +4563,7 @@ deprecated@^0.0.1:
|
4523 | 4563 | resolved "https://registry.yarnpkg.com/deprecated/-/deprecated-0.0.1.tgz#f9c9af5464afa1e7a971458a8bdef2aa94d5bb19"
|
4524 | 4564 | integrity sha1-+cmvVGSvoeepcUWKi97yqpTVuxk=
|
4525 | 4565 |
|
4526 |
| -deprecation@^2.0.0: |
| 4566 | +deprecation@^2.0.0, deprecation@^2.3.1: |
4527 | 4567 | version "2.3.1"
|
4528 | 4568 | resolved "https://registry.yarnpkg.com/deprecation/-/deprecation-2.3.1.tgz#6368cbdb40abf3373b525ac87e4a260c3a700919"
|
4529 | 4569 | integrity sha512-xmHIy4F3scKVwMsQ4WnVaS8bHOx0DmVwRywosKhaILI0ywMDWPtBSku2HNxRvF7jtwDRsoEwYQSfbxj8b7RlJQ==
|
@@ -7386,6 +7426,11 @@ is-plain-object@^3.0.0:
|
7386 | 7426 | dependencies:
|
7387 | 7427 | isobject "^4.0.0"
|
7388 | 7428 |
|
| 7429 | +is-plain-object@^5.0.0: |
| 7430 | + version "5.0.0" |
| 7431 | + resolved "https://registry.yarnpkg.com/is-plain-object/-/is-plain-object-5.0.0.tgz#4427f50ab3429e9025ea7d52e9043a9ef4159344" |
| 7432 | + integrity sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q== |
| 7433 | + |
7389 | 7434 | is-promise@^2.1, is-promise@^2.1.0:
|
7390 | 7435 | version "2.1.0"
|
7391 | 7436 | resolved "https://registry.yarnpkg.com/is-promise/-/is-promise-2.1.0.tgz#79a2a9ece7f096e80f36d2b2f3bc16c1ff4bf3fa"
|
@@ -13085,6 +13130,11 @@ universal-user-agent@^5.0.0:
|
13085 | 13130 | dependencies:
|
13086 | 13131 | os-name "^3.1.0"
|
13087 | 13132 |
|
| 13133 | +universal-user-agent@^6.0.0: |
| 13134 | + version "6.0.0" |
| 13135 | + resolved "https://registry.yarnpkg.com/universal-user-agent/-/universal-user-agent-6.0.0.tgz#3381f8503b251c0d9cd21bc1de939ec9df5480ee" |
| 13136 | + integrity sha512-isyNax3wXoKaulPDZWHQqbmIx1k2tb9fb3GGDBRxCscfYV2Ch7WxPArBsFEG8s/safwXTT7H4QGhaIkTp9447w== |
| 13137 | + |
13088 | 13138 | universalify@^0.1.0:
|
13089 | 13139 | version "0.1.2"
|
13090 | 13140 | resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.1.2.tgz#b646f69be3942dabcecc9d6639c80dc105efaa66"
|
|
0 commit comments