|
1529 | 1529 | resolved "https://registry.yarnpkg.com/@octokit/openapi-types/-/openapi-types-2.0.0.tgz#6d8f8ad9db3b75a39115f5def2654df8bed39f28"
|
1530 | 1530 | integrity sha512-J4bfM7lf8oZvEAdpS71oTvC1ofKxfEZgU5vKVwzZKi4QPiL82udjpseJwxPid9Pu2FNmyRQOX4iEj6W1iOSnPw==
|
1531 | 1531 |
|
| 1532 | +"@octokit/openapi-types@^3.2.0": |
| 1533 | + version "3.2.0" |
| 1534 | + resolved "https://registry.yarnpkg.com/@octokit/openapi-types/-/openapi-types-3.2.0.tgz#d62d0ff7147dbf4d218616b2484ee2a5d023055d" |
| 1535 | + integrity sha512-X7yW/fpzF3uTAE+LbPD3HEeeU+/49o0V4kNA/yv8jQ3BDpFayv/osTOhY1y1mLXljW2bOJcOCSGZo4jFKPJ6Vw== |
| 1536 | + |
1532 | 1537 | "@octokit/plugin-paginate-rest@^2.6.2":
|
1533 | 1538 | version "2.6.2"
|
1534 | 1539 | resolved "https://registry.yarnpkg.com/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-2.6.2.tgz#45d13dbf5ff8aed54f1a3716b1d57fdc62720c5f"
|
|
1541 | 1546 | resolved "https://registry.yarnpkg.com/@octokit/plugin-request-log/-/plugin-request-log-1.0.2.tgz#394d59ec734cd2f122431fbaf05099861ece3c44"
|
1542 | 1547 | integrity sha512-oTJSNAmBqyDR41uSMunLQKMX0jmEXbwD1fpz8FG27lScV3RhtGfBa1/BBLym+PxcC16IBlF7KH9vP1BUYxA+Eg==
|
1543 | 1548 |
|
1544 |
| -"@octokit/plugin-rest-endpoint-methods@4.4.1": |
1545 |
| - version "4.4.1" |
1546 |
| - resolved "https://registry.yarnpkg.com/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-4.4.1.tgz#105cf93255432155de078c9efc33bd4e14d1cd63" |
1547 |
| - integrity sha512-+v5PcvrUcDeFXf8hv1gnNvNLdm4C0+2EiuWt9EatjjUmfriM1pTMM+r4j1lLHxeBQ9bVDmbywb11e3KjuavieA== |
| 1549 | +"@octokit/plugin-rest-endpoint-methods@4.8.0": |
| 1550 | + version "4.8.0" |
| 1551 | + resolved "https://registry.yarnpkg.com/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-4.8.0.tgz#c1f24f940fc265f0021c8f544e3d8755f3253759" |
| 1552 | + integrity sha512-2zRpXDveJH8HsXkeeMtRW21do8wuSxVn1xXFdvhILyxlLWqGQrdJUA1/dk5DM7iAAYvwT/P3bDOLs90yL4S2AA== |
1548 | 1553 | dependencies:
|
1549 |
| - "@octokit/types" "^6.1.0" |
| 1554 | + "@octokit/types" "^6.5.0" |
1550 | 1555 | deprecation "^2.3.1"
|
1551 | 1556 |
|
1552 | 1557 | "@octokit/request-error@^1.0.2":
|
|
1600 | 1605 | universal-user-agent "^3.0.0"
|
1601 | 1606 | url-template "^2.0.8"
|
1602 | 1607 |
|
1603 |
| - |
1604 |
| - version "18.0.12" |
1605 |
| - resolved "https://registry.yarnpkg.com/@octokit/rest/-/rest-18.0.12.tgz#278bd41358c56d87c201e787e8adc0cac132503a" |
1606 |
| - integrity sha512-hNRCZfKPpeaIjOVuNJzkEL6zacfZlBPV8vw8ReNeyUkVvbuCvvrrx8K8Gw2eyHHsmd4dPlAxIXIZ9oHhJfkJpw== |
| 1608 | + |
| 1609 | + version "18.0.14" |
| 1610 | + resolved "https://registry.yarnpkg.com/@octokit/rest/-/rest-18.0.14.tgz#a152478465746542e80697b5a5576ccb6151dc4d" |
| 1611 | + integrity sha512-62mKIaBb/XD2Z2KCBmAPydEk/d0IBMOnwk6DJVo36ICTnxlRPTdQwFE2LzlpBPDR52xOKPlGqb3Bnhh99atltA== |
1607 | 1612 | dependencies:
|
1608 | 1613 | "@octokit/core" "^3.2.3"
|
1609 | 1614 | "@octokit/plugin-paginate-rest" "^2.6.2"
|
1610 | 1615 | "@octokit/plugin-request-log" "^1.0.2"
|
1611 |
| - "@octokit/plugin-rest-endpoint-methods" "4.4.1" |
| 1616 | + "@octokit/plugin-rest-endpoint-methods" "4.8.0" |
1612 | 1617 |
|
1613 | 1618 | "@octokit/types@^2.0.0":
|
1614 | 1619 | version "2.3.1"
|
|
1631 | 1636 | dependencies:
|
1632 | 1637 | "@types/node" ">= 8"
|
1633 | 1638 |
|
1634 |
| -"@octokit/types@^6.0.0", "@octokit/types@^6.0.1", "@octokit/types@^6.0.3", "@octokit/types@^6.1.0": |
| 1639 | +"@octokit/types@^6.0.0", "@octokit/types@^6.0.1", "@octokit/types@^6.0.3": |
1635 | 1640 | version "6.1.1"
|
1636 | 1641 | resolved "https://registry.yarnpkg.com/@octokit/types/-/types-6.1.1.tgz#bc88b3eb5f447b025a2a1a8177a72db216e8d4ca"
|
1637 | 1642 | integrity sha512-btm3D6S7VkRrgyYF31etUtVY/eQ1KzrNRqhFt25KSe2mKlXuLXJilglRC6eDA2P6ou94BUnk/Kz5MPEolXgoiw==
|
1638 | 1643 | dependencies:
|
1639 | 1644 | "@octokit/openapi-types" "^2.0.0"
|
1640 | 1645 | "@types/node" ">= 8"
|
1641 | 1646 |
|
| 1647 | +"@octokit/types@^6.5.0": |
| 1648 | + version "6.5.0" |
| 1649 | + resolved "https://registry.yarnpkg.com/@octokit/types/-/types-6.5.0.tgz#8f27c52d57eb4096fb05a290f4afc90194e08b19" |
| 1650 | + integrity sha512-mzCy7lkYQv+kM58W37uTg/mWoJ4nvRDRCkjSdqlrgA28hJEYNJTMYiGTvmq39cdtnMPJd0hshysBEAaH4D5C7w== |
| 1651 | + dependencies: |
| 1652 | + "@octokit/openapi-types" "^3.2.0" |
| 1653 | + "@types/node" ">= 8" |
| 1654 | + |
1642 | 1655 | "@opentelemetry/api@^0.12.0":
|
1643 | 1656 | version "0.12.0"
|
1644 | 1657 | resolved "https://registry.yarnpkg.com/@opentelemetry/api/-/api-0.12.0.tgz#0359c3926e8f16fdcd8c78f196bd1e9fc4e66777"
|
|
0 commit comments