upgrade base-x to 5.0.1

This commit is contained in:
El RIDO 2025-07-22 10:32:08 +02:00
parent f3e2c53729
commit e50a809855
No known key found for this signature in database
GPG key ID: 0F5C940A6BD81F92
7 changed files with 62 additions and 58 deletions

View file

@ -16,7 +16,7 @@ global.prettyPrint = window.PR.prettyPrint;
global.prettyPrintOne = window.PR.prettyPrintOne;
global.showdown = require('./showdown-2.1.0');
global.DOMPurify = require('./purify-3.2.6');
global.baseX = require('./base-x-4.0.0').baseX;
global.baseX = require('./base-x-5.0.1').baseX;
global.Legacy = require('./legacy').Legacy;
require('./privatebin');