chore: upgrade jQuery from v3.7.0 to 3.7.1

This commit is contained in:
El RIDO 2024-05-05 11:50:12 +02:00
parent 17f293fa17
commit 6028a1d801
No known key found for this signature in database
GPG key ID: 0F5C940A6BD81F92
8 changed files with 8 additions and 8 deletions

View file

@ -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');