From 52dc9bdd79bc7e91d9952f49ce23ac5826e5d4cc Mon Sep 17 00:00:00 2001 From: Instanacd PAT for GitHub Public Date: Sun, 3 May 2026 17:21:17 +0000 Subject: [PATCH 1/2] build: bumped sqs-consumer from 14.2.8 to 15.0.1 --- currencies.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/currencies.json b/currencies.json index 800ca06ec3..54de3e19c9 100644 --- a/currencies.json +++ b/currencies.json @@ -1059,7 +1059,7 @@ "core": false, "versions": [ { - "v": "14.2.8" + "v": "15.0.1" }, { "v": "5.8.0" From dc8b9437329ff581b6ac5c01faebdd17866fd919 Mon Sep 17 00:00:00 2001 From: Arya Date: Mon, 4 May 2026 15:05:58 +0530 Subject: [PATCH 2/2] chore: added node constraint --- currencies.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/currencies.json b/currencies.json index 54de3e19c9..d908fe3aad 100644 --- a/currencies.json +++ b/currencies.json @@ -1059,7 +1059,11 @@ "core": false, "versions": [ { - "v": "15.0.1" + "v": "15.0.1", + "node": ">=22" + }, + { + "v": "14.2.8" }, { "v": "5.8.0" @@ -1322,4 +1326,4 @@ } ] } -] \ No newline at end of file +]