diff --git a/example/package-lock.json b/example/package-lock.json index 6df0f24..4fdf028 100644 --- a/example/package-lock.json +++ b/example/package-lock.json @@ -5156,9 +5156,9 @@ "dev": true }, "ngx-quill-wrapper": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/ngx-quill-wrapper/-/ngx-quill-wrapper-5.1.0.tgz", - "integrity": "sha512-RwKTn3/dqW76TmKmqm/y7lV3eIH+yJ0FIj/iUWAdX47qmBznDmXGmy4MO9ez0iYgt3C3k7RPYOyd8VdnovhBBg==", + "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==", "requires": { "quill": "1.3.4" } diff --git a/example/package.json b/example/package.json index bd649aa..c0f8ef4 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.1.0", + "ngx-quill-wrapper": "^5.2.0", "rxjs": "^5.5.0", "zone.js": "^0.8.0" },