From 86ad9134be6e557db67900a8a3dd7b1694f90a9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2020 00:34:28 +0000 Subject: [PATCH] chore(deps): 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-lock.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index e720b46..07a650b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9588,14 +9588,14 @@ "dev": true }, "quill": { - "version": "1.3.6", - "resolved": "https://registry.npmjs.org/quill/-/quill-1.3.6.tgz", - "integrity": "sha512-K0mvhimWZN6s+9OQ249CH2IEPZ9JmkFuCQeHAOQax3EZ2nDJ3wfGh59mnlQaZV2i7u8eFarx6wAtvQKgShojug==", + "version": "1.3.7", + "resolved": "https://registry.npmjs.org/quill/-/quill-1.3.7.tgz", + "integrity": "sha512-hG/DVzh/TiknWtE6QmWAF/pxoZKYxfe3J/d/+ShUWkDvvkZQVTPeVmUJVu1uE6DDooC4fWTiCLh84ul89oNz5g==", "requires": { "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" },