Skip to content

Commit

Permalink
chore(deps): update dependency launchdarkly.eventsource to v5.1.0 (#2702
Browse files Browse the repository at this point in the history
)

* chore(deps): update dependency launchdarkly.eventsource to v5.1.0

* Update package lock files

---------

Co-authored-by: Renovatebot <renovatebot@stryker-mutator.io>
  • Loading branch information
renovate[bot] and Renovatebot authored Oct 5, 2023
1 parent 900c3bf commit d6d3a81
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion src/Directory.Packages.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<ItemGroup>
<PackageVersion Include="DotNet.ReproducibleBuilds" Version="1.1.1" />
<PackageVersion Include="LaunchDarkly.EventSource" Version="5.0.1" />
<PackageVersion Include="LaunchDarkly.EventSource" Version="5.1.0" />
<PackageVersion Include="McMaster.Extensions.CommandLineUtils" Version="4.1.0" />
<PackageVersion Include="NuGet.Protocol" Version="6.7.0" />
<PackageVersion Include="ResXResourceReader.NetStandard" Version="1.1.0" />
Expand Down
14 changes: 7 additions & 7 deletions src/Stryker.Core/Stryker.Core.UnitTest/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@
},
"LaunchDarkly.EventSource": {
"type": "Direct",
"requested": "[5.0.1, )",
"resolved": "5.0.1",
"contentHash": "DN44Ry5M4lyrjiF7LEu0Ijco7Wm8R7mJopN+giYsYjkQlszsXdFvm3POoehIDAOtL1HHl5bZvF9k9xK034u3IA==",
"requested": "[5.1.0, )",
"resolved": "5.1.0",
"contentHash": "PztDWiMvPWODx+kfBnCroZ8Lpya4nPc7ZO4TZysOogODbVXDDPDYrdcgVivCMgf4davhGrp61ekvZc+Uy1NYMA==",
"dependencies": {
"LaunchDarkly.Logging": "[1.0.1, 3.0.0)"
"LaunchDarkly.Logging": "[2.0.0, 3.0.0)"
}
},
"Microsoft.NET.Test.Sdk": {
Expand Down Expand Up @@ -145,10 +145,10 @@
},
"LaunchDarkly.Logging": {
"type": "Transitive",
"resolved": "1.0.1",
"contentHash": "rWgD2CIB3rvhdgN4WkwIT9JQTK1SayubtmR4efhJis/fmlhi5J4roXtkvBs07C1mU/06farZWCXdF+KnCjdfjg==",
"resolved": "2.0.0",
"contentHash": "lsLKNqAZ7HIlkdTIrf4FetfRA1SUDE3WlaZQn79aSVkLjYWEhUhkDDK7hORGh4JoA3V2gXN+cIvJQax2uR/ijA==",
"dependencies": {
"Microsoft.Extensions.Logging.Abstractions": "3.1.9"
"Microsoft.Extensions.Logging.Abstractions": "6.0.0"
}
},
"LibGit2Sharp.NativeBinaries": {
Expand Down

0 comments on commit d6d3a81

Please sign in to comment.