Skip to content

Commit 8aa5b73

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

File tree

2 files changed

+19
-7
lines changed

2 files changed

+19
-7
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.38.0",
104104
"lodash": "4.17.11",
105105
"monaco-editor": "0.14.3",
106106
"normalize.css": "8.0.0",

yarn.lock

Lines changed: 18 additions & 6 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"
@@ -4357,12 +4363,18 @@ debug@3.1.0, debug@^3.1.0, debug@~3.1.0:
43574363
dependencies:
43584364
ms "2.0.0"
43594365

4360-
debug@^4.0.0, debug@^4.0.1:
4366+
debug@^4.0.0:
43614367
version "4.0.1"
43624368
resolved "https://registry.yarnpkg.com/debug/-/debug-4.0.1.tgz#f9bb36d439b8d1f0dd52d8fb6b46e4ebb8c1cd5b"
43634369
dependencies:
43644370
ms "^2.1.1"
43654371

4372+
debug@^4.1.0:
4373+
version "4.1.0"
4374+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.1.0.tgz#373687bffa678b38b1cd91f861b63850035ddc87"
4375+
dependencies:
4376+
ms "^2.1.1"
4377+
43664378
decamelize-keys@^1.0.0:
43674379
version "1.1.0"
43684380
resolved "https://registry.yarnpkg.com/decamelize-keys/-/decamelize-keys-1.1.0.tgz#d171a87933252807eb3cb61dc1c1445d078df2d9"
@@ -7055,15 +7067,15 @@ isomorphic-fetch@^2.1.1:
70557067
node-fetch "^1.0.1"
70567068
whatwg-fetch ">=0.10.0"
70577069

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"
7070+
isomorphic-git@0.38.0:
7071+
version "0.38.0"
7072+
resolved "https://registry.yarnpkg.com/isomorphic-git/-/isomorphic-git-0.38.0.tgz#fba990bc6025e0aaa6ab3a4d24975e5681cb51ed"
70617073
dependencies:
7062-
"@babel/runtime" "^7.0.0"
7074+
"@babel/runtime" "^7.1.2"
70637075
async-lock "^1.1.0"
70647076
clean-git-ref "1.0.3"
70657077
crc "^3.5.0"
7066-
debug "^4.0.1"
7078+
debug "^4.1.0"
70677079
diff-lines "^1.1.0"
70687080
git-apply-delta "0.0.7"
70697081
globalyzer "^0.1.0"

0 commit comments

Comments
 (0)