Skip to content

Commit d19ace6

Browse files
fix(deps): bump @octokit/rest from 18.0.4 to 18.0.5
Bumps [@octokit/rest](https://github.com/octokit/rest.js) from 18.0.4 to 18.0.5. - [Release notes](https://github.com/octokit/rest.js/releases) - [Commits](octokit/rest.js@v18.0.4...v18.0.5) Signed-off-by: dependabot[bot] <support@github.com>
1 parent e264a69 commit d19ace6

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
},
4141
"dependencies": {
4242
"@actions/core": "^1.2.5",
43-
"@octokit/rest": "^18.0.4"
43+
"@octokit/rest": "^18.0.5"
4444
},
4545
"devDependencies": {
4646
"@types/jest": "^26.0.13",

yarn.lock

+11-11
Original file line numberDiff line numberDiff line change
@@ -559,12 +559,12 @@
559559
resolved "https://registry.yarnpkg.com/@octokit/plugin-request-log/-/plugin-request-log-1.0.0.tgz#eef87a431300f6148c39a7f75f8cfeb218b2547e"
560560
integrity sha512-ywoxP68aOT3zHCLgWZgwUJatiENeHE7xJzYjfz8WI0goynp96wETBF+d95b8g/uL4QmS6owPVlaxiz3wyMAzcw==
561561

562-
"@octokit/plugin-rest-endpoint-methods@4.1.3":
563-
version "4.1.3"
564-
resolved "https://registry.yarnpkg.com/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-4.1.3.tgz#44d9af35cd9fef63c7a4cf3b0e6b681886cc8d34"
565-
integrity sha512-az3seq9yuc0OXlNLrZ0fWTNbFuL4sN8GN1sLmovELg3+LnpWmOs3GAn2KGa6E7SKMgpCuFvJwvsHEfYasTHUxQ==
562+
"@octokit/plugin-rest-endpoint-methods@4.1.4":
563+
version "4.1.4"
564+
resolved "https://registry.yarnpkg.com/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-4.1.4.tgz#ca60736d761b304fec02a2608caaec2d822e9835"
565+
integrity sha512-Y2tVpSa7HjV3DGIQrQOJcReJ2JtcN9FaGr9jDa332Flro923/h3/Iu9e7Y4GilnzfLclHEh5iCQoCkHm7tWOcg==
566566
dependencies:
567-
"@octokit/types" "^5.1.1"
567+
"@octokit/types" "^5.4.1"
568568
deprecation "^2.3.1"
569569

570570
"@octokit/request-error@^2.0.0":
@@ -590,17 +590,17 @@
590590
once "^1.4.0"
591591
universal-user-agent "^6.0.0"
592592

593-
"@octokit/rest@^18.0.4":
594-
version "18.0.4"
595-
resolved "https://registry.yarnpkg.com/@octokit/rest/-/rest-18.0.4.tgz#3c7e7dba671ae2097c24086581a2dc2fdb039be0"
596-
integrity sha512-l4PspvLvBG+bTDsji+XceDWuIf7qAZHLljbqJZ6UDdtACkW+MuFsprXicV5pEFAkxfPusyVDDPYJKRY1KJb7Zg==
593+
"@octokit/rest@^18.0.5":
594+
version "18.0.5"
595+
resolved "https://registry.yarnpkg.com/@octokit/rest/-/rest-18.0.5.tgz#1f1498dcdc2d85d0f86b8168e4ff5779842b2742"
596+
integrity sha512-SPKI24tQXrr1XsnaIjv2x0rl4M5eF1+hj8+vMe3d/exZ7NnL5sTe1BuFyCyJyrc+j1HkXankvgGN9zT0rwBwtg==
597597
dependencies:
598598
"@octokit/core" "^3.0.0"
599599
"@octokit/plugin-paginate-rest" "^2.2.0"
600600
"@octokit/plugin-request-log" "^1.0.0"
601-
"@octokit/plugin-rest-endpoint-methods" "4.1.3"
601+
"@octokit/plugin-rest-endpoint-methods" "4.1.4"
602602

603-
"@octokit/types@^5.0.0", "@octokit/types@^5.0.1", "@octokit/types@^5.1.1", "@octokit/types@^5.3.0":
603+
"@octokit/types@^5.0.0", "@octokit/types@^5.0.1", "@octokit/types@^5.3.0", "@octokit/types@^5.4.1":
604604
version "5.4.1"
605605
resolved "https://registry.yarnpkg.com/@octokit/types/-/types-5.4.1.tgz#d5d5f2b70ffc0e3f89467c3db749fa87fc3b7031"
606606
integrity sha512-OlMlSySBJoJ6uozkr/i03nO5dlYQyE05vmQNZhAh9MyO4DPBP88QlwsDVLmVjIMFssvIZB6WO0ctIGMRG+xsJQ==

0 commit comments

Comments
 (0)