X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=composer.json;h=1d80653f203adc6d89ad144ccb57583771feafed;hb=d151aec5ea0995f6bd10fefcfa69df72e22e662e;hp=fcfe5c848aafeb92b8a00e38b565a13c6b66eda3;hpb=e05af53283b4771a4462b09b209ac33b05f9934c;p=civicrm-core.git diff --git a/composer.json b/composer.json index fcfe5c848a..1d80653f20 100644 --- a/composer.json +++ b/composer.json @@ -85,7 +85,8 @@ "pear/mail_mime": "~1.10", "pear/db": "1.11", "civicrm/composer-compile-lib": "~0.3 || ~1.0", - "ext-json": "*" + "ext-json": "*", + "ezyang/htmlpurifier": "^4.13" }, "scripts": { "post-install-cmd": [ @@ -136,8 +137,8 @@ "url": "https://github.com/angular-ui/bootstrap-bower/archive/2.5.0.zip" }, "angular-file-upload": { - "url": "https://github.com/nervgh/angular-file-upload/archive/v1.1.6.zip", - "ignore": ["examples"] + "url": "https://github.com/nervgh/angular-file-upload/archive/2.6.1.zip", + "ignore": ["examples", "src"] }, "angular-jquery-dialog-service": { "url": "https://github.com/totten/angular-jquery-dialog-service/archive/v0.8.0-civicrm-1.0.zip" @@ -170,7 +171,7 @@ "ignore": [".*", "node_modules", "docs", "Gruntfile.js", "index.html", "package.json", "test"] }, "ckeditor": { - "url": "https://github.com/ckeditor/ckeditor-releases/archive/4.16.1.zip" + "url": "https://github.com/ckeditor/ckeditor-releases/archive/4.16.2.zip" }, "crossfilter-1.3.x": { "url": "https://github.com/crossfilter/crossfilter/archive/1.3.14.zip",