From fa7ef1ffba9c477307070c5fd33a315ecb012c9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 20:07:55 +0000 Subject: [PATCH] Bump ApiSurface from 4.1.8 to 4.1.11 (#300) * Bump ApiSurface from 4.1.8 to 4.1.11 Bumps [ApiSurface](https://github.com/G-Research/ApiSurface) from 4.1.8 to 4.1.11. - [Release notes](https://github.com/G-Research/ApiSurface/releases) - [Commits](https://github.com/G-Research/ApiSurface/compare/ApiSurface.4.1.8...ApiSurface.4.1.11) --- updated-dependencies: - dependency-name: ApiSurface dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Deps --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Smaug123 <3138005+Smaug123@users.noreply.github.com> --- ...Ware.Myriad.Plugins.Attributes.Test.fsproj | 2 +- .../WoofWare.Myriad.Plugins.Test.fsproj | 2 +- nix/deps.nix | 28 +++++++++---------- 3 files changed, 16 insertions(+), 16 deletions(-) diff --git a/WoofWare.Myriad.Plugins.Attributes/Test/WoofWare.Myriad.Plugins.Attributes.Test.fsproj b/WoofWare.Myriad.Plugins.Attributes/Test/WoofWare.Myriad.Plugins.Attributes.Test.fsproj index d3f86a4..e1debe6 100644 --- a/WoofWare.Myriad.Plugins.Attributes/Test/WoofWare.Myriad.Plugins.Attributes.Test.fsproj +++ b/WoofWare.Myriad.Plugins.Attributes/Test/WoofWare.Myriad.Plugins.Attributes.Test.fsproj @@ -17,7 +17,7 @@ - + diff --git a/WoofWare.Myriad.Plugins.Test/WoofWare.Myriad.Plugins.Test.fsproj b/WoofWare.Myriad.Plugins.Test/WoofWare.Myriad.Plugins.Test.fsproj index 786a93c..3d37186 100644 --- a/WoofWare.Myriad.Plugins.Test/WoofWare.Myriad.Plugins.Test.fsproj +++ b/WoofWare.Myriad.Plugins.Test/WoofWare.Myriad.Plugins.Test.fsproj @@ -41,7 +41,7 @@ - + diff --git a/nix/deps.nix b/nix/deps.nix index 9d52dec..ac7d31a 100644 --- a/nix/deps.nix +++ b/nix/deps.nix @@ -3,8 +3,8 @@ {fetchNuGet}: [ (fetchNuGet { pname = "ApiSurface"; - version = "4.1.8"; - hash = "sha256-iU5v4SW2lNTMYN4uVj++nxbojgDsTCSQsowqGl75wXc="; + version = "4.1.11"; + hash = "sha256-FW26vsjtdL5a6VCwt7AkOapC9PE6Yc5qqGQHUJisQj4="; }) (fetchNuGet { pname = "fantomas"; @@ -193,23 +193,23 @@ }) (fetchNuGet { pname = "NuGet.Common"; - version = "6.11.1"; - hash = "sha256-UyZtDyTuymC+sKSX+ripOI6MmJZn11loVapVs4uzaGo="; + version = "6.12.1"; + hash = "sha256-k6JAFqHFinTakwNuW666aXYPhR7TpI/rb+KbHm1S2TM="; }) (fetchNuGet { pname = "NuGet.Configuration"; - version = "6.11.1"; - hash = "sha256-JH2UCpjYg8pkqxQ4j4BrWiTKhGzgfn55NMr32wf6+FQ="; + version = "6.12.1"; + hash = "sha256-e/4lvyl7o7g4aWTAtr9S2yiGgk7V0E9p6DXpsy7GgVw="; }) (fetchNuGet { pname = "NuGet.Frameworks"; - version = "6.11.1"; - hash = "sha256-p25Oa7wJjwF+2puIhBkZZkKSuk4jGq7xikYSCdfp9Vc="; + version = "6.12.1"; + hash = "sha256-GGpkbas+PNLx35vvr3nyAVz5lY/aeoMx6qjmT368Lpg="; }) (fetchNuGet { pname = "NuGet.Packaging"; - version = "6.11.1"; - hash = "sha256-1yY3p5hQwbUgYCyHnBcuGWiiIib1ppPYt2ntxwXSJW0="; + version = "6.12.1"; + hash = "sha256-3h8Nmjpt383+dCg9GJ1BJ26UirwEQsWCPcTiT0+wGeI="; }) (fetchNuGet { pname = "NuGet.Protocol"; @@ -218,8 +218,8 @@ }) (fetchNuGet { pname = "NuGet.Versioning"; - version = "6.11.1"; - hash = "sha256-fl8lyChMjV7Sp8keAP7CdXZh7ARN/mU39T3gG74jDWY="; + version = "6.12.1"; + hash = "sha256-f/ejCuzCAwKs4N4Ec6yf2RovrhBT0nj0hRDP+03/Iy4="; }) (fetchNuGet { pname = "NUnit"; @@ -258,8 +258,8 @@ }) (fetchNuGet { pname = "System.Formats.Asn1"; - version = "6.0.0"; - hash = "sha256-KaMHgIRBF7Nf3VwOo+gJS1DcD+41cJDPWFh+TDQ8ee8="; + version = "8.0.1"; + hash = "sha256-may/Wg+esmm1N14kQTG4ESMBi+GQKPp0ZrrBo/o6OXM="; }) (fetchNuGet { pname = "System.IO.Abstractions";