From 8916f30fbd526e5568ab01745ef2ecb4a5a6b3ab Mon Sep 17 00:00:00 2001 From: ChaosEngine Date: Tue, 26 Mar 2024 10:16:21 +0100 Subject: [PATCH] bumps dependencies: - bootstrap-table 1.22.3 + bootstrap-table 1.22.4 --- DotnetPlayground.Web/Views/Hashes/VirtualScroll.cshtml | 4 ++-- DotnetPlayground.Web/package.json | 2 +- DotnetPlayground.Web/wwwroot/sw.js | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/DotnetPlayground.Web/Views/Hashes/VirtualScroll.cshtml b/DotnetPlayground.Web/Views/Hashes/VirtualScroll.cshtml index 13fae343..59c8adf0 100644 --- a/DotnetPlayground.Web/Views/Hashes/VirtualScroll.cshtml +++ b/DotnetPlayground.Web/Views/Hashes/VirtualScroll.cshtml @@ -44,7 +44,7 @@ - @@ -56,7 +56,7 @@ - diff --git a/DotnetPlayground.Web/package.json b/DotnetPlayground.Web/package.json index 5ee90ad1..fbdde77b 100644 --- a/DotnetPlayground.Web/package.json +++ b/DotnetPlayground.Web/package.json @@ -78,7 +78,7 @@ "ace-builds": "1.32.8", "blueimp-gallery": "3.4.0", "bootstrap": "5.3.3", - "bootstrap-table": "1.22.3", + "bootstrap-table": "1.22.4", "chance": "1.1.11", "jquery": "3.7.1", "jquery-validation": "1.20.0", diff --git a/DotnetPlayground.Web/wwwroot/sw.js b/DotnetPlayground.Web/wwwroot/sw.js index df95e227..686a44bf 100644 --- a/DotnetPlayground.Web/wwwroot/sw.js +++ b/DotnetPlayground.Web/wwwroot/sw.js @@ -90,11 +90,11 @@ self.addEventListener('install', function (/* event */) { RESOURCES = RESOURCES.concat([ 'https://cdnjs.cloudflare.com/ajax/libs/blueimp-gallery/3.4.0/css/blueimp-gallery.min.css', 'https://cdnjs.cloudflare.com/ajax/libs/video.js/8.11.0/video-js.min.css', - 'https://cdnjs.cloudflare.com/ajax/libs/bootstrap-table/1.22.3/bootstrap-table.min.css', + 'https://cdnjs.cloudflare.com/ajax/libs/bootstrap-table/1.22.4/bootstrap-table.min.css', 'https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css', 'https://cdnjs.cloudflare.com/ajax/libs/blueimp-gallery/3.4.0/js/blueimp-gallery.min.js', 'https://cdnjs.cloudflare.com/ajax/libs/video.js/8.11.0/alt/video.core.novtt.min.js', - 'https://cdnjs.cloudflare.com/ajax/libs/bootstrap-table/1.22.3/bootstrap-table.min.js', + 'https://cdnjs.cloudflare.com/ajax/libs/bootstrap-table/1.22.4/bootstrap-table.min.js', //'https://cdn.jsdelivr.net/npm/chance@1.1.11/dist/chance.min.js', 'https://cdn.jsdelivr.net/npm/node-forge@1.3.1/dist/forge.min.js', 'https://cdn.jsdelivr.net/npm/jquery@3.7.1/dist/jquery.min.js',