Skip to content

Commit f29ccdc

Browse files
Bump ThrottleDebounce from 2.0.0 to 2.0.1 in /AuthenticatorChooser (#16)
Bumps [ThrottleDebounce](https://github.com/Aldaviva/ThrottleDebounce) from 2.0.0 to 2.0.1. - [Release notes](https://github.com/Aldaviva/ThrottleDebounce/releases) - [Commits](Aldaviva/ThrottleDebounce@2.0.0...2.0.1) --- updated-dependencies: - dependency-name: ThrottleDebounce 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>
1 parent aa34e3c commit f29ccdc

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

AuthenticatorChooser/AuthenticatorChooser.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!--EXTERNAL_PROPERTIES: GITHUB_ACTIONS-->
1+
<!--EXTERNAL_PROPERTIES: GITHUB_ACTIONS-->
22
<Project Sdk="Microsoft.NET.Sdk">
33

44
<PropertyGroup>
@@ -29,7 +29,7 @@
2929
<PackageReference Include="mwinapi" Version="0.3.0.5" />
3030
<PackageReference Include="NLog" Version="5.4.0" />
3131
<PackageReference Include="System.Management" Version="9.0.2" />
32-
<PackageReference Include="ThrottleDebounce" Version="2.0.0" />
32+
<PackageReference Include="ThrottleDebounce" Version="2.0.1" />
3333
<PackageReference Include="Workshell.PE.Resources" Version="4.0.0.147" />
3434
</ItemGroup>
3535

AuthenticatorChooser/packages.lock.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@
3737
},
3838
"ThrottleDebounce": {
3939
"type": "Direct",
40-
"requested": "[2.0.0, )",
41-
"resolved": "2.0.0",
42-
"contentHash": "/lt2PLUjE1bXCkPDVXXhZDzqaK3SmKwJ2EOq/a6ZbsgAWnRz3TqkqU0VyUncbh8bUIJQHCoPUxbwmjWeAbeIbw=="
40+
"requested": "[2.0.1, )",
41+
"resolved": "2.0.1",
42+
"contentHash": "6kdd65+HCrSbO80ELfyQJMs/My8tbpqoxS6VDfhQSdTq8y2kLjxpfxnVEeh3Av1Q+XDOxMv/rBXYsgQR3iQswA=="
4343
},
4444
"Workshell.PE.Resources": {
4545
"type": "Direct",

0 commit comments

Comments
 (0)