Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3201227

Browse filesBrowse files
Dependency Updates (#109)
* Added dependency version for System.Text.Encodings.Web >= 4.7.2 * Added dependency version for System.Drawing.Common >= 4.7.2 * Added dependency version for System.Text.RegularExpressions >= 4.3.1
1 parent 9d3bf7c commit 3201227
Copy full SHA for 3201227

File tree

2 files changed

+9
-0
lines changed
Filter options

2 files changed

+9
-0
lines changed

‎src/graphql-aspnet-subscriptions/graphql-aspnet-subscriptions.csproj

Copy file name to clipboardExpand all lines: src/graphql-aspnet-subscriptions/graphql-aspnet-subscriptions.csproj
+5Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@
2121
<PackageReference Include="System.Collections.Immutable" Version="1.6.0" />
2222
<PackageReference Include="System.Threading.Channels" Version="6.0.0" />
2323
<PackageReference Include="System.Threading.Tasks.Dataflow" Version="4.11.0" />
24+
25+
<!-- Transitive package increments to account for MS reported vulnerabilities -->
26+
<PackageReference Include="System.Text.Encodings.Web" Version="4.7.2" />
27+
<PackageReference Include="System.Drawing.Common" Version="4.7.2" />
28+
<PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" />
2429
</ItemGroup>
2530

2631
<ItemGroup>

‎src/graphql-aspnet/graphql-aspnet.csproj

Copy file name to clipboardExpand all lines: src/graphql-aspnet/graphql-aspnet.csproj
+4Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@
2222
<PackageReference Include="System.Runtime.Caching" Version="4.6.0" />
2323
<PackageReference Include="System.Text.Json" Version="4.6.0" />
2424

25+
<!-- Transitive package increments to account for MS reported vulnerabilities -->
26+
<PackageReference Include="System.Text.Encodings.Web" Version="4.7.2" />
27+
<PackageReference Include="System.Drawing.Common" Version="4.7.2" />
28+
<PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" />
2529
</ItemGroup>
2630

2731
<ItemGroup>

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.