diff --git a/example/package-lock.json b/example/package-lock.json index 2db5151..9b347c6 100644 --- a/example/package-lock.json +++ b/example/package-lock.json @@ -5156,9 +5156,9 @@ "dev": true }, "ngx-quill-wrapper": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/ngx-quill-wrapper/-/ngx-quill-wrapper-5.2.0.tgz", - "integrity": "sha512-GJVSKo90vyVekQSgM4mo0/DkEBBYFkkddw7iTJ+nwov+jaENE4D82owgYG3z5IhnFuIsPxl9Yl0SLehPfZjxbA==", + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/ngx-quill-wrapper/-/ngx-quill-wrapper-5.3.0.tgz", + "integrity": "sha512-hpOKpW1gQ6/MJYwJxQPa6jiiK+gu0iD90JqhFTWkYifRzTWFkBQeKUrqYmzHmD0WMgo5YJtVmHzwVz9UueZ2OQ==", "requires": { "quill": "1.3.4" } diff --git a/example/package.json b/example/package.json index 84cc751..0714f1c 100644 --- a/example/package.json +++ b/example/package.json @@ -44,7 +44,7 @@ "@angular/platform-browser": "^5.1.0", "@angular/platform-browser-dynamic": "^5.1.0", "core-js": "^2.5.0", - "ngx-quill-wrapper": "^5.2.0", + "ngx-quill-wrapper": "^5.3.0", "rxjs": "^5.5.0", "zone.js": "^0.8.0" },