|
1926 | 1926 | resolved "https://registry.yarnpkg.com/@octokit/auth-token/-/auth-token-4.0.0.tgz#40d203ea827b9f17f42a29c6afb93b7745ef80c7"
|
1927 | 1927 | integrity sha512-tY/msAuJo6ARbK6SPIxZrPBms3xPbfwBrulZe0Wtr/DIY9lje2HeV1uoebShn6mx7SjCHif6EjMvoREj+gZ+SA==
|
1928 | 1928 |
|
| 1929 | +"@octokit/auth-token@^5.0.0": |
| 1930 | + version "5.0.1" |
| 1931 | + resolved "https://registry.yarnpkg.com/@octokit/auth-token/-/auth-token-5.0.1.tgz#1b882a54587d9e58b7aebb5ae5b9a08522c822f0" |
| 1932 | + integrity sha512-RTmWsLfig8SBoiSdgvCht4BXl1CHU89Co5xiQ5JF19my/sIRDFCQ1RPrmK0exgqUZuNm39C/bV8+/83+MJEjGg== |
| 1933 | + |
1929 | 1934 | "@octokit/core@^5.0.0":
|
1930 | 1935 | version "5.0.0"
|
1931 | 1936 | resolved "https://registry.yarnpkg.com/@octokit/core/-/core-5.0.0.tgz#0fc2b6eb88437e5c1d69f756a5dcee7472d2b2dd"
|
|
1939 | 1944 | before-after-hook "^2.2.0"
|
1940 | 1945 | universal-user-agent "^6.0.0"
|
1941 | 1946 |
|
| 1947 | +"@octokit/core@^6.0.0": |
| 1948 | + version "6.0.1" |
| 1949 | + resolved "https://registry.yarnpkg.com/@octokit/core/-/core-6.0.1.tgz#4213915398c8722cfd2f9c43bcf35dd99bc06ca8" |
| 1950 | + integrity sha512-MIpPQXu8Y8GjHwXM81JLveiV+DHJZtLMcB5nKekBGOl3iAtk0HT3i12Xl8Biybu+bCS1+k4qbuKEq5d0RxNRnQ== |
| 1951 | + dependencies: |
| 1952 | + "@octokit/auth-token" "^5.0.0" |
| 1953 | + "@octokit/graphql" "^8.0.0" |
| 1954 | + "@octokit/request" "^9.0.0" |
| 1955 | + "@octokit/request-error" "^6.0.1" |
| 1956 | + "@octokit/types" "^12.0.0" |
| 1957 | + before-after-hook "^3.0.2" |
| 1958 | + universal-user-agent "^7.0.0" |
| 1959 | + |
| 1960 | +"@octokit/endpoint@^10.0.0": |
| 1961 | + version "10.0.0" |
| 1962 | + resolved "https://registry.yarnpkg.com/@octokit/endpoint/-/endpoint-10.0.0.tgz#18519d9a296a581af54dac5d7d3dba1b2e8022c8" |
| 1963 | + integrity sha512-emBcNDxBdC1y3+knJonS5zhUB/CG6TihubxM2U1/pG/Z1y3a4oV0Gzz3lmkCvWWQI6h3tqBAX9MgCBFp+M68Jw== |
| 1964 | + dependencies: |
| 1965 | + "@octokit/types" "^12.0.0" |
| 1966 | + universal-user-agent "^7.0.2" |
| 1967 | + |
1942 | 1968 | "@octokit/endpoint@^9.0.0":
|
1943 | 1969 | version "9.0.0"
|
1944 | 1970 | resolved "https://registry.yarnpkg.com/@octokit/endpoint/-/endpoint-9.0.0.tgz#c5ce19c74b999b85af9a8a189275c80faa3e90fd"
|
|
1957 | 1983 | "@octokit/types" "^11.0.0"
|
1958 | 1984 | universal-user-agent "^6.0.0"
|
1959 | 1985 |
|
| 1986 | +"@octokit/graphql@^8.0.0": |
| 1987 | + version "8.0.1" |
| 1988 | + resolved "https://registry.yarnpkg.com/@octokit/graphql/-/graphql-8.0.1.tgz#75d0778fb2fdeb0229d1861c3ba3b9ca7bcf4a37" |
| 1989 | + integrity sha512-lLDb6LhC1gBj2CxEDa5Xk10+H/boonhs+3Mi6jpRyetskDKNHe6crMeKmUE2efoLofMP8ruannLlCUgpTFmVzQ== |
| 1990 | + dependencies: |
| 1991 | + "@octokit/request" "^9.0.0" |
| 1992 | + "@octokit/types" "^12.0.0" |
| 1993 | + universal-user-agent "^7.0.0" |
| 1994 | + |
1960 | 1995 | "@octokit/openapi-types@^18.0.0":
|
1961 | 1996 | version "18.0.0"
|
1962 | 1997 | resolved "https://registry.yarnpkg.com/@octokit/openapi-types/-/openapi-types-18.0.0.tgz#f43d765b3c7533fd6fb88f3f25df079c24fccf69"
|
|
1967 | 2002 | resolved "https://registry.yarnpkg.com/@octokit/openapi-types/-/openapi-types-19.0.0.tgz#0101bf62ab14c1946149a0f8385440963e1253c4"
|
1968 | 2003 | integrity sha512-PclQ6JGMTE9iUStpzMkwLCISFn/wDeRjkZFIKALpvJQNBGwDoYYi2fFvuHwssoQ1rXI5mfh6jgTgWuddeUzfWw==
|
1969 | 2004 |
|
| 2005 | +"@octokit/openapi-types@^20.0.0": |
| 2006 | + version "20.0.0" |
| 2007 | + resolved "https://registry.yarnpkg.com/@octokit/openapi-types/-/openapi-types-20.0.0.tgz#9ec2daa0090eeb865ee147636e0c00f73790c6e5" |
| 2008 | + integrity sha512-EtqRBEjp1dL/15V7WiX5LJMIxxkdiGJnabzYx5Apx4FkQIFgAfKumXeYAqqJCj1s+BMX4cPFIFC4OLCR6stlnA== |
| 2009 | + |
| 2010 | +"@octokit/plugin-paginate-rest@^10.0.0": |
| 2011 | + version "10.0.0" |
| 2012 | + resolved "https://registry.yarnpkg.com/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-10.0.0.tgz#37f194a95f5be198776a35ade1f78847cabec209" |
| 2013 | + integrity sha512-G1Z67qOiFneKDJyMafHQkWnKm1kU3FfbRZLzxgsFg4dOa3pRNdABbdk+xo/oev6P88lnbt7GKdBNB6dJZuPphA== |
| 2014 | + dependencies: |
| 2015 | + "@octokit/types" "^12.6.0" |
| 2016 | + |
1970 | 2017 | "@octokit/plugin-paginate-rest@^9.0.0":
|
1971 | 2018 | version "9.0.0"
|
1972 | 2019 | resolved "https://registry.yarnpkg.com/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-9.0.0.tgz#21fd12816c2dc158a775ed20be5abcbc61052a46"
|
|
1983 | 2030 | "@octokit/types" "^11.0.0"
|
1984 | 2031 | bottleneck "^2.15.3"
|
1985 | 2032 |
|
| 2033 | +"@octokit/plugin-retry@^7.0.0": |
| 2034 | + version "7.0.3" |
| 2035 | + resolved "https://registry.yarnpkg.com/@octokit/plugin-retry/-/plugin-retry-7.0.3.tgz#64659e6294e437afbcfaaae9e67db3b1b621c244" |
| 2036 | + integrity sha512-T9l5Z7XnDZ7dkyNmhJPSUq0YjbqUT/xn4yQbhcSuv4WGC/LqM73/mKwkl68VDPoLw20e8oz4L7qQopWt9v6sow== |
| 2037 | + dependencies: |
| 2038 | + "@octokit/request-error" "^6.0.0" |
| 2039 | + "@octokit/types" "^12.0.0" |
| 2040 | + bottleneck "^2.15.3" |
| 2041 | + |
1986 | 2042 | "@octokit/plugin-throttling@^8.0.0":
|
1987 | 2043 | version "8.0.0"
|
1988 | 2044 | resolved "https://registry.yarnpkg.com/@octokit/plugin-throttling/-/plugin-throttling-8.0.0.tgz#58527f7994f36cf6879640608f229ccc6129627c"
|
|
1991 | 2047 | "@octokit/types" "^12.0.0"
|
1992 | 2048 | bottleneck "^2.15.3"
|
1993 | 2049 |
|
| 2050 | +"@octokit/plugin-throttling@^9.0.0": |
| 2051 | + version "9.0.3" |
| 2052 | + resolved "https://registry.yarnpkg.com/@octokit/plugin-throttling/-/plugin-throttling-9.0.3.tgz#5aeb282ee54632c8d70ee7f80d8b0ef6b9d74895" |
| 2053 | + integrity sha512-DReKamrLBJOzld73dmmxV2H137QKJfsxszAczEZXeAJQ/Po6bzQacKajPdodA6T1jfmP9+waImus+d/R2j+R7Q== |
| 2054 | + dependencies: |
| 2055 | + "@octokit/types" "^12.6.0" |
| 2056 | + bottleneck "^2.15.3" |
| 2057 | + |
1994 | 2058 | "@octokit/request-error@^5.0.0":
|
1995 | 2059 | version "5.0.0"
|
1996 | 2060 | resolved "https://registry.yarnpkg.com/@octokit/request-error/-/request-error-5.0.0.tgz#060c5770833f9d563ad9a49fec6650c41584bc40"
|
|
2000 | 2064 | deprecation "^2.0.0"
|
2001 | 2065 | once "^1.4.0"
|
2002 | 2066 |
|
| 2067 | +"@octokit/request-error@^6.0.0", "@octokit/request-error@^6.0.1": |
| 2068 | + version "6.0.2" |
| 2069 | + resolved "https://registry.yarnpkg.com/@octokit/request-error/-/request-error-6.0.2.tgz#b8060d8b31d5f92b0a88ab01df5a097c771723b4" |
| 2070 | + integrity sha512-WtRVpoHcNXs84+s9s/wqfHaxM68NGMg8Av7h59B50OVO0PwwMx+2GgQ/OliUd0iQBSNWgR6N8afi/KjSHbXHWw== |
| 2071 | + dependencies: |
| 2072 | + "@octokit/types" "^12.0.0" |
| 2073 | + |
2003 | 2074 | "@octokit/request@^8.0.1", "@octokit/request@^8.0.2":
|
2004 | 2075 | version "8.1.1"
|
2005 | 2076 | resolved "https://registry.yarnpkg.com/@octokit/request/-/request-8.1.1.tgz#23b4d3f164e973f4c1a0f24f68256f1646c00620"
|
|
2011 | 2082 | is-plain-object "^5.0.0"
|
2012 | 2083 | universal-user-agent "^6.0.0"
|
2013 | 2084 |
|
| 2085 | +"@octokit/request@^9.0.0": |
| 2086 | + version "9.0.1" |
| 2087 | + resolved "https://registry.yarnpkg.com/@octokit/request/-/request-9.0.1.tgz#628bc5b21243289b8e656dc43eb199d2a2ad1570" |
| 2088 | + integrity sha512-kL+cAcbSl3dctYLuJmLfx6Iku2MXXy0jszhaEIjQNaCp4zjHXrhVAHeuaRdNvJjW9qjl3u1MJ72+OuBP0YW/pg== |
| 2089 | + dependencies: |
| 2090 | + "@octokit/endpoint" "^10.0.0" |
| 2091 | + "@octokit/request-error" "^6.0.1" |
| 2092 | + "@octokit/types" "^12.0.0" |
| 2093 | + universal-user-agent "^7.0.2" |
| 2094 | + |
2014 | 2095 | "@octokit/types@^11.0.0", "@octokit/types@^11.1.0":
|
2015 | 2096 | version "11.1.0"
|
2016 | 2097 | resolved "https://registry.yarnpkg.com/@octokit/types/-/types-11.1.0.tgz#9e5db741d582b05718a4d91bac8cc987def235ea"
|
|
2025 | 2106 | dependencies:
|
2026 | 2107 | "@octokit/openapi-types" "^19.0.0"
|
2027 | 2108 |
|
| 2109 | +"@octokit/types@^12.6.0": |
| 2110 | + version "12.6.0" |
| 2111 | + resolved "https://registry.yarnpkg.com/@octokit/types/-/types-12.6.0.tgz#8100fb9eeedfe083aae66473bd97b15b62aedcb2" |
| 2112 | + integrity sha512-1rhSOfRa6H9w4YwK0yrf5faDaDTb+yLyBUKOCV4xtCDB5VmIPqd/v9yr9o6SAzOAlRxMiRiCic6JVM1/kunVkw== |
| 2113 | + dependencies: |
| 2114 | + "@octokit/openapi-types" "^20.0.0" |
| 2115 | + |
2028 | 2116 | "@pika/babel-plugin-esm-import-rewrite@^0.6.1":
|
2029 | 2117 | version "0.6.1"
|
2030 | 2118 | resolved "https://registry.yarnpkg.com/@pika/babel-plugin-esm-import-rewrite/-/babel-plugin-esm-import-rewrite-0.6.1.tgz#6f62833cbd1d850f3fec315a5416b2c5d1cec6f9"
|
|
2188 | 2276 | micromatch "^4.0.0"
|
2189 | 2277 | p-reduce "^2.0.0"
|
2190 | 2278 |
|
2191 |
| -"@semantic-release/github@^9.0.0", "@semantic-release/github@^9.2.6": |
| 2279 | +"@semantic-release/github@^10.0.2": |
| 2280 | + version "10.0.2" |
| 2281 | + resolved "https://registry.yarnpkg.com/@semantic-release/github/-/github-10.0.2.tgz#f889012df6b70043fb3502b13ff67ffcf52bd724" |
| 2282 | + integrity sha512-SP5ihhv/uQa8vPuWKmbJrrzfv8lRUkDFC6qwgaWoorrflN1DEW0IGCa9w/PxUp8Ad3dbvXZPmpXdGiP3eyTzhg== |
| 2283 | + dependencies: |
| 2284 | + "@octokit/core" "^6.0.0" |
| 2285 | + "@octokit/plugin-paginate-rest" "^10.0.0" |
| 2286 | + "@octokit/plugin-retry" "^7.0.0" |
| 2287 | + "@octokit/plugin-throttling" "^9.0.0" |
| 2288 | + "@semantic-release/error" "^4.0.0" |
| 2289 | + aggregate-error "^5.0.0" |
| 2290 | + debug "^4.3.4" |
| 2291 | + dir-glob "^3.0.1" |
| 2292 | + globby "^14.0.0" |
| 2293 | + http-proxy-agent "^7.0.0" |
| 2294 | + https-proxy-agent "^7.0.0" |
| 2295 | + issue-parser "^7.0.0" |
| 2296 | + lodash-es "^4.17.21" |
| 2297 | + mime "^4.0.0" |
| 2298 | + p-filter "^4.0.0" |
| 2299 | + url-join "^5.0.0" |
| 2300 | + |
| 2301 | +"@semantic-release/github@^9.0.0": |
2192 | 2302 | version "9.2.6"
|
2193 | 2303 | resolved "https://registry.yarnpkg.com/@semantic-release/github/-/github-9.2.6.tgz#0b0b00ab3ab0486cd3aecb4ae2f9f9cf2edd8eae"
|
2194 | 2304 | integrity sha512-shi+Lrf6exeNZF+sBhK+P011LSbhmIAoUEgEY6SsxF8irJ+J2stwI5jkyDQ+4gzYyDImzV6LCKdYB9FXnQRWKA==
|
@@ -3030,6 +3140,11 @@ before-after-hook@^2.2.0:
|
3030 | 3140 | resolved "https://registry.yarnpkg.com/before-after-hook/-/before-after-hook-2.2.2.tgz#a6e8ca41028d90ee2c24222f201c90956091613e"
|
3031 | 3141 | integrity sha512-3pZEU3NT5BFUo/AD5ERPWOgQOCZITni6iavr5AUw5AUwQjMlI0kzu5btnyD39AF0gUEsDPwJT+oY1ORBJijPjQ==
|
3032 | 3142 |
|
| 3143 | +before-after-hook@^3.0.2: |
| 3144 | + version "3.0.2" |
| 3145 | + resolved "https://registry.yarnpkg.com/before-after-hook/-/before-after-hook-3.0.2.tgz#d5665a5fa8b62294a5aa0a499f933f4a1016195d" |
| 3146 | + integrity sha512-Nik3Sc0ncrMK4UUdXQmAnRtzmNQTAAXmXIopizwZ1W1t8QmfJj+zL4OA2I7XPTPW5z5TDqv4hRo/JzouDJnX3A== |
| 3147 | + |
3033 | 3148 | bin-links@^4.0.1:
|
3034 | 3149 | version "4.0.1"
|
3035 | 3150 | resolved "https://registry.yarnpkg.com/bin-links/-/bin-links-4.0.1.tgz#afeb0549e642f61ff889b58ea2f8dca78fb9d8d3"
|
@@ -5838,6 +5953,17 @@ issue-parser@^6.0.0:
|
5838 | 5953 | lodash.isstring "^4.0.1"
|
5839 | 5954 | lodash.uniqby "^4.7.0"
|
5840 | 5955 |
|
| 5956 | +issue-parser@^7.0.0: |
| 5957 | + version "7.0.0" |
| 5958 | + resolved "https://registry.yarnpkg.com/issue-parser/-/issue-parser-7.0.0.tgz#27b832c5f5967da897e08ca1949d188e98873b1a" |
| 5959 | + integrity sha512-jgAw78HO3gs9UrKqJNQvfDj9Ouy8Mhu40fbEJ8yXff4MW8+/Fcn9iFjyWUQ6SKbX8ipPk3X5A3AyfYHRu6uVLw== |
| 5960 | + dependencies: |
| 5961 | + lodash.capitalize "^4.2.1" |
| 5962 | + lodash.escaperegexp "^4.1.2" |
| 5963 | + lodash.isplainobject "^4.0.6" |
| 5964 | + lodash.isstring "^4.0.1" |
| 5965 | + lodash.uniqby "^4.7.0" |
| 5966 | + |
5841 | 5967 | issue-regex@^2.0.0:
|
5842 | 5968 | version "2.0.0"
|
5843 | 5969 | resolved "https://registry.yarnpkg.com/issue-regex/-/issue-regex-2.0.0.tgz#bb1802490394f8083c7a6787247cbf975638ef5d"
|
@@ -9860,6 +9986,11 @@ universal-user-agent@^6.0.0:
|
9860 | 9986 | resolved "https://registry.yarnpkg.com/universal-user-agent/-/universal-user-agent-6.0.0.tgz#3381f8503b251c0d9cd21bc1de939ec9df5480ee"
|
9861 | 9987 | integrity sha512-isyNax3wXoKaulPDZWHQqbmIx1k2tb9fb3GGDBRxCscfYV2Ch7WxPArBsFEG8s/safwXTT7H4QGhaIkTp9447w==
|
9862 | 9988 |
|
| 9989 | +universal-user-agent@^7.0.0, universal-user-agent@^7.0.2: |
| 9990 | + version "7.0.2" |
| 9991 | + resolved "https://registry.yarnpkg.com/universal-user-agent/-/universal-user-agent-7.0.2.tgz#52e7d0e9b3dc4df06cc33cb2b9fd79041a54827e" |
| 9992 | + integrity sha512-0JCqzSKnStlRRQfCdowvqy3cy0Dvtlb8xecj/H8JFZuCze4rwjPZQOgvFvn0Ws/usCHQFGpyr+pB9adaGwXn4Q== |
| 9993 | + |
9863 | 9994 | universalify@^0.2.0:
|
9864 | 9995 | version "0.2.0"
|
9865 | 9996 | resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.2.0.tgz#6451760566fa857534745ab1dde952d1b1761be0"
|
|
0 commit comments