From 955bc69d5247ce67646190b13aebb3510d421edd Mon Sep 17 00:00:00 2001 From: Parth Verma Date: Mon, 24 Feb 2025 17:37:36 -0800 Subject: [PATCH 1/2] chore: Bump postman-collection to v5 and drop support for node < 18 --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index ca8624df6..0430b7b1b 100644 --- a/package.json +++ b/package.json @@ -58,6 +58,7 @@ "glob": "^5.0.3", "istanbul": "0.4.5", "mocha": "^4.0.0", + "require-directory": "^2.1.1", "should": "^5.2.0" }, "dependencies": { From 06ed1f3246052b3c2348bad6e6ea1cae05a5ed3f Mon Sep 17 00:00:00 2001 From: Parth Verma Date: Tue, 25 Feb 2025 12:25:03 -0800 Subject: [PATCH 2/2] chore: Bump postman-collection to v5 and drop support for node < 18 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 0430b7b1b..a641af059 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "xmlhttprequest" ], "engines": { - "node": ">=0.10" + "node": ">=18" }, "files": [ "bin", @@ -70,6 +70,6 @@ "folderify": "^0.7.0", "form-data": "^0.2.0", "har-validator-fsless": "1.6.6", - "postman-collection": "3.0.8" + "postman-collection": "5.0.0" } }