From 76fcff63f3b77101c85a6e67d4b5953f90c775da Mon Sep 17 00:00:00 2001 From: Andrea Innocenti <62945651+andreainnocenti@users.noreply.github.com> Date: Fri, 28 May 2021 14:56:05 +0200 Subject: [PATCH] Update package.json fixing https://github.com/IonicaBizau/parse-url/issues/19 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6443fbe..6571876 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ }, "dependencies": { "is-ssh": "^1.3.0", - "normalize-url": "^3.3.0", + "normalize-url": "^6.0.1", "parse-path": "^4.0.0", "protocols": "^1.4.0" },