Skip to content

Commit

Permalink
bumps: MongoDB.Driver, ace-builds
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaosEngine committed Dec 15, 2023
1 parent 0816bc7 commit 3145752
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion DotnetPlayground.Tests/IntegrationTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ public async Task CspReport()
media-src 'self' data: https://cdn.jsdelivr.net https://cdnjs.cloudflare.com;
frame-src 'self' https://www.youtube.com;
child-src 'self';
form-action 'self' https://accounts.google.com https://github.com https://www.facebook.com;
form-action 'self' https://accounts.google.com https://github.com https://api.twitter.com https://www.facebook.com;
frame-ancestors 'none';
""",
// disposition = "enforce",
Expand Down
2 changes: 1 addition & 1 deletion DotnetPlayground.Web/DotnetPlayground.Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<PackageReference Include="IdentityManager2.AspNetIdentity" Version="1.0.0" />
<PackageReference Include="Lib.AspNetCore.ServerTiming" Version="6.0.0" />
<!--<PackageReference Include="Microsoft.Azure.DocumentDB.Core" Version="2.16.2" Condition="$(DefineConstants.Contains('INCLUDE_COSMOSDB'))" />-->
<PackageReference Include="MongoDB.Driver" Version="2.23.0" Condition="$(DefineConstants.Contains('INCLUDE_MONGODB'))" />
<PackageReference Include="MongoDB.Driver" Version="2.23.1" Condition="$(DefineConstants.Contains('INCLUDE_MONGODB'))" />
<PackageReference Include="Google.Apis.YouTube.v3" Version="1.64.0.3205" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.Facebook" Version="7.0.14" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.Google" Version="7.0.14" />
Expand Down
6 changes: 3 additions & 3 deletions DotnetPlayground.Web/Views/ViewCodeGenerator/Index.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
<script src="~/lib/ace-builds/mode-csharp.js" type="text/javascript" charset="utf-8"></script>
</environment>
<environment exclude="Development">
<script src="https://cdnjs.cloudflare.com/ajax/libs/ace/1.32.1/ace.min.js" integrity="sha512-7QPOFYWq4euLbAVbG/o5YVgkotUdMiwFuFrVQc6lbqZuAcWnLp0sQ6JX2AIWqbm3wWrPuEfu9FqckItCgQzBWw==" crossorigin="anonymous" referrerpolicy="no-referrer"
<script src="https://cdnjs.cloudflare.com/ajax/libs/ace/1.32.2/ace.min.js" integrity="sha512-AGoM9vaICK6JL/xBUOBmP2khdtorQ4a7srtuqKGAtvF7/IzwDHd30lD0O3fk2b1V2aYXWKJLPWr3obywNxSEqw==" crossorigin="anonymous" referrerpolicy="no-referrer"
asp-fallback-src="~/lib/ace-builds/ace.js"
asp-fallback-test="window.ace"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/ace/1.32.1/mode-csharp.min.js" integrity="sha512-bpUtjuiLuiWrGs59SuLfrRn83dkGQUS9zExE9Ejp2qphmI0Qg5C+iaP8Isz9uDGhNkqvDL91GSrTLJZjAX82Pw==" crossorigin="anonymous" referrerpolicy="no-referrer"
<script src="https://cdnjs.cloudflare.com/ajax/libs/ace/1.32.2/mode-csharp.min.js" integrity="sha512-bpUtjuiLuiWrGs59SuLfrRn83dkGQUS9zExE9Ejp2qphmI0Qg5C+iaP8Isz9uDGhNkqvDL91GSrTLJZjAX82Pw==" crossorigin="anonymous" referrerpolicy="no-referrer"
asp-fallback-src="~/lib/ace-builds/mode-csharp.js"
asp-fallback-test="(window.ace && window.ace.require('ace/mode/csharp') !== undefined)"></script>
<script async src="https://cdnjs.cloudflare.com/ajax/libs/ace/1.32.1/theme-chaos.min.js" integrity="sha512-UKt6dcPMJtmddFb7cmXrwCGhGpvMC7Q+x4C2bQix7E30llOPEVZ638nQ0jcbfHQ9sDgVUwdXUbItJutpkgooSg==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script async src="https://cdnjs.cloudflare.com/ajax/libs/ace/1.32.2/theme-chaos.min.js" integrity="sha512-UKt6dcPMJtmddFb7cmXrwCGhGpvMC7Q+x4C2bQix7E30llOPEVZ638nQ0jcbfHQ9sDgVUwdXUbItJutpkgooSg==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
</environment>
<script type="text/javascript">
function AceSetCommandEnabled(ed, name, enabled) {
Expand Down
2 changes: 1 addition & 1 deletion DotnetPlayground.Web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"@microsoft/signalr": "7.0.14",
"@microsoft/signalr-protocol-msgpack": "7.0.14",
"msgpack5": "6.0.2",
"ace-builds": "1.32.1",
"ace-builds": "1.32.2",
"chance": "1.1.11"
},
"scripts": {
Expand Down

0 comments on commit 3145752

Please sign in to comment.