Browse Source

Merge pull request #14 from beaussan/renovate/isomorphic-git-0.x

⬆️ Upgrade dependency isomorphic-git to v0.78.4
pull/19/head
Nicolas Beaussart 6 years ago
committed by GitHub
parent
commit
5b600b4e3d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      package.json
  2. 8
      yarn.lock

2
package.json

@ -18,7 +18,7 @@
"colors": "1.4.0", "colors": "1.4.0",
"cosmiconfig": "6.0.0", "cosmiconfig": "6.0.0",
"gluegun": "4.1.2", "gluegun": "4.1.2",
"isomorphic-git": "0.78.3",
"isomorphic-git": "0.78.4",
"latest-version": "5.1.0", "latest-version": "5.1.0",
"prompts": "2.3.0", "prompts": "2.3.0",
"tslib": "1.10.0" "tslib": "1.10.0"

8
yarn.lock

@ -4815,10 +4815,10 @@ isobject@^4.0.0:
resolved "https://registry.yarnpkg.com/isobject/-/isobject-4.0.0.tgz#3f1c9155e73b192022a80819bacd0343711697b0" resolved "https://registry.yarnpkg.com/isobject/-/isobject-4.0.0.tgz#3f1c9155e73b192022a80819bacd0343711697b0"
integrity sha512-S/2fF5wH8SJA/kmwr6HYhK/RI/OkhD84k8ntalo0iJjZikgq1XFvR5M8NPT1x5F7fBwCG3qHfnzeP/Vh/ZxCUA== integrity sha512-S/2fF5wH8SJA/kmwr6HYhK/RI/OkhD84k8ntalo0iJjZikgq1XFvR5M8NPT1x5F7fBwCG3qHfnzeP/Vh/ZxCUA==
isomorphic-git@0.78.3:
version "0.78.3"
resolved "https://registry.yarnpkg.com/isomorphic-git/-/isomorphic-git-0.78.3.tgz#563d60f5f73868ba13701a33047fe356bacdca1f"
integrity sha512-3c8uqIg9tBBXFwypdlIo7yPM1x3uc7mNt4qbUvG2NPt8QYN1OFWo0MDNgHYfRIQWsgd8aux/qC3QnKyVqaq0TQ==
isomorphic-git@0.78.4:
version "0.78.4"
resolved "https://registry.yarnpkg.com/isomorphic-git/-/isomorphic-git-0.78.4.tgz#4e3be71010379b660c245731bcb6922bac34dabc"
integrity sha512-AJKIjPmcoBMarQ89mLi1MXQcLSq1FPGyPjWG1Dv/+iCE2OyW1lGy+kmCE/seZU7FojB3vRJeEjzx8RxZW60WVQ==
dependencies: dependencies:
async-lock "^1.1.0" async-lock "^1.1.0"
clean-git-ref "^2.0.1" clean-git-ref "^2.0.1"

Loading…
Cancel
Save