From 13a1c412dfb1878329b62d7c1adb4421d67c279b Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Sun, 8 Oct 2023 20:19:17 +0200 Subject: Minor update dependencies (#5693) * Minor update dependencies Follow-up of https://github.com/FreshRSS/FreshRSS/pull/5691 Mostly dev dependencies; nothing that affects our runtime * Update versions for GitHub Actions * Fix newly found typos * Fix exclude path --- lib/composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/composer.json') diff --git a/lib/composer.json b/lib/composer.json index f8ee50f9f..b06fea105 100644 --- a/lib/composer.json +++ b/lib/composer.json @@ -12,8 +12,8 @@ ], "require": { "marienfressinaud/lib_opml": "0.5.1", - "phpgt/cssxpath": "dev-master#4fbe420aba3d9e729940107ded4236a835a1a132", - "phpmailer/phpmailer": "6.8.0" + "phpgt/cssxpath": "dev-master#d99d35f7194bac19fb3f8726b70c1bc83de3e931", + "phpmailer/phpmailer": "6.8.1" }, "config": { "sort-packages": true, -- cgit v1.2.3