update bootstrap CSS library from 5.3.7 to 5.3.8

This commit is contained in:
El RIDO 2025-10-09 09:24:08 +02:00
parent ed9bdc4272
commit 06496a1b0e
No known key found for this signature in database
GPG key ID: 0F5C940A6BD81F92
10 changed files with 21 additions and 21 deletions

File diff suppressed because one or more lines are too long

6
js/bootstrap-5.3.8.js vendored Normal file

File diff suppressed because one or more lines are too long

View file

@ -23,7 +23,7 @@ describe('Prompt', function () {
$.PrivateBin.Model.reset();
$.PrivateBin.Model.init();
// eslint-disable-next-line global-require
global.bootstrap = require('../bootstrap-5.3.7');
global.bootstrap = require('../bootstrap-5.3.8');
$.PrivateBin.Prompt.init();
$.PrivateBin.Prompt.requestPassword();
$('#passworddecrypt').val(password);