Procházet zdrojové kódy

Bump Npgsql from 6.0.4 to 6.0.5

Bumps [Npgsql](https://github.com/npgsql/npgsql) from 6.0.4 to 6.0.5.
- [Release notes](https://github.com/npgsql/npgsql/releases)
- [Commits](https://github.com/npgsql/npgsql/compare/v6.0.4...v6.0.5)

---
updated-dependencies:
- dependency-name: Npgsql
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] před 2 roky
rodič
revize
f8ac98fc74
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      OhmGraphite/OhmGraphite.csproj

+ 1 - 1
OhmGraphite/OhmGraphite.csproj

@@ -37,7 +37,7 @@
   <ItemGroup>
     <PackageReference Include="LibreHardwareMonitorLib" Version="0.9.0" />
     <PackageReference Include="InfluxDB.Client" Version="4.2.0" />
-    <PackageReference Include="Npgsql" Version="6.0.4" />
+    <PackageReference Include="Npgsql" Version="6.0.5" />
     <PackageReference Include="prometheus-net" Version="6.0.0" />
     <PackageReference Include="System.Configuration.ConfigurationManager" Version="6.0.0" />
     <PackageReference Include="TopShelf" Version="4.3.0" />