Skip to content

Commit

Permalink
build(deps): bump @octokit/plugin-retry from 7.1.1 to 7.1.2 (#467)
Browse files Browse the repository at this point in the history
Bumps [@octokit/plugin-retry](https://github.com/octokit/plugin-retry.js) from 7.1.1 to 7.1.2.
- [Release notes](https://github.com/octokit/plugin-retry.js/releases)
- [Commits](octokit/plugin-retry.js@v7.1.1...v7.1.2)

---
updated-dependencies:
- dependency-name: "@octokit/plugin-retry"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 24, 2024
1 parent a88d56c commit 5f91934
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion VKUI/add-next-minor-milestone/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@actions/core": "^1.10.1",
"@actions/github": "^6.0.0",
"@octokit/plugin-retry": "^7.1.1"
"@octokit/plugin-retry": "^7.1.2"
},
"scripts": {
"prebuild": "shx rm -rf dist/*",
Expand Down
2 changes: 1 addition & 1 deletion VKUI/complete-publish/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@actions/core": "^1.10.1",
"@actions/github": "^6.0.0",
"@octokit/plugin-retry": "^7.1.1"
"@octokit/plugin-retry": "^7.1.2"
},
"scripts": {
"prebuild": "shx rm -rf dist/*",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1470,10 +1470,10 @@
dependencies:
"@octokit/types" "^12.0.0"

"@octokit/plugin-retry@^7.1.1":
version "7.1.1"
resolved "https://registry.yarnpkg.com/@octokit/plugin-retry/-/plugin-retry-7.1.1.tgz#a84483e4afdd068dd71da81abe206a9e442c1288"
integrity sha512-G9Ue+x2odcb8E1XIPhaFBnTTIrrUDfXN05iFXiqhR+SeeeDMMILcAnysOsxUpEWcQp2e5Ft397FCXTcPkiPkLw==
"@octokit/plugin-retry@^7.1.2":
version "7.1.2"
resolved "https://registry.yarnpkg.com/@octokit/plugin-retry/-/plugin-retry-7.1.2.tgz#242e2d19a72a50b5113bb25d7d2c622ce0373fa0"
integrity sha512-XOWnPpH2kJ5VTwozsxGurw+svB2e61aWlmk5EVIYZPwFK5F9h4cyPyj9CIKRyMXMHSwpIsI3mPOdpMmrRhe7UQ==
dependencies:
"@octokit/request-error" "^6.0.0"
"@octokit/types" "^13.0.0"
Expand Down

0 comments on commit 5f91934

Please sign in to comment.