diff --git a/package.json b/package.json index a39da1a9..49208974 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "commander": "^2.9.0", "fs-extra": "^4.0.2", "handlebars": "^4.0.11", - "parse-github-url": "^1.0.0", + "parse-github-url": "^1.0.1", "semver": "^5.1.0" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 16b86f17..303c9fd1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2502,9 +2502,9 @@ p-locate@^2.0.0: dependencies: p-limit "^1.1.0" -parse-github-url@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/parse-github-url/-/parse-github-url-1.0.0.tgz#d0c50b592d5a252c61a8540a421dfe8e571cf45a" +parse-github-url@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/parse-github-url/-/parse-github-url-1.0.1.tgz#af8d10e58cca8cfcc6e8975dd56942ccb36f5119" parse-glob@^3.0.4: version "3.0.4"