maca88 / AsyncGenerator

Generating async c# code using Roslyn
MIT License
47 stars 16 forks source link

update System.Text.RegularExpressions to 4.3.1 #176

Closed collinstevens closed 3 months ago

collinstevens commented 3 months ago

resolves

.\AsyncGenerator\Source\AsyncGenerator.Core\AsyncGenerator.Core.csproj : error NU1903: Warning As Error: Package 'System.Text.RegularExpressions' 4.3.0 has a known high severity vulnerability, https://github.com/advisories/GHSA-cmhx-cq75-c4mj
.\AsyncGenerator\Source\AsyncGenerator.TestCases\AsyncGenerator.TestCases.csproj : error NU1903: Warning As Error: Package 'System.Text.RegularExpressions' 4.3.0 has a known high severity vulnerability, https://github.com/advisories/GHSA-cmhx-cq75-c4mj
.\AsyncGenerator\Source\AsyncGenerator.Configuration.Yaml\AsyncGenerator.Configuration.Yaml.csproj : error NU1903: Warning As Error: Package 'System.Text.RegularExpressions' 4.3.0 has a known high severity vulnerability,
https://github.com/advisories/GHSA-cmhx-cq75-c4mj
.\AsyncGenerator\Source\AsyncGenerator\AsyncGenerator.csproj : error NU1903: Warning As Error: Package 'System.Text.RegularExpressions' 4.3.0 has a known high severity vulnerability, https://github.com/advisories/GHSA-cmhx-cq75-c4mj
.\AsyncGenerator\Source\AsyncGenerator.Tool\AsyncGenerator.Tool.csproj : error NU1903: Warning As Error: Package 'System.Text.RegularExpressions' 4.3.0 has a known high severity vulnerability, https://github.com/advisories/GHSA-cmhx-cq75-c4mj
.\AsyncGenerator\Source\AsyncGenerator.CommandLine\AsyncGenerator.CommandLine.csproj : error NU1903: Warning As Error: Package 'System.Text.RegularExpressions' 4.3.0 has a known high severity vulnerability, https://github.com/advisories/GHSA-cmhx-cq75-c4mj
maca88 commented 3 months ago

Replaced by #179