From 91051cf3f565565a7488a73122f48452ac6ab281 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ionic=C4=83=20Biz=C4=83u?= Date: Mon, 6 Jun 2022 23:16:31 +0300 Subject: [PATCH] :arrow_up: 5.0.8 :tada: --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 1ab04c3..855044a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "parse-url", - "version": "6.0.0", + "version": "5.0.8", "description": "An advanced url parser supporting git urls too.", "main": "lib/index.js", "directories": { @@ -33,7 +33,7 @@ "dependencies": { "is-ssh": "^1.3.0", "normalize-url": "^6.1.0", - "parse-path": "^4.0.0", + "parse-path": "^4.0.4", "protocols": "^1.4.0" }, "files": [ @@ -56,4 +56,4 @@ "For low-level path parsing, check out [`parse-path`](https://github.com/IonicaBizau/parse-path). This very module is designed to parse urls. By default the urls are normalized." ] } -} +} \ No newline at end of file