From 2b365f4618c62c07dda08595f7ba75124ae8f8e5 Mon Sep 17 00:00:00 2001
From: GitLab Bot <gitlab-bot@gitlab.com>
Date: Wed, 21 Oct 2020 08:20:16 +0000
Subject: [PATCH] Update Toast UI to ^2.5.0

---
 package.json |  4 ++--
 yarn.lock    | 18 +++++++++---------
 2 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/package.json b/package.json
index 4c53af1460990..5d51939e5d489 100644
--- a/package.json
+++ b/package.json
@@ -48,8 +48,8 @@
     "@rails/actioncable": "^6.0.3-3",
     "@rails/ujs": "^6.0.3-2",
     "@sourcegraph/code-host-integration": "0.0.50",
-    "@toast-ui/editor": "^2.4.0",
-    "@toast-ui/vue-editor": "^2.4.0",
+    "@toast-ui/editor": "^2.5.0",
+    "@toast-ui/vue-editor": "^2.5.0",
     "apollo-cache-inmemory": "^1.6.6",
     "apollo-client": "^2.6.10",
     "apollo-link": "^1.2.14",
diff --git a/yarn.lock b/yarn.lock
index 000d22f6bc62c..a5ce96bdd3d71 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -1173,20 +1173,20 @@
     dom-accessibility-api "^0.5.1"
     pretty-format "^26.4.2"
 
-"@toast-ui/editor@^2.4.0":
-  version "2.4.0"
-  resolved "https://registry.yarnpkg.com/@toast-ui/editor/-/editor-2.4.0.tgz#0ed082da7e0160162dbc8f69d00ad3ab2adf81bc"
-  integrity sha512-49YCYcDnCjv4mC9VVNlytJ23SA5t6ox540GnmysluJHJ8aGRdWcVoH8hiyCZi9ZVIXi90B/TU+2HUQ7mOCHHRQ==
+"@toast-ui/editor@^2.5.0":
+  version "2.5.0"
+  resolved "https://registry.yarnpkg.com/@toast-ui/editor/-/editor-2.5.0.tgz#02779b119eaa6dd7601249d75ca031e0b98400f1"
+  integrity sha512-h4LgcGz+oedTqNAaSCp0VpR+k4C6Ag01hdDb1kPvO4aMQ/aTtT8uA34plpmYQgJvM0CWD1mXqWUSPkyJtRzDyA==
   dependencies:
     "@types/codemirror" "0.0.71"
     codemirror "^5.48.4"
 
-"@toast-ui/vue-editor@^2.4.0":
-  version "2.4.0"
-  resolved "https://registry.yarnpkg.com/@toast-ui/vue-editor/-/vue-editor-2.4.0.tgz#18b6629006f2dac5bfef4a26388499931d5fa869"
-  integrity sha512-fj4H4jM+usW43mD0VEIfBeUpANY9/pQLB8GlXLQH2iAmpmJFX+xMZl6r7d/vw6TDJaHLfFxP/iXcYIfyJobepQ==
+"@toast-ui/vue-editor@^2.5.0":
+  version "2.5.0"
+  resolved "https://registry.yarnpkg.com/@toast-ui/vue-editor/-/vue-editor-2.5.0.tgz#8094136588b0f726241b5f89d0754a7169f2ffee"
+  integrity sha512-GREAaVOe5esQaQFmFCZLjo6iOtIvqvYhANulvsKpbh4QNnsPLaFRIQoUDSImNPVGkDDQn60wxXBnZVKOl9sMmg==
   dependencies:
-    "@toast-ui/editor" "^2.4.0"
+    "@toast-ui/editor" "^2.5.0"
 
 "@types/aria-query@^4.2.0":
   version "4.2.0"
-- 
GitLab