Browse Source

Merge pull request #33 from beaussan/renovate/isomorphic-git-1.x

⬆️ Upgrade dependency isomorphic-git to v1.1.2
pull/37/head
Nicolas Beaussart 6 years ago
committed by GitHub
parent
commit
67c11381f6
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.2.0", "gluegun": "4.2.0",
"isomorphic-git": "1.0.0",
"isomorphic-git": "1.1.2",
"latest-version": "5.1.0", "latest-version": "5.1.0",
"prompts": "2.3.1", "prompts": "2.3.1",
"tslib": "1.11.0" "tslib": "1.11.0"

8
yarn.lock

@ -4805,10 +4805,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@1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/isomorphic-git/-/isomorphic-git-1.0.0.tgz#6220fd649bc56ea447c6e75fb76d175a8a6dfeb5"
integrity sha512-YwyHqWP8ZGgb3Ul3HOg1MKSXD52ogWI4V3r58ck+EGuGKyXJYjxEjCRXeFEqOX3cxZRxvRyS1nD2J4at/l6fLQ==
isomorphic-git@1.1.2:
version "1.1.2"
resolved "https://registry.yarnpkg.com/isomorphic-git/-/isomorphic-git-1.1.2.tgz#1c0257f3b7e2371df8b34296035379b3ef549547"
integrity sha512-qXTN0E1S75ZojXwQlT6vQqRwxxyd2kXkQAvMklZYJJB5Ud9ZcN7IsXo9dazrI09f5MPSWKTPLYBahhUCyY0mkw==
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