Skip to content

Commit c2a0c9a

Browse files
fix(deps): update dependency @actions/github to v5.0.1 (#196)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent 764fcd0 commit c2a0c9a

File tree

2 files changed

+25
-12
lines changed

2 files changed

+25
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
},
6666
"dependencies": {
6767
"@actions/core": "1.6.0",
68-
"@actions/github": "5.0.0",
68+
"@actions/github": "5.0.1",
6969
"node-fetch": "3.2.3"
7070
}
7171
}

yarn.lock

Lines changed: 24 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
dependencies:
1010
"@actions/http-client" "^1.0.11"
1111

12-
"@actions/github@5.0.0":
13-
version "5.0.0"
14-
resolved "https://registry.yarnpkg.com/@actions/github/-/github-5.0.0.tgz#1754127976c50bd88b2e905f10d204d76d1472f8"
15-
integrity sha512-QvE9eAAfEsS+yOOk0cylLBIO/d6WyWIOvsxxzdrPFaud39G6BOkUwScXZn1iBzQzHyu9SBkkLSWlohDWdsasAQ==
12+
"@actions/github@5.0.1":
13+
version "5.0.1"
14+
resolved "https://registry.yarnpkg.com/@actions/github/-/github-5.0.1.tgz#5fdbe371d9a592038668be95d12421361585fba1"
15+
integrity sha512-JZGyPM9ektb8NVTTI/2gfJ9DL7Rk98tQ7OVyTlgTuaQroariRBsOnzjy0I2EarX4xUZpK88YyO503fhmjFdyAg==
1616
dependencies:
1717
"@actions/http-client" "^1.0.11"
18-
"@octokit/core" "^3.4.0"
19-
"@octokit/plugin-paginate-rest" "^2.13.3"
20-
"@octokit/plugin-rest-endpoint-methods" "^5.1.1"
18+
"@octokit/core" "^3.6.0"
19+
"@octokit/plugin-paginate-rest" "^2.17.0"
20+
"@octokit/plugin-rest-endpoint-methods" "^5.13.0"
2121

2222
"@actions/http-client@^1.0.11":
2323
version "1.0.11"
@@ -747,7 +747,7 @@
747747
dependencies:
748748
"@octokit/types" "^6.0.3"
749749

750-
"@octokit/core@^3.4.0", "@octokit/core@^3.5.1":
750+
"@octokit/core@^3.5.1":
751751
version "3.5.1"
752752
resolved "https://registry.yarnpkg.com/@octokit/core/-/core-3.5.1.tgz#8601ceeb1ec0e1b1b8217b960a413ed8e947809b"
753753
integrity sha512-omncwpLVxMP+GLpLPgeGJBF6IWJFjXDS5flY5VbppePYX9XehevbDykRH9PdCdvqt9TS5AOTiDide7h0qrkHjw==
@@ -760,6 +760,19 @@
760760
before-after-hook "^2.2.0"
761761
universal-user-agent "^6.0.0"
762762

763+
"@octokit/core@^3.6.0":
764+
version "3.6.0"
765+
resolved "https://registry.yarnpkg.com/@octokit/core/-/core-3.6.0.tgz#3376cb9f3008d9b3d110370d90e0a1fcd5fe6085"
766+
integrity sha512-7RKRKuA4xTjMhY+eG3jthb3hlZCsOwg3rztWh75Xc+ShDWOfDDATWbeZpAHBNRpm4Tv9WgBMOy1zEJYXG6NJ7Q==
767+
dependencies:
768+
"@octokit/auth-token" "^2.4.4"
769+
"@octokit/graphql" "^4.5.8"
770+
"@octokit/request" "^5.6.3"
771+
"@octokit/request-error" "^2.0.5"
772+
"@octokit/types" "^6.0.3"
773+
before-after-hook "^2.2.0"
774+
universal-user-agent "^6.0.0"
775+
763776
"@octokit/endpoint@^6.0.1":
764777
version "6.0.12"
765778
resolved "https://registry.yarnpkg.com/@octokit/endpoint/-/endpoint-6.0.12.tgz#3b4d47a4b0e79b1027fb8d75d4221928b2d05658"
@@ -783,7 +796,7 @@
783796
resolved "https://registry.yarnpkg.com/@octokit/openapi-types/-/openapi-types-11.2.0.tgz#b38d7fc3736d52a1e96b230c1ccd4a58a2f400a6"
784797
integrity sha512-PBsVO+15KSlGmiI8QAzaqvsNlZlrDlyAJYcrXBCvVUxCp7VnXjkwPoFHgjEJXx3WF9BAwkA6nfCUA7i9sODzKA==
785798

786-
"@octokit/plugin-paginate-rest@^2.13.3", "@octokit/plugin-paginate-rest@^2.16.8":
799+
"@octokit/plugin-paginate-rest@^2.16.8", "@octokit/plugin-paginate-rest@^2.17.0":
787800
version "2.17.0"
788801
resolved "https://registry.yarnpkg.com/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-2.17.0.tgz#32e9c7cab2a374421d3d0de239102287d791bce7"
789802
integrity sha512-tzMbrbnam2Mt4AhuyCHvpRkS0oZ5MvwwcQPYGtMv4tUa5kkzG58SVB0fcsLulOZQeRnOgdkZWkRUiyBlh0Bkyw==
@@ -795,7 +808,7 @@
795808
resolved "https://registry.yarnpkg.com/@octokit/plugin-request-log/-/plugin-request-log-1.0.4.tgz#5e50ed7083a613816b1e4a28aeec5fb7f1462e85"
796809
integrity sha512-mLUsMkgP7K/cnFEw07kWqXGF5LKrOkD+lhCrKvPHXWDywAwuDUeDwWBpc69XK3pNX0uKiVt8g5z96PJ6z9xCFA==
797810

798-
"@octokit/plugin-rest-endpoint-methods@^5.1.1", "@octokit/plugin-rest-endpoint-methods@^5.12.0":
811+
"@octokit/plugin-rest-endpoint-methods@^5.12.0", "@octokit/plugin-rest-endpoint-methods@^5.13.0":
799812
version "5.13.0"
800813
resolved "https://registry.yarnpkg.com/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-5.13.0.tgz#8c46109021a3412233f6f50d28786f8e552427ba"
801814
integrity sha512-uJjMTkN1KaOIgNtUPMtIXDOjx6dGYysdIFhgA52x4xSadQCz3b/zJexvITDVpANnfKPW/+E0xkOvLntqMYpviA==
@@ -812,7 +825,7 @@
812825
deprecation "^2.0.0"
813826
once "^1.4.0"
814827

815-
"@octokit/request@^5.6.0":
828+
"@octokit/request@^5.6.0", "@octokit/request@^5.6.3":
816829
version "5.6.3"
817830
resolved "https://registry.yarnpkg.com/@octokit/request/-/request-5.6.3.tgz#19a022515a5bba965ac06c9d1334514eb50c48b0"
818831
integrity sha512-bFJl0I1KVc9jYTe9tdGGpAMPy32dLBXXo1dS/YwSCTL/2nd9XeHsY616RE3HPXDVk+a+dBuzyz5YdlXwcDTr2A==

0 commit comments

Comments
 (0)