|
2883 | 2883 | resolved "https://registry.yarnpkg.com/@octokit/auth-token/-/auth-token-3.0.4.tgz#70e941ba742bdd2b49bdb7393e821dea8520a3db" |
2884 | 2884 | integrity sha512-TWFX7cZF2LXoCvdmJWY7XVPi74aSY0+FfBZNSXEXFkMpjcqsQwDSYVv5FhRFaI0V1ECnwbz4j59T/G+rXNWaIQ== |
2885 | 2885 |
|
2886 | | -"@octokit/auth-token@^4.0.0": |
2887 | | - version "4.0.0" |
2888 | | - resolved "https://registry.yarnpkg.com/@octokit/auth-token/-/auth-token-4.0.0.tgz#40d203ea827b9f17f42a29c6afb93b7745ef80c7" |
2889 | | - integrity sha512-tY/msAuJo6ARbK6SPIxZrPBms3xPbfwBrulZe0Wtr/DIY9lje2HeV1uoebShn6mx7SjCHif6EjMvoREj+gZ+SA== |
| 2886 | +"@octokit/auth-token@^5.0.0": |
| 2887 | + version "5.1.1" |
| 2888 | + resolved "https://registry.yarnpkg.com/@octokit/auth-token/-/auth-token-5.1.1.tgz#3bbfe905111332a17f72d80bd0b51a3e2fa2cf07" |
| 2889 | + integrity sha512-rh3G3wDO8J9wSjfI436JUKzHIxq8NaiL0tVeB2aXmG6p/9859aUOAjA9pmSPNGGZxfwmaJ9ozOJImuNVJdpvbA== |
2890 | 2890 |
|
2891 | 2891 | "@octokit/core@^4.2.1": |
2892 | 2892 | version "4.2.4" |
|
2901 | 2901 | before-after-hook "^2.2.0" |
2902 | 2902 | universal-user-agent "^6.0.0" |
2903 | 2903 |
|
2904 | | -"@octokit/core@^5.2.0": |
2905 | | - version "5.2.0" |
2906 | | - resolved "https://registry.yarnpkg.com/@octokit/core/-/core-5.2.0.tgz#ddbeaefc6b44a39834e1bb2e58a49a117672a7ea" |
2907 | | - integrity sha512-1LFfa/qnMQvEOAdzlQymH0ulepxbxnCYAKJZfMci/5XJyIHWgEYnDmgnKakbTh7CH2tFQ5O60oYDvns4i9RAIg== |
| 2904 | +"@octokit/core@^6.1.2": |
| 2905 | + version "6.1.2" |
| 2906 | + resolved "https://registry.yarnpkg.com/@octokit/core/-/core-6.1.2.tgz#20442d0a97c411612da206411e356014d1d1bd17" |
| 2907 | + integrity sha512-hEb7Ma4cGJGEUNOAVmyfdB/3WirWMg5hDuNFVejGEDFqupeOysLc2sG6HJxY2etBp5YQu5Wtxwi020jS9xlUwg== |
2908 | 2908 | dependencies: |
2909 | | - "@octokit/auth-token" "^4.0.0" |
2910 | | - "@octokit/graphql" "^7.1.0" |
2911 | | - "@octokit/request" "^8.3.1" |
2912 | | - "@octokit/request-error" "^5.1.0" |
| 2909 | + "@octokit/auth-token" "^5.0.0" |
| 2910 | + "@octokit/graphql" "^8.0.0" |
| 2911 | + "@octokit/request" "^9.0.0" |
| 2912 | + "@octokit/request-error" "^6.0.1" |
2913 | 2913 | "@octokit/types" "^13.0.0" |
2914 | | - before-after-hook "^2.2.0" |
2915 | | - universal-user-agent "^6.0.0" |
| 2914 | + before-after-hook "^3.0.2" |
| 2915 | + universal-user-agent "^7.0.0" |
| 2916 | + |
| 2917 | +"@octokit/endpoint@^10.0.0": |
| 2918 | + version "10.1.1" |
| 2919 | + resolved "https://registry.yarnpkg.com/@octokit/endpoint/-/endpoint-10.1.1.tgz#1a9694e7aef6aa9d854dc78dd062945945869bcc" |
| 2920 | + integrity sha512-JYjh5rMOwXMJyUpj028cu0Gbp7qe/ihxfJMLc8VZBMMqSwLgOxDI1911gV4Enl1QSavAQNJcwmwBF9M0VvLh6Q== |
| 2921 | + dependencies: |
| 2922 | + "@octokit/types" "^13.0.0" |
| 2923 | + universal-user-agent "^7.0.2" |
2916 | 2924 |
|
2917 | 2925 | "@octokit/endpoint@^7.0.0": |
2918 | 2926 | version "7.0.6" |
|
2923 | 2931 | is-plain-object "^5.0.0" |
2924 | 2932 | universal-user-agent "^6.0.0" |
2925 | 2933 |
|
2926 | | -"@octokit/endpoint@^9.0.1": |
2927 | | - version "9.0.5" |
2928 | | - resolved "https://registry.yarnpkg.com/@octokit/endpoint/-/endpoint-9.0.5.tgz#e6c0ee684e307614c02fc6ac12274c50da465c44" |
2929 | | - integrity sha512-ekqR4/+PCLkEBF6qgj8WqJfvDq65RH85OAgrtnVp1mSxaXF03u2xW/hUdweGS5654IlC0wkNYC18Z50tSYTAFw== |
2930 | | - dependencies: |
2931 | | - "@octokit/types" "^13.1.0" |
2932 | | - universal-user-agent "^6.0.0" |
2933 | | - |
2934 | 2934 | "@octokit/graphql@^5.0.0": |
2935 | 2935 | version "5.0.6" |
2936 | 2936 | resolved "https://registry.yarnpkg.com/@octokit/graphql/-/graphql-5.0.6.tgz#9eac411ac4353ccc5d3fca7d76736e6888c5d248" |
|
2940 | 2940 | "@octokit/types" "^9.0.0" |
2941 | 2941 | universal-user-agent "^6.0.0" |
2942 | 2942 |
|
2943 | | -"@octokit/graphql@^7.1.0": |
2944 | | - version "7.1.0" |
2945 | | - resolved "https://registry.yarnpkg.com/@octokit/graphql/-/graphql-7.1.0.tgz#9bc1c5de92f026648131f04101cab949eeffe4e0" |
2946 | | - integrity sha512-r+oZUH7aMFui1ypZnAvZmn0KSqAUgE1/tUXIWaqUCa1758ts/Jio84GZuzsvUkme98kv0WFY8//n0J1Z+vsIsQ== |
| 2943 | +"@octokit/graphql@^8.0.0": |
| 2944 | + version "8.1.1" |
| 2945 | + resolved "https://registry.yarnpkg.com/@octokit/graphql/-/graphql-8.1.1.tgz#3cacab5f2e55d91c733e3bf481d3a3f8a5f639c4" |
| 2946 | + integrity sha512-ukiRmuHTi6ebQx/HFRCXKbDlOh/7xEV6QUXaE7MJEKGNAncGI/STSbOkl12qVXZrfZdpXctx5O9X1AIaebiDBg== |
2947 | 2947 | dependencies: |
2948 | | - "@octokit/request" "^8.3.0" |
| 2948 | + "@octokit/request" "^9.0.0" |
2949 | 2949 | "@octokit/types" "^13.0.0" |
2950 | | - universal-user-agent "^6.0.0" |
| 2950 | + universal-user-agent "^7.0.0" |
2951 | 2951 |
|
2952 | 2952 | "@octokit/openapi-types@^18.0.0": |
2953 | 2953 | version "18.1.1" |
|
2993 | 2993 | deprecation "^2.0.0" |
2994 | 2994 | once "^1.4.0" |
2995 | 2995 |
|
2996 | | -"@octokit/request-error@^5.1.0": |
2997 | | - version "5.1.0" |
2998 | | - resolved "https://registry.yarnpkg.com/@octokit/request-error/-/request-error-5.1.0.tgz#ee4138538d08c81a60be3f320cd71063064a3b30" |
2999 | | - integrity sha512-GETXfE05J0+7H2STzekpKObFe765O5dlAKUTLNGeH+x47z7JjXHfsHKo5z21D/o/IOZTUEI6nyWyR+bZVP/n5Q== |
| 2996 | +"@octokit/request-error@^6.0.1": |
| 2997 | + version "6.1.4" |
| 2998 | + resolved "https://registry.yarnpkg.com/@octokit/request-error/-/request-error-6.1.4.tgz#ad96e29148d19edc2ba8009fc2b5a24a36c90f16" |
| 2999 | + integrity sha512-VpAhIUxwhWZQImo/dWAN/NpPqqojR6PSLgLYAituLM6U+ddx9hCioFGwBr5Mi+oi5CLeJkcAs3gJ0PYYzU6wUg== |
3000 | 3000 | dependencies: |
3001 | | - "@octokit/types" "^13.1.0" |
3002 | | - deprecation "^2.0.0" |
3003 | | - once "^1.4.0" |
| 3001 | + "@octokit/types" "^13.0.0" |
3004 | 3002 |
|
3005 | 3003 | "@octokit/request@^6.0.0": |
3006 | 3004 | version "6.2.8" |
|
3014 | 3012 | node-fetch "^2.6.7" |
3015 | 3013 | universal-user-agent "^6.0.0" |
3016 | 3014 |
|
3017 | | -"@octokit/request@^8.3.0", "@octokit/request@^8.3.1": |
3018 | | - version "8.4.0" |
3019 | | - resolved "https://registry.yarnpkg.com/@octokit/request/-/request-8.4.0.tgz#7f4b7b1daa3d1f48c0977ad8fffa2c18adef8974" |
3020 | | - integrity sha512-9Bb014e+m2TgBeEJGEbdplMVWwPmL1FPtggHQRkV+WVsMggPtEkLKPlcVYm/o8xKLkpJ7B+6N8WfQMtDLX2Dpw== |
| 3015 | +"@octokit/request@^9.0.0": |
| 3016 | + version "9.1.3" |
| 3017 | + resolved "https://registry.yarnpkg.com/@octokit/request/-/request-9.1.3.tgz#42b693bc06238f43af3c037ebfd35621c6457838" |
| 3018 | + integrity sha512-V+TFhu5fdF3K58rs1pGUJIDH5RZLbZm5BI+MNF+6o/ssFNT4vWlCh/tVpF3NxGtP15HUxTTMUbsG5llAuU2CZA== |
3021 | 3019 | dependencies: |
3022 | | - "@octokit/endpoint" "^9.0.1" |
3023 | | - "@octokit/request-error" "^5.1.0" |
| 3020 | + "@octokit/endpoint" "^10.0.0" |
| 3021 | + "@octokit/request-error" "^6.0.1" |
3024 | 3022 | "@octokit/types" "^13.1.0" |
3025 | | - universal-user-agent "^6.0.0" |
| 3023 | + universal-user-agent "^7.0.2" |
3026 | 3024 |
|
3027 | 3025 | "@octokit/rest@19.0.11": |
3028 | 3026 | version "19.0.11" |
@@ -5732,6 +5730,11 @@ before-after-hook@^2.2.0: |
5732 | 5730 | resolved "https://registry.yarnpkg.com/before-after-hook/-/before-after-hook-2.2.3.tgz#c51e809c81a4e354084422b9b26bad88249c517c" |
5733 | 5731 | integrity sha512-NzUnlZexiaH/46WDhANlyR2bXRopNg4F/zuSA3OpZnllCUgRaOF2znDioDWrmbNVsuZk6l9pMquQB38cfBZwkQ== |
5734 | 5732 |
|
| 5733 | +before-after-hook@^3.0.2: |
| 5734 | + version "3.0.2" |
| 5735 | + resolved "https://registry.yarnpkg.com/before-after-hook/-/before-after-hook-3.0.2.tgz#d5665a5fa8b62294a5aa0a499f933f4a1016195d" |
| 5736 | + integrity sha512-Nik3Sc0ncrMK4UUdXQmAnRtzmNQTAAXmXIopizwZ1W1t8QmfJj+zL4OA2I7XPTPW5z5TDqv4hRo/JzouDJnX3A== |
| 5737 | + |
5735 | 5738 | better-path-resolve@1.0.0: |
5736 | 5739 | version "1.0.0" |
5737 | 5740 | resolved "https://registry.yarnpkg.com/better-path-resolve/-/better-path-resolve-1.0.0.tgz#13a35a1104cdd48a7b74bf8758f96a1ee613f99d" |
@@ -15012,6 +15015,11 @@ universal-user-agent@^6.0.0: |
15012 | 15015 | resolved "https://registry.yarnpkg.com/universal-user-agent/-/universal-user-agent-6.0.1.tgz#15f20f55da3c930c57bddbf1734c6654d5fd35aa" |
15013 | 15016 | integrity sha512-yCzhz6FN2wU1NiiQRogkTQszlQSlpWaw8SvVegAc+bDxbzHgh1vX8uIe8OYyMH6DwH+sdTJsgMl36+mSMdRJIQ== |
15014 | 15017 |
|
| 15018 | +universal-user-agent@^7.0.0, universal-user-agent@^7.0.2: |
| 15019 | + version "7.0.2" |
| 15020 | + resolved "https://registry.yarnpkg.com/universal-user-agent/-/universal-user-agent-7.0.2.tgz#52e7d0e9b3dc4df06cc33cb2b9fd79041a54827e" |
| 15021 | + integrity sha512-0JCqzSKnStlRRQfCdowvqy3cy0Dvtlb8xecj/H8JFZuCze4rwjPZQOgvFvn0Ws/usCHQFGpyr+pB9adaGwXn4Q== |
| 15022 | + |
15015 | 15023 | universalify@^0.1.0: |
15016 | 15024 | version "0.1.2" |
15017 | 15025 | resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.1.2.tgz#b646f69be3942dabcecc9d6639c80dc105efaa66" |
|
0 commit comments