From 8e3e3389a67d8bb9bc773c96e4d6c0e7ac7dd730 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2020 00:26:21 +0000 Subject: [PATCH] Bump quill from 1.3.6 to 1.3.7 Bumps [quill](https://github.com/quilljs/quill) from 1.3.6 to 1.3.7. - [Release notes](https://github.com/quilljs/quill/releases) - [Changelog](https://github.com/quilljs/quill/blob/v1.3.7/CHANGELOG.md) - [Commits](https://github.com/quilljs/quill/compare/v1.3.6...v1.3.7) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index fe0bc7e..4d87731 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "less": "^3.9.0", "less-loader": "^4.1.0", "moment": "^2.24.0", - "quill": "^1.3.6", + "quill": "^1.3.7", "reset-css": "^4.0.1", "url-join": "^4.0.0", "url-template": "^2.0.8", diff --git a/yarn.lock b/yarn.lock index e5bee55..17bfa17 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3048,7 +3048,7 @@ extend-shallow@^3.0.0, extend-shallow@^3.0.2: assign-symbols "^1.0.0" is-extendable "^1.0.1" -extend@^3.0.1, extend@^3.0.2, extend@~3.0.2: +extend@^3.0.2, extend@~3.0.2: version "3.0.2" resolved "https://registry.npm.taobao.org/extend/download/extend-3.0.2.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fextend%2Fdownload%2Fextend-3.0.2.tgz#f8b1136b4071fbd8eb140aff858b1019ec2915fa" integrity sha1-+LETa0Bx+9jrFAr/hYsQGewpFfo= @@ -6015,15 +6015,15 @@ quill-delta@^4.0.1: extend "^3.0.2" fast-diff "1.2.0" -quill@^1.3.4, quill@^1.3.6: - version "1.3.6" - resolved "https://registry.npm.taobao.org/quill/download/quill-1.3.6.tgz#99f4de1fee85925a0d7d4163b6d8328f23317a4d" - integrity sha1-mfTeH+6FkloNfUFjttgyjyMxek0= +quill@^1.3.4, quill@^1.3.7: + version "1.3.7" + resolved "https://registry.yarnpkg.com/quill/-/quill-1.3.7.tgz#da5b2f3a2c470e932340cdbf3668c9f21f9286e8" + integrity sha512-hG/DVzh/TiknWtE6QmWAF/pxoZKYxfe3J/d/+ShUWkDvvkZQVTPeVmUJVu1uE6DDooC4fWTiCLh84ul89oNz5g== dependencies: clone "^2.1.1" deep-equal "^1.0.1" eventemitter3 "^2.0.3" - extend "^3.0.1" + extend "^3.0.2" parchment "^1.1.4" quill-delta "^3.6.2"