From 1c0bbd3f1c3f4202ea7f9312aa0190b827a444ac Mon Sep 17 00:00:00 2001 From: Jonas Finnemann Jensen Date: Wed, 26 Jun 2019 15:20:46 +0200 Subject: [PATCH] Updated sanitize_html to 1.3.0 (#2409) --- app/pubspec.lock | 2 +- app/pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/pubspec.lock b/app/pubspec.lock index ee4fed07aa..c6f3925d50 100644 --- a/app/pubspec.lock +++ b/app/pubspec.lock @@ -525,7 +525,7 @@ packages: name: sanitize_html url: "https://pub.dartlang.org" source: hosted - version: "1.2.0" + version: "1.3.0" shelf: dependency: "direct main" description: diff --git a/app/pubspec.yaml b/app/pubspec.yaml index 747123cd54..4ed7e765c8 100644 --- a/app/pubspec.yaml +++ b/app/pubspec.yaml @@ -44,7 +44,7 @@ dependencies: # 3rd-party packages with pinned versions archive: '2.0.3' mailer: '2.1.1' - sanitize_html: '1.2.0' + sanitize_html: '1.3.0' uuid: '1.0.3' ulid: '1.0.2' http_retry: '0.1.1+3'