Skip to content

Commit

Permalink
chore(deps): update dependency @octokit/action to v3.17.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Sep 27, 2021
1 parent 688cfe5 commit 707f71c
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@actions/exec": "1.1.0",
"@actions/io": "1.1.1",
"@actions/tool-cache": "1.7.1",
"@octokit/action": "3.17.0",
"@octokit/action": "3.17.2",
"@octokit/plugin-retry": "3.0.9",
"filehound": "1.17.5",
"fs-extra": "10.0.0",
Expand Down
34 changes: 23 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -970,15 +970,15 @@
"@nodelib/fs.scandir" "2.1.4"
fastq "^1.6.0"

"@octokit/action@3.17.0":
version "3.17.0"
resolved "https://registry.yarnpkg.com/@octokit/action/-/action-3.17.0.tgz#f46b2290cd614bf865392f319254c85784ef0101"
integrity sha512-dJq+hllFhAKPWfq5tXvd63xbf891vfbhYighMEeCLfdlnJINYFgC1guFFAIpAXm+CB2HbwYrAhciI3BcrnAr9A==
"@octokit/action@3.17.2":
version "3.17.2"
resolved "https://registry.yarnpkg.com/@octokit/action/-/action-3.17.2.tgz#56d23df5f0d22ff04c0e2ab9a7ada401861aadc5"
integrity sha512-NSJeTGNyRyDYuVMrwKFAx21g3ZL6odd0MIFsbyQVbZoqd5XWfJFzHo1k+84zEA7Qsv7863BgezexrQyXSA1r/A==
dependencies:
"@octokit/auth-action" "^1.2.0"
"@octokit/core" "^3.0.0"
"@octokit/plugin-paginate-rest" "^2.2.4"
"@octokit/plugin-rest-endpoint-methods" "5.11.1"
"@octokit/plugin-rest-endpoint-methods" "5.11.3"
"@octokit/types" "^6.16.1"
proxy-agent "^5.0.0"

Expand Down Expand Up @@ -1042,6 +1042,11 @@
resolved "https://registry.yarnpkg.com/@octokit/openapi-types/-/openapi-types-10.5.0.tgz#9deea593663677febd07d93d31ab6882ba5e5748"
integrity sha512-yt8GpYL0s1bLZR7602l0Im5zfmB3UdHYCfcrv3ZGRX95BjX66UQeH4asXjXo8xBit9HneCctVhTMN0On/duukQ==

"@octokit/openapi-types@^10.6.1":
version "10.6.1"
resolved "https://registry.yarnpkg.com/@octokit/openapi-types/-/openapi-types-10.6.1.tgz#4eb303e7da4de3d17216db80e3be6309f03b9fcc"
integrity sha512-53YKy8w8+sHQhUONhTiYt6MqNqPolejYr6rK/3VOevpORAIYGQEX2pmXnnhgdSsjHy176e5ZBgVt0ppOGziS7g==

"@octokit/openapi-types@^5.1.0":
version "5.1.0"
resolved "https://registry.yarnpkg.com/@octokit/openapi-types/-/openapi-types-5.1.0.tgz#661fd03c7d55fbcb0a0937d3353d87dea012f52c"
Expand All @@ -1054,12 +1059,12 @@
dependencies:
"@octokit/types" "^6.10.0"

"@octokit/plugin-rest-endpoint-methods@5.11.1":
version "5.11.1"
resolved "https://registry.yarnpkg.com/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-5.11.1.tgz#308476ae5de133ab4d30a6fa6c8f2766ff2524a0"
integrity sha512-EE69SuO08wtnIy9q/HftGDr7/Im1txzDfeYr+I4T/JkMSNEiedUUE5RuCWkEQAwwbeEU4kVTwSEQZb9Af77/PA==
"@octokit/plugin-rest-endpoint-methods@5.11.3":
version "5.11.3"
resolved "https://registry.yarnpkg.com/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-5.11.3.tgz#d3b01fafb4a64bf7da4e3852f969cb65293e78ae"
integrity sha512-E19gqHqfP3uJa2/hx6Abhx2NrVP5tsNbst2/AeqGxlGM+eL4N8fRbzhd+NEIsGAB4y3R7e9kVE0y8OOghlXUXw==
dependencies:
"@octokit/types" "^6.30.0"
"@octokit/types" "^6.31.1"
deprecation "^2.3.1"

"@octokit/plugin-retry@3.0.9":
Expand Down Expand Up @@ -1093,7 +1098,7 @@
once "^1.4.0"
universal-user-agent "^6.0.0"

"@octokit/types@6.31.0", "@octokit/types@^6.16.1", "@octokit/types@^6.30.0":
"@octokit/types@6.31.0", "@octokit/types@^6.16.1":
version "6.31.0"
resolved "https://registry.yarnpkg.com/@octokit/types/-/types-6.31.0.tgz#b444852100090d1c5d0015614860c6131dc217e8"
integrity sha512-xobpvYmMYoFSxZB6jL1TPTMMZkxZIBlY145ZKibBJDKCczP1FrLLougtuVOZywGVZdcYs8oq2Bxb3aMjqIFeiw==
Expand All @@ -1107,6 +1112,13 @@
dependencies:
"@octokit/openapi-types" "^5.1.0"

"@octokit/types@^6.31.1":
version "6.31.1"
resolved "https://registry.yarnpkg.com/@octokit/types/-/types-6.31.1.tgz#223d062778bb6121635a022d3bf545d506fcc880"
integrity sha512-xkF46eaYcpT8ieO78mZWhMq3bt37zIsP5BUkN+zWgX+mTYDB7jOtUP1MOxcSF8hhJhsjjlB1YDgQAhX0z0oqPw==
dependencies:
"@octokit/openapi-types" "^10.6.1"

"@rushstack/eslint-plugin-security@^0.2.0":
version "0.2.1"
resolved "https://registry.yarnpkg.com/@rushstack/eslint-plugin-security/-/eslint-plugin-security-0.2.1.tgz#9dabdef7bbd31a363831c5fd30157bdbbd44ca37"
Expand Down

0 comments on commit 707f71c

Please sign in to comment.