From 344d5d349a256421636450ef1016c6126cd32827 Mon Sep 17 00:00:00 2001 From: aacerox Date: Thu, 19 Oct 2023 17:57:36 +0200 Subject: [PATCH] refactor: bump follow-redirects (PR #215 ) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3616358..13f4cbd 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ }, "dependencies": { "debug": "~4.3.3", - "follow-redirects": ">=1.14.7", + "follow-redirects": ">=1.14.8", "xml2js": ">=0.4.23" }, "devDependencies": {