Skip to content

Commit 48f5b6e

Browse files
authored
Fix yarn.lock (#2194)
1 parent 3bca7c2 commit 48f5b6e

File tree

2 files changed

+175
-67
lines changed

2 files changed

+175
-67
lines changed

app/yarn.lock

Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -186,13 +186,14 @@ [email protected]:
186186
resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b"
187187

188188
conf@^1.0.0:
189-
version "1.1.2"
190-
resolved "https://registry.yarnpkg.com/conf/-/conf-1.1.2.tgz#a164003022dd1643cd5abd9653071bd3b0a19f50"
189+
version "1.2.0"
190+
resolved "https://registry.yarnpkg.com/conf/-/conf-1.2.0.tgz#149af7408f0af6abd62c3e24cff747e41a0bc54f"
191191
dependencies:
192192
dot-prop "^4.1.0"
193193
env-paths "^1.0.0"
194194
make-dir "^1.0.0"
195195
pkg-up "^2.0.0"
196+
write-file-atomic "^2.3.0"
196197

197198
console-control-strings@^1.0.0, console-control-strings@~1.1.0:
198199
version "1.1.0"
@@ -513,7 +514,7 @@ glob@^7.0.5, glob@~7.1.2:
513514
once "^1.3.0"
514515
path-is-absolute "^1.0.0"
515516

516-
graceful-fs@^4.1.2:
517+
graceful-fs@^4.1.11, graceful-fs@^4.1.2:
517518
version "4.1.11"
518519
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.1.11.tgz#0e8bdfe4d1ddb8854d64e04ea7c00e2a026e5658"
519520

@@ -560,8 +561,12 @@ http-signature@~1.1.0:
560561
sshpk "^1.7.0"
561562

562563
iconv-lite@~0.4.13:
563-
version "0.4.18"
564-
resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.18.tgz#23d8656b16aae6742ac29732ea8f0336a4789cf2"
564+
version "0.4.19"
565+
resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.19.tgz#f7468f60135f5e5dad3399c0a81be9a1603a082b"
566+
567+
imurmurhash@^0.1.4:
568+
version "0.1.4"
569+
resolved "https://registry.yarnpkg.com/imurmurhash/-/imurmurhash-0.1.4.tgz#9218b9b2b928a238b13dc4fb6b6d576f231453ea"
565570

566571
inflight@^1.0.4:
567572
version "1.0.6"
@@ -1144,7 +1149,7 @@ [email protected]:
11441149
execa "^0.5.0"
11451150
strip-ansi "^3.0.0"
11461151

1147-
signal-exit@^3.0.0:
1152+
signal-exit@^3.0.0, signal-exit@^3.0.2:
11481153
version "3.0.2"
11491154
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.2.tgz#b5fdc08f1287ea1178628e415e25132b73646c6d"
11501155

@@ -1313,6 +1318,14 @@ wrappy@1:
13131318
version "1.0.2"
13141319
resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f"
13151320

1321+
write-file-atomic@^2.3.0:
1322+
version "2.3.0"
1323+
resolved "https://registry.yarnpkg.com/write-file-atomic/-/write-file-atomic-2.3.0.tgz#1ff61575c2e2a4e8e510d6fa4e243cce183999ab"
1324+
dependencies:
1325+
graceful-fs "^4.1.11"
1326+
imurmurhash "^0.1.4"
1327+
signal-exit "^3.0.2"
1328+
13161329
yallist@^2.1.2:
13171330
version "2.1.2"
13181331
resolved "https://registry.yarnpkg.com/yallist/-/yallist-2.1.2.tgz#1c11f9218f076089a47dd512f93c6699a6a81d52"

0 commit comments

Comments
 (0)