From 53d6621eddb6f38e39dd9202241ab8966a85ac8c Mon Sep 17 00:00:00 2001 From: Instanacd PAT for GitHub Public Date: Sun, 24 May 2026 17:04:17 +0000 Subject: [PATCH 1/2] build: bumped typeorm from 0.3.29 to 1.0.0 --- currencies.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/currencies.json b/currencies.json index 9e18043154..979c3e4e5a 100644 --- a/currencies.json +++ b/currencies.json @@ -1197,7 +1197,7 @@ "core": false, "versions": [ { - "v": "0.3.29" + "v": "1.0.0" } ] }, From 933f13ddd331c696807f4c470f2cb6ae12991d2e Mon Sep 17 00:00:00 2001 From: Arya Date: Mon, 25 May 2026 16:54:00 +0530 Subject: [PATCH 2/2] chore: added node constraint --- currencies.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/currencies.json b/currencies.json index 979c3e4e5a..3821630bda 100644 --- a/currencies.json +++ b/currencies.json @@ -1197,7 +1197,11 @@ "core": false, "versions": [ { - "v": "1.0.0" + "v": "1.0.0", + "node": ">=20.0.0" + }, + { + "v": "0.3.29" } ] },