From 231ecc33f560fbcc1be3f199e243ad6c89a918b6 Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Wed, 27 May 2020 22:12:37 +0300 Subject: [PATCH] Security patch (low severity) --- CHANGES.md | 4 ++++ composer.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 2fddaed270..a6aff01af1 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -13,6 +13,10 @@ - Added missing webhooks events in the console - Fixed a bug where single permission tag in the console was not being saved +## Security + +- [low severity] Patch for email library (https://github.com/advisories/GHSA-f7hx-fqxw-rvvj) + # Version 0.6.1 (PRE-RELEASE) ## Bug Fixes diff --git a/composer.json b/composer.json index f389bf4421..6494784356 100644 --- a/composer.json +++ b/composer.json @@ -50,7 +50,7 @@ "domnikl/statsd": "2.0.*", "influxdb/influxdb-php": "1.15.*", "bacon/bacon-qr-code": "2.0.0", - "phpmailer/phpmailer": "6.0.7" + "phpmailer/phpmailer": "6.1.6" }, "require-dev": { "appwrite/sdk-generator": "master",