Skip to content

Commit

Permalink
Bump Octokit from 5.0.2 to 6.1.0 (#234)
Browse files Browse the repository at this point in the history
* Bump Octokit from 5.0.2 to 6.1.0

Bumps [Octokit](https://github.com/octokit/octokit.net) from 5.0.2 to 6.1.0.
- [Release notes](https://github.com/octokit/octokit.net/releases)
- [Changelog](https://github.com/octokit/octokit.net/blob/main/docs/releases.md)
- [Commits](octokit/octokit.net@v5.0.2...v6.1.0)

---
updated-dependencies:
- dependency-name: Octokit
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update changelog & packages.lock.json

Signed-off-by: dependabot[bot] <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and dependabot[bot] authored Jun 26, 2023
1 parent 5740ca9 commit e387043
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
- Bumps `Argu` from 5.5.0 to 6.1.1
- Bumps `Ben.Demystifier` from 0.1.4 to 0.4.1
- Bumps `System.Text.Json` from 7.0.1 to 7.0.3
- Bumps `Octokit` from 4.0.3 to 5.0.2
- Bumps `Octokit` from 4.0.3 to 6.1.0
- Bumps `Fake.Core.Environment` from 5.23.1 to 6.0.0
- Bumps `Microsoft.TestPlatform.ObjectModel` from 17.4.1 to 17.5.0
- Bumps `SharpZipLib` from 1.4.1 to 1.4.2
Expand Down
6 changes: 3 additions & 3 deletions build/scripts/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@
},
"Octokit": {
"type": "Direct",
"requested": "[5.0.2, )",
"resolved": "5.0.2",
"contentHash": "W2dSerUsobOoBIGfTOVlA1o7/N/Rcdg4vHvx8pNp0QgZUGZyMX9KVVmyRDuOySSCixgxccL+x6RM4QFEcbbe/w=="
"requested": "[6.1.0, )",
"resolved": "6.1.0",
"contentHash": "ZGXknnmO+PaKkw9BU/ysSjuDnvIFpzQjIdUQy62k7nllmqh3sxkkU8XHgfThav3UuPKW7sEMsVJqRWYfYU3dUw=="
},
"Proc": {
"type": "Direct",
Expand Down
2 changes: 1 addition & 1 deletion build/scripts/scripts.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@

<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />

<PackageReference Include="Octokit" Version="5.0.2" />
<PackageReference Include="Octokit" Version="6.1.0" />
<PackageReference Include="Proc" Version="0.6.1" />
</ItemGroup>
</Project>

0 comments on commit e387043

Please sign in to comment.