diff --git a/package-lock.json b/package-lock.json index ac66560..c422ef9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5122,14 +5122,14 @@ } }, "meta-git": { - "version": "1.1.6", - "resolved": "https://registry.npmjs.org/meta-git/-/meta-git-1.1.6.tgz", - "integrity": "sha512-ktdQTzfof42kUSoOyl/71anEG7hA3IxMs/MteLK2NJCWsOwxxpUDhzcu1GLxxFOJikD63GwnIE4dbHLOLNwHMw==", + "version": "1.1.7", + "resolved": "https://registry.npmjs.org/meta-git/-/meta-git-1.1.7.tgz", + "integrity": "sha512-4v7v1MwfmjJOR6Ev9XzOGJEnV7wmltyQ+FjukE5bCDDBD7JQgNxtRmOJ+B7VhE55nMA1cGhu6J5l3CM0cEVuLw==", "requires": { "chalk": "^3.0.0", "commander": "^2.20.3", "debug": "^4.3.2", - "get-meta-file": "^1.3.4", + "get-meta-file": "^1.3.5", "loop": "^3.3.4", "meta-exec": "^1.4.2", "meta-loop": "^1.2.2" diff --git a/package.json b/package.json index e43040b..b31c40d 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "chalk": "3.0.0", "commander": "mateodelnorte/commander.js", "debug": "4.3.2", - "meta-git": "1.1.6", + "meta-git": "1.1.7", "meta-init": "1.2.4", "meta-loop": "1.2.4", "meta-project": "2.3.5",