From 6d8efc3c3bb6a73deeaec26e5a336cf956b9db51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2020 00:30:36 +0000 Subject: [PATCH] Bump quill from 1.3.6 to 1.3.7 in /client 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] --- client/package.json | 2 +- client/yarn.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/client/package.json b/client/package.json index 9246ec8..b63b0fb 100644 --- a/client/package.json +++ b/client/package.json @@ -16,7 +16,7 @@ "mobx": "^5.9.4", "mobx-react": "^6.1.1", "moment": "^2.24.0", - "quill": "^1.3.6", + "quill": "^1.3.7", "react": "^16.8.6", "react-dom": "^16.8.6", "react-quill": "^1.3.3", diff --git a/client/yarn.lock b/client/yarn.lock index edd35c5..2255e40 100644 --- a/client/yarn.lock +++ b/client/yarn.lock @@ -2929,7 +2929,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.yarnpkg.com/extend/-/extend-3.0.2.tgz#f8b1136b4071fbd8eb140aff858b1019ec2915fa" integrity sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g== @@ -5801,15 +5801,15 @@ quill-delta@^3.6.2: extend "^3.0.2" fast-diff "1.1.2" -quill@^1.2.6, quill@^1.3.6: - version "1.3.6" - resolved "https://registry.yarnpkg.com/quill/-/quill-1.3.6.tgz#99f4de1fee85925a0d7d4163b6d8328f23317a4d" - integrity sha512-K0mvhimWZN6s+9OQ249CH2IEPZ9JmkFuCQeHAOQax3EZ2nDJ3wfGh59mnlQaZV2i7u8eFarx6wAtvQKgShojug== +quill@^1.2.6, 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"