diff --git a/package.json b/package.json index 02b1d59..b05b9aa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "git-url-parse", - "version": "12.0.0", + "version": "13.0.0", "description": "A high level git url parser for common git providers.", "main": "lib/index.js", "scripts": { @@ -29,7 +29,7 @@ "test": "test" }, "dependencies": { - "git-up": "^6.0.0" + "git-up": "^7.0.0" }, "devDependencies": { "tester": "^1.3.1"