Skip to content

Commit

Permalink
bump: playwright, video.js, Google.Apis.YouTube.v3
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaosEngine committed Dec 10, 2024
1 parent b3e4e42 commit d8b29a7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion DotnetPlayground.Web/DotnetPlayground.Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<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="3.1.0" Condition="$(DefineConstants.Contains('INCLUDE_MONGODB'))" />
<PackageReference Include="Google.Apis.YouTube.v3" Version="1.68.0.3617" />
<PackageReference Include="Google.Apis.YouTube.v3" Version="1.68.0.3624" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.Facebook" Version="8.0.11" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.Google" Version="8.0.11" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.Twitter" Version="8.0.11" />
Expand Down
4 changes: 2 additions & 2 deletions DotnetPlayground.Web/Pages/WebCamGallery.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/blueimp-gallery/3.4.0/css/blueimp-gallery.min.css" integrity="sha512-8z9zEPEYVxCX7hdM+6hA0RMSW42V+XtqsyXSbNkujXYclFqhRV8J4+MasIpuYZODoHJuQgxGjcRKm//sWEQm6w==" crossorigin="anonymous"
asp-fallback-href="~/lib/blueimp-gallery/css/blueimp-gallery.min.css"
asp-fallback-test-class="blueimp-gallery" asp-fallback-test-property="position" asp-fallback-test-value="fixed" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/video.js/8.20.0/video-js.min.css" integrity="sha512-J3tx4ssoARFr4U9VmZmQe2q672q0jUeYizJW3vglkOBTlQ/N6kF3eVqZZzaey/TdIXH69s3HYe2nQwyxK/Emzw==" crossorigin="anonymous" referrerpolicy="no-referrer"
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/video.js@8.21.0/dist/video-js.min.css" integrity="sha256-S1TDgke2PqUq45wH6L2QPSWT6sPCfOguRg976nCyudU=" crossorigin="anonymous" referrerpolicy="no-referrer"
asp-fallback-href="~/lib/video.js/video-js.min.css"
asp-fallback-test-class="video-js" asp-fallback-test-property="position" asp-fallback-test-value="relative" />
</environment>
Expand Down Expand Up @@ -137,7 +137,7 @@
<script src="https://cdnjs.cloudflare.com/ajax/libs/blueimp-gallery/3.4.0/js/blueimp-gallery.min.js" integrity="sha512-Tt9Ui0O6Sg6FjAK5XpAIM7PCMhaXCL+i13IHLZYuluoDXlesfg+JzVI86rgUU2YnfEz2ZEDHXkRkPnHlyWnqzg==" crossorigin="anonymous"
asp-fallback-src="~/lib/blueimp-gallery/js/blueimp-gallery.min.js"
asp-fallback-test="window.jQuery && window.blueimp"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/video.js/8.20.0/alt/video.core.novtt.min.js" integrity="sha512-NuihOXRBiHuIg/vYbzoJKlpIvCXeroxM2cYBiOET2rbsFSC87lhmX0GjxLq6vlezG3lBM97M6wzb1l+sT9y9tA==" crossorigin="anonymous" referrerpolicy="no-referrer"
<script src="https://cdn.jsdelivr.net/npm/video.js@8.21.0/dist/alt/video.core.novtt.min.js" integrity="sha256-DRRNUELoabh6RbWJgOk20a+NXYCGbm1ci0GqMynTEYI=" crossorigin="anonymous" referrerpolicy="no-referrer"
asp-fallback-src="~/lib/video.js/alt/video.core.novtt.min.js"
asp-fallback-test="window.jQuery && videojs.options"></script>
<script type="text/javascript" src="~/js/WebCamGallery.min.js" asp-append-version="true"></script>
Expand Down
4 changes: 2 additions & 2 deletions DotnetPlayground.Web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
],
"devDependencies": {
"@aptuitiv/gulp-clean-css": "4.4.3",
"@playwright/test": "1.49.0",
"@playwright/test": "1.49.1",
"concaveman": "1.2.1",
"density-clustering": "1.3.0",
"eslint": "9.16.0",
Expand Down Expand Up @@ -86,7 +86,7 @@
"msgpack5": "6.0.2",
"node-forge": "1.3.1",
"qrcodejs": "1.0.0",
"video.js": "8.20.0"
"video.js": "8.21.0"
},
"scripts": {
"postinstall": "npx gulp postinstall",
Expand Down

0 comments on commit d8b29a7

Please sign in to comment.