mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2025-07-24 07:20:45 -04:00
chore: upgrade jQuery from v3.7.0 to 3.7.1
This commit is contained in:
parent
17f293fa17
commit
6028a1d801
8 changed files with 8 additions and 8 deletions
|
@ -10,7 +10,7 @@ global.fs = require('fs');
|
|||
global.WebCrypto = require('@peculiar/webcrypto').Crypto;
|
||||
|
||||
// application libraries to test
|
||||
global.$ = global.jQuery = require('./jquery-3.7.0');
|
||||
global.$ = global.jQuery = require('./jquery-3.7.1');
|
||||
global.RawDeflate = require('./rawinflate-0.3').RawDeflate;
|
||||
global.zlib = require('./zlib-1.3.1').zlib;
|
||||
require('./prettify');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue