Skip to content

Commit

Permalink
Update list.js from 1.5.0 to 2.3.1
Browse files Browse the repository at this point in the history
Fixes CSP violation when using navigation buttons.

Fixes #30490
  • Loading branch information
dregad authored and CasN committed Aug 29, 2022
1 parent 37cb16b commit fdeebc1
Show file tree
Hide file tree
Showing 6 changed files with 2,054 additions and 1,794 deletions.
4 changes: 2 additions & 2 deletions core/constant_inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -662,8 +662,8 @@
define( 'TYPEAHEAD_HASH', 'sha256-VWMJXexFUMAwIXw/PoOzOleP6q97pIbKWuY4v9gMXoY=' );

# List JS
define( 'LISTJS_VERSION', '1.5.0' );
define( 'LISTJS_HASH', 'sha384-JDmRxRiXkNkskRM5AD4qHRGk9ItwZ9flbqOpsRYs8SOrIRwcMtTGKP2Scnjptzgm' );
define( 'LISTJS_VERSION', '2.3.1' );
define( 'LISTJS_HASH', 'sha512-93wYgwrIFL+b+P3RvYxi/WUFRXXUDSLCT2JQk9zhVGXuS2mHl2axj6d+R6pP+gcU5isMHRj1u0oYE/mWyt/RjA==' );

# Dropzone JS
define( 'DROPZONE_VERSION', '5.5.0' );
Expand Down
Loading

0 comments on commit fdeebc1

Please sign in to comment.