Navigation Menu

Skip to content

Commit

Permalink
Update moment.js library to 2.24.0
Browse files Browse the repository at this point in the history
Version 2.15.2 we've been using since the introduction of Modern UI is
exposed to 2 known vulnerabilities, CVE-2016-4055 and CVE-2017-18214.

Fixes #26358
  • Loading branch information
dregad committed Dec 2, 2019
1 parent 2dfb827 commit 1bd17e6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 734 deletions.
4 changes: 2 additions & 2 deletions core/constant_inc.php
Expand Up @@ -653,8 +653,8 @@
define( 'FONT_AWESOME_HASH', 'sha384-T8Gy5hrqNKT+hzMclPo118YTQO6cYprQmhrYwIiQ/3axmI1hQomh7Ud2hPOy8SP1' );

# Moment & DateTimePicker
define( 'MOMENT_VERSION', '2.15.2' );
define( 'MOMENT_HASH', 'sha256-K+AZsAFjiBd4piqBmFzaxDsiQiHfREubm1ExNGW1JIA=' );
define( 'MOMENT_VERSION', '2.24.0' );
define( 'MOMENT_HASH', 'sha256-AdQN98MVZs44Eq2yTwtoKufhnU+uZ7v2kXnD5vqzZVo=' );
define( 'DATETIME_PICKER_VERSION', '4.17.47' );
define( 'DATETIME_PICKER_HASH_JS', 'sha256-5YmaxAwMjIpMrVlK84Y/+NjCpKnFYa8bWWBbUHSBGfU=' );
define( 'DATETIME_PICKER_HASH_CSS', 'sha256-yMjaV542P+q1RnH6XByCPDfUFhmOafWbeLPmqKh11zo=' );
Expand Down

0 comments on commit 1bd17e6

Please sign in to comment.