Skip to content

Commit 8daf776

Browse files
committed
Update dependency isomorphic-git to v0.37.3
1 parent 6a95196 commit 8daf776

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
"diff3": "0.0.3",
101101
"hard-reducer": "2.3.0",
102102
"ini": "1.3.5",
103-
"isomorphic-git": "0.37.0",
103+
"isomorphic-git": "0.37.3",
104104
"lodash": "4.17.11",
105105
"monaco-editor": "0.14.3",
106106
"normalize.css": "8.0.0",

yarn.lock

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1189,6 +1189,12 @@
11891189
dependencies:
11901190
regenerator-runtime "^0.12.0"
11911191

1192+
"@babel/runtime@^7.1.2":
1193+
version "7.1.2"
1194+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.1.2.tgz#81c89935f4647706fc54541145e6b4ecfef4b8e3"
1195+
dependencies:
1196+
regenerator-runtime "^0.12.0"
1197+
11921198
"@babel/standalone@7.1.0":
11931199
version "7.1.0"
11941200
resolved "https://registry.yarnpkg.com/@babel/standalone/-/standalone-7.1.0.tgz#d79774a17e8df4a53def891864882f5d81c42001"
@@ -7055,11 +7061,11 @@ isomorphic-fetch@^2.1.1:
70557061
node-fetch "^1.0.1"
70567062
whatwg-fetch ">=0.10.0"
70577063

7058-
isomorphic-git@0.37.0:
7059-
version "0.37.0"
7060-
resolved "https://registry.yarnpkg.com/isomorphic-git/-/isomorphic-git-0.37.0.tgz#2e9cd14ade3dd8f84f5946ef4df023babc2624dd"
7064+
isomorphic-git@0.37.3:
7065+
version "0.37.3"
7066+
resolved "https://registry.yarnpkg.com/isomorphic-git/-/isomorphic-git-0.37.3.tgz#d9c271dfcd8128b87b07a36abcd7cbb2b7d4919d"
70617067
dependencies:
7062-
"@babel/runtime" "^7.0.0"
7068+
"@babel/runtime" "^7.1.2"
70637069
async-lock "^1.1.0"
70647070
clean-git-ref "1.0.3"
70657071
crc "^3.5.0"

0 commit comments

Comments
 (0)