From abd5bf59ded2c5802c22570d245aab511fe1e82b Mon Sep 17 00:00:00 2001 From: Seamus Lee Date: Fri, 13 Aug 2021 08:21:06 +1000 Subject: [PATCH] [REF] Upgrade CKEditor to 4.16.2 --- composer.json | 2 +- composer.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index f85058e579..8ae8ad71e7 100644 --- a/composer.json +++ b/composer.json @@ -170,7 +170,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", diff --git a/composer.lock b/composer.lock index fd4af0a6ec..cbeb21f09a 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "ea837c7aee5b94c6cbc1df32c5b3aa70", + "content-hash": "aceccd69415b5fd67668ed7c0c870c39", "packages": [ { "name": "adrienrn/php-mimetyper", @@ -3990,5 +3990,5 @@ "platform-overrides": { "php": "7.2" }, - "plugin-api-version": "1.1.0" + "plugin-api-version": "2.1.0" } -- 2.25.1