Skip to content

Commit e56144c

Browse files
dependabot[bot]MarshallOfSound
authored andcommitted
build(deps): bump fstream from 1.0.11 to 1.0.12 (#3)
Bumps [fstream](https://github.com/npm/fstream) from 1.0.11 to 1.0.12. - [Release notes](https://github.com/npm/fstream/releases) - [Commits](npm/fstream@v1.0.11...v1.0.12)
1 parent 3bb5f99 commit e56144c

File tree

1 file changed

+25
-4
lines changed

1 file changed

+25
-4
lines changed

yarn.lock

Lines changed: 25 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -873,6 +873,7 @@ babel-preset-jest@^24.6.0:
873873
balanced-match@^1.0.0:
874874
version "1.0.0"
875875
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.0.tgz#89b4d199ab2bee49de164ea02b89ce462d71b767"
876+
integrity sha1-ibTRmasr7kneFk6gK4nORi1xt2c=
876877

877878
base@^0.11.1:
878879
version "0.11.2"
@@ -941,6 +942,7 @@ boxen@^1.2.1:
941942
brace-expansion@^1.1.7:
942943
version "1.1.11"
943944
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.11.tgz#3c7fcbf529d87226f3d2f52b966ff5271eb441dd"
945+
integrity sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==
944946
dependencies:
945947
balanced-match "^1.0.0"
946948
concat-map "0.0.1"
@@ -1342,6 +1344,7 @@ component-emitter@^1.2.1:
13421344
13431345
version "0.0.1"
13441346
resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b"
1347+
integrity sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=
13451348

13461349
concat-stream@^1.5.0, concat-stream@^1.5.2:
13471350
version "1.6.2"
@@ -2121,6 +2124,7 @@ fs-write-stream-atomic@^1.0.8, fs-write-stream-atomic@~1.0.10:
21212124
fs.realpath@^1.0.0:
21222125
version "1.0.0"
21232126
resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f"
2127+
integrity sha1-FQStJSMVjKpA20onh8sBQRmU6k8=
21242128

21252129
fsevents@^1.2.7:
21262130
version "1.2.8"
@@ -2131,9 +2135,9 @@ fsevents@^1.2.7:
21312135
node-pre-gyp "^0.12.0"
21322136

21332137
fstream@^1.0.0, fstream@^1.0.2:
2134-
version "1.0.11"
2135-
resolved "https://registry.yarnpkg.com/fstream/-/fstream-1.0.11.tgz#5c1fb1f117477114f0632a0eb4b71b3cb0fd3171"
2136-
integrity sha1-XB+x8RdHcRTwYyoOtLcbPLD9MXE=
2138+
version "1.0.12"
2139+
resolved "https://registry.yarnpkg.com/fstream/-/fstream-1.0.12.tgz#4e8ba8ee2d48be4f7d0de505455548eae5932045"
2140+
integrity sha512-WvJ193OHa0GHPEL+AycEJgxvBEwyfRkN1vhjca23OaPVMCaLCXTd5qAu82AjTcgP1UJmytkOKb63Ypde7raDIg==
21372141
dependencies:
21382142
graceful-fs "^4.1.2"
21392143
inherits "~2.0.0"
@@ -2231,7 +2235,7 @@ glob-to-regexp@^0.3.0:
22312235
resolved "https://registry.yarnpkg.com/glob-to-regexp/-/glob-to-regexp-0.3.0.tgz#8c5a1494d2066c570cc3bfe4496175acc4d502ab"
22322236
integrity sha1-jFoUlNIGbFcMw7/kSWF1rMTVAqs=
22332237

2234-
glob@^7.0.3, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3:
2238+
glob@^7.0.3, glob@^7.1.1, glob@^7.1.2:
22352239
version "7.1.3"
22362240
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.3.tgz#3960832d3f1574108342dafd3a67b332c0969df1"
22372241
dependencies:
@@ -2242,6 +2246,18 @@ glob@^7.0.3, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3:
22422246
once "^1.3.0"
22432247
path-is-absolute "^1.0.0"
22442248

2249+
glob@^7.1.3:
2250+
version "7.1.4"
2251+
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.4.tgz#aa608a2f6c577ad357e1ae5a5c26d9a8d1969255"
2252+
integrity sha512-hkLPepehmnKk41pUGm3sYxoFs/umurYfYJCerbXEyFIWcAzvpipAgVkBqqT9RBKMGjnq6kMuyYwha6csxbiM1A==
2253+
dependencies:
2254+
fs.realpath "^1.0.0"
2255+
inflight "^1.0.4"
2256+
inherits "2"
2257+
minimatch "^3.0.4"
2258+
once "^1.3.0"
2259+
path-is-absolute "^1.0.0"
2260+
22452261
global-dirs@^0.1.0:
22462262
version "0.1.1"
22472263
resolved "https://registry.yarnpkg.com/global-dirs/-/global-dirs-0.1.1.tgz#b319c0dd4607f353f3be9cca4c72fc148c49f445"
@@ -2288,6 +2304,7 @@ got@^6.7.1:
22882304
graceful-fs@^4.1.11, graceful-fs@^4.1.15, graceful-fs@^4.1.2, graceful-fs@^4.1.6:
22892305
version "4.1.15"
22902306
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.1.15.tgz#ffb703e1066e8a0eeaa4c8b80ba9253eeefbfb00"
2307+
integrity sha512-6uHUhOPEBgQ24HM+r6b/QwWfZq+yiFcipKFrOFiBEnWdy5sdzYoi+pJeQaPI5qOLRFqWmAXUPQNsielzdLoecA==
22912308

22922309
growly@^1.3.0:
22932310
version "1.3.0"
@@ -3955,6 +3972,7 @@ mimic-fn@^2.0.0:
39553972
minimatch@^3.0.3, minimatch@^3.0.4:
39563973
version "3.0.4"
39573974
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"
3975+
integrity sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==
39583976
dependencies:
39593977
brace-expansion "^1.1.7"
39603978

@@ -3969,6 +3987,7 @@ minimist-options@^3.0.1:
39693987
39703988
version "0.0.8"
39713989
resolved "https://registry.yarnpkg.com/minimist/-/minimist-0.0.8.tgz#857fcabfc3397d2625b8228262e86aa7a011b05d"
3990+
integrity sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0=
39723991

39733992
minimist@^1.1.1, minimist@^1.1.3, minimist@^1.2.0:
39743993
version "1.2.0"
@@ -4973,6 +4992,7 @@ path-exists@^3.0.0:
49734992
path-is-absolute@^1.0.0:
49744993
version "1.0.1"
49754994
resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f"
4995+
integrity sha1-F0uSaHNVNP+8es5r9TpanhtcX18=
49764996

49774997
path-is-inside@^1.0.1, path-is-inside@^1.0.2, path-is-inside@~1.0.2:
49784998
version "1.0.2"
@@ -6514,6 +6534,7 @@ wrap-ansi@^2.0.0:
65146534
wrappy@1:
65156535
version "1.0.2"
65166536
resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f"
6537+
integrity sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=
65176538

65186539
65196540
version "2.4.1"

0 commit comments

Comments
 (0)