Skip to content

Commit fd5afc5

Browse files
Bump Octokit from 13.0.1 to 14.0.0 (#288)
Bumps [Octokit](https://github.com/octokit/octokit.net) from 13.0.1 to 14.0.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@v13.0.1...v14.0.0) --- updated-dependencies: - dependency-name: Octokit dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 53c83dc commit fd5afc5

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

src/PSRule.Rules.GitHub/PSRule.Rules.GitHub.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</PropertyGroup>
1212

1313
<ItemGroup>
14-
<PackageReference Include="Octokit" Version="13.0.1" />
14+
<PackageReference Include="Octokit" Version="14.0.0" />
1515
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="9.0.0">
1616
<PrivateAssets>all</PrivateAssets>
1717
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

src/PSRule.Rules.GitHub/packages.lock.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@
3535
},
3636
"Octokit": {
3737
"type": "Direct",
38-
"requested": "[13.0.1, )",
39-
"resolved": "13.0.1",
40-
"contentHash": "tjXTa2FXzbd3n17VWpi8UXe05EIJqHcWJW8C2kukftIve00duWiZL8x4i1vlZQ0zQ4RbRANbRc7J5K7Co/1spQ=="
38+
"requested": "[14.0.0, )",
39+
"resolved": "14.0.0",
40+
"contentHash": "jGOuTH1l+TCpJH+fwYOp7USzHDuGfN1jKbLz3J2COwyn+wL08eynvpnM6rY2qkzIEXum3PN2p2QkP3BW/p9Qcw=="
4141
},
4242
"PowerShellStandard.Library": {
4343
"type": "Direct",

src/SDK/packages.lock.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
},
4444
"Octokit": {
4545
"type": "Transitive",
46-
"resolved": "13.0.1",
47-
"contentHash": "tjXTa2FXzbd3n17VWpi8UXe05EIJqHcWJW8C2kukftIve00duWiZL8x4i1vlZQ0zQ4RbRANbRc7J5K7Co/1spQ=="
46+
"resolved": "14.0.0",
47+
"contentHash": "jGOuTH1l+TCpJH+fwYOp7USzHDuGfN1jKbLz3J2COwyn+wL08eynvpnM6rY2qkzIEXum3PN2p2QkP3BW/p9Qcw=="
4848
},
4949
"YamlDotNet": {
5050
"type": "Transitive",
@@ -55,7 +55,7 @@
5555
"type": "Project",
5656
"dependencies": {
5757
"Newtonsoft.Json": "[13.0.3, )",
58-
"Octokit": "[13.0.1, )",
58+
"Octokit": "[14.0.0, )",
5959
"YamlDotNet": "[13.7.1, )"
6060
}
6161
}

0 commit comments

Comments
 (0)