From 3477bde20692303f13f49693e9461e440dfd1011 Mon Sep 17 00:00:00 2001 From: "P.I.E. Security Team" Date: Mon, 22 Sep 2025 17:23:32 -0400 Subject: [PATCH 1/2] Update composer.json --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index e6d8403bb..460d20e4b 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ "psr/cache": "^1.0||^2.0||^3.0", "psr/simple-cache": "^1.0||^2.0||^3.0", "psr/event-dispatcher": "^1.0", - "paragonie/constant_time_encoding": "^2.3", + "paragonie/constant_time_encoding": "^2.8||^3.11", "composer/ca-bundle": "^1.2", "symfony/options-resolver": "^5.0||^6.0||^7.0", "symfony/polyfill-php83": "^1.27", @@ -273,4 +273,4 @@ "yarn.lock" ] } -} \ No newline at end of file +} From b91d72e4f5aed2a41cc4c137c6d5bc841486f463 Mon Sep 17 00:00:00 2001 From: "P.I.E. Security Team" Date: Thu, 25 Sep 2025 12:03:07 -0400 Subject: [PATCH 2/2] fix typo --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 460d20e4b..10f662655 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ "psr/cache": "^1.0||^2.0||^3.0", "psr/simple-cache": "^1.0||^2.0||^3.0", "psr/event-dispatcher": "^1.0", - "paragonie/constant_time_encoding": "^2.8||^3.11", + "paragonie/constant_time_encoding": "^2.8||^3.1", "composer/ca-bundle": "^1.2", "symfony/options-resolver": "^5.0||^6.0||^7.0", "symfony/polyfill-php83": "^1.27",