diff --git a/package.json b/package.json index b94eb9cb..3679a491 100644 --- a/package.json +++ b/package.json @@ -100,7 +100,7 @@ "diff3": "0.0.3", "hard-reducer": "2.3.0", "ini": "1.3.5", - "isomorphic-git": "0.37.0", + "isomorphic-git": "0.37.2", "lodash": "4.17.11", "monaco-editor": "0.14.3", "normalize.css": "8.0.0", diff --git a/yarn.lock b/yarn.lock index 824ce263..77a268ef 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1189,6 +1189,12 @@ dependencies: regenerator-runtime "^0.12.0" +"@babel/runtime@^7.1.2": + version "7.1.2" + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.1.2.tgz#81c89935f4647706fc54541145e6b4ecfef4b8e3" + dependencies: + regenerator-runtime "^0.12.0" + "@babel/standalone@7.1.0": version "7.1.0" resolved "https://registry.yarnpkg.com/@babel/standalone/-/standalone-7.1.0.tgz#d79774a17e8df4a53def891864882f5d81c42001" @@ -7055,11 +7061,11 @@ isomorphic-fetch@^2.1.1: node-fetch "^1.0.1" whatwg-fetch ">=0.10.0" -isomorphic-git@0.37.0: - version "0.37.0" - resolved "https://registry.yarnpkg.com/isomorphic-git/-/isomorphic-git-0.37.0.tgz#2e9cd14ade3dd8f84f5946ef4df023babc2624dd" +isomorphic-git@0.37.2: + version "0.37.2" + resolved "https://registry.yarnpkg.com/isomorphic-git/-/isomorphic-git-0.37.2.tgz#0b8c753bb05964d601feeef9b32c4f73d7c645ae" dependencies: - "@babel/runtime" "^7.0.0" + "@babel/runtime" "^7.1.2" async-lock "^1.1.0" clean-git-ref "1.0.3" crc "^3.5.0"