From 508278dba0cf26dcf033e0a1cc74d3948a046500 Mon Sep 17 00:00:00 2001 From: ChaosEngine Date: Tue, 27 Feb 2024 10:34:25 +0100 Subject: [PATCH] bumps: eslint, bootstrap-table --- DotnetPlayground.Web/Views/Hashes/VirtualScroll.cshtml | 4 ++-- DotnetPlayground.Web/package.json | 4 ++-- DotnetPlayground.Web/wwwroot/sw.js | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/DotnetPlayground.Web/Views/Hashes/VirtualScroll.cshtml b/DotnetPlayground.Web/Views/Hashes/VirtualScroll.cshtml index 060c9623..aacaa65f 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 e2a5d434..631731cd 100644 --- a/DotnetPlayground.Web/package.json +++ b/DotnetPlayground.Web/package.json @@ -51,7 +51,7 @@ "defaults" ], "devDependencies": { - "eslint": "8.56.0", + "eslint": "8.57.0", "fs-extra": "11.2.0", "gulp": "4.0.2", "gulp-terser": "2.1.0", @@ -73,7 +73,7 @@ }, "dependencies": { "bootstrap": "5.3.3", - "bootstrap-table": "1.22.2", + "bootstrap-table": "1.22.3", "node-forge": "1.3.1", "jquery": "3.7.1", "jquery-validation": "1.20.0", diff --git a/DotnetPlayground.Web/wwwroot/sw.js b/DotnetPlayground.Web/wwwroot/sw.js index c010881f..df95e227 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.2/bootstrap-table.min.css', + 'https://cdnjs.cloudflare.com/ajax/libs/bootstrap-table/1.22.3/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.2/bootstrap-table.min.js', + 'https://cdnjs.cloudflare.com/ajax/libs/bootstrap-table/1.22.3/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',