Skip to content

Commit 68bd6db

Browse files
dependabot[bot]nodkz
authored andcommitted
build(deps): bump fstream from 1.0.11 to 1.0.12
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) Signed-off-by: dependabot[bot] <support@github.com>
1 parent 226c5bc commit 68bd6db

File tree

1 file changed

+42
-21
lines changed

1 file changed

+42
-21
lines changed

yarn.lock

Lines changed: 42 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1707,6 +1707,7 @@ babel-preset-jest@^24.9.0:
17071707
balanced-match@^1.0.0:
17081708
version "1.0.0"
17091709
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.0.tgz#89b4d199ab2bee49de164ea02b89ce462d71b767"
1710+
integrity sha1-ibTRmasr7kneFk6gK4nORi1xt2c=
17101711

17111712
base@^0.11.1:
17121713
version "0.11.2"
@@ -1790,8 +1791,9 @@ boxen@^1.2.1:
17901791
widest-line "^2.0.0"
17911792

17921793
brace-expansion@^1.1.7:
1793-
version "1.1.8"
1794-
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.8.tgz#c07b211c7c952ec1f8efd51a77ef0d1d3990a292"
1794+
version "1.1.11"
1795+
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.11.tgz#3c7fcbf529d87226f3d2f52b966ff5271eb441dd"
1796+
integrity sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==
17951797
dependencies:
17961798
balanced-match "^1.0.0"
17971799
concat-map "0.0.1"
@@ -2237,6 +2239,7 @@ component-emitter@^1.2.1:
22372239
concat-map@0.0.1:
22382240
version "0.0.1"
22392241
resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b"
2242+
integrity sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=
22402243

22412244
concat-stream@^1.5.0, concat-stream@^1.5.2:
22422245
version "1.6.2"
@@ -3314,6 +3317,7 @@ fs-write-stream-atomic@^1.0.8, fs-write-stream-atomic@~1.0.10:
33143317
fs.realpath@^1.0.0:
33153318
version "1.0.0"
33163319
resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f"
3320+
integrity sha1-FQStJSMVjKpA20onh8sBQRmU6k8=
33173321

33183322
fsevents@^1.2.7:
33193323
version "1.2.7"
@@ -3324,8 +3328,9 @@ fsevents@^1.2.7:
33243328
node-pre-gyp "^0.10.0"
33253329

33263330
fstream@^1.0.0, fstream@^1.0.2:
3327-
version "1.0.11"
3328-
resolved "https://registry.yarnpkg.com/fstream/-/fstream-1.0.11.tgz#5c1fb1f117477114f0632a0eb4b71b3cb0fd3171"
3331+
version "1.0.12"
3332+
resolved "https://registry.yarnpkg.com/fstream/-/fstream-1.0.12.tgz#4e8ba8ee2d48be4f7d0de505455548eae5932045"
3333+
integrity sha512-WvJ193OHa0GHPEL+AycEJgxvBEwyfRkN1vhjca23OaPVMCaLCXTd5qAu82AjTcgP1UJmytkOKb63Ypde7raDIg==
33293334
dependencies:
33303335
graceful-fs "^4.1.2"
33313336
inherits "~2.0.0"
@@ -3440,7 +3445,7 @@ glob-to-regexp@^0.3.0:
34403445
version "0.3.0"
34413446
resolved "https://registry.yarnpkg.com/glob-to-regexp/-/glob-to-regexp-0.3.0.tgz#8c5a1494d2066c570cc3bfe4496175acc4d502ab"
34423447

3443-
glob@^7.0.0, glob@^7.1.3:
3448+
glob@^7.0.0:
34443449
version "7.1.3"
34453450
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.3.tgz#3960832d3f1574108342dafd3a67b332c0969df1"
34463451
dependencies:
@@ -3451,7 +3456,7 @@ glob@^7.0.0, glob@^7.1.3:
34513456
once "^1.3.0"
34523457
path-is-absolute "^1.0.0"
34533458

3454-
glob@^7.0.3, glob@^7.0.5, glob@^7.1.1, glob@^7.1.2:
3459+
glob@^7.0.3, glob@^7.1.1, glob@^7.1.2:
34553460
version "7.1.2"
34563461
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.2.tgz#c19c9df9a028702d678612384a6552404c636d15"
34573462
dependencies:
@@ -3462,6 +3467,18 @@ glob@^7.0.3, glob@^7.0.5, glob@^7.1.1, glob@^7.1.2:
34623467
once "^1.3.0"
34633468
path-is-absolute "^1.0.0"
34643469

3470+
glob@^7.1.3:
3471+
version "7.1.5"
3472+
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.5.tgz#6714c69bee20f3c3e64c4dd905553e532b40cdc0"
3473+
integrity sha512-J9dlskqUXK1OeTOYBEn5s8aMukWMwWfs+rPTn/jn50Ux4MNXVhubL1wu/j2t+H4NVI+cXEcCaYellqaPVGXNqQ==
3474+
dependencies:
3475+
fs.realpath "^1.0.0"
3476+
inflight "^1.0.4"
3477+
inherits "2"
3478+
minimatch "^3.0.4"
3479+
once "^1.3.0"
3480+
path-is-absolute "^1.0.0"
3481+
34653482
global-dirs@^0.1.0:
34663483
version "0.1.1"
34673484
resolved "https://registry.yarnpkg.com/global-dirs/-/global-dirs-0.1.1.tgz#b319c0dd4607f353f3be9cca4c72fc148c49f445"
@@ -3506,14 +3523,10 @@ got@^6.7.1:
35063523
unzip-response "^2.0.1"
35073524
url-parse-lax "^1.0.0"
35083525

3509-
graceful-fs@^4.1.11, graceful-fs@^4.1.2, graceful-fs@^4.1.6:
3510-
version "4.1.11"
3511-
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.1.11.tgz#0e8bdfe4d1ddb8854d64e04ea7c00e2a026e5658"
3512-
3513-
graceful-fs@^4.1.15:
3514-
version "4.1.15"
3515-
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.1.15.tgz#ffb703e1066e8a0eeaa4c8b80ba9253eeefbfb00"
3516-
integrity sha512-6uHUhOPEBgQ24HM+r6b/QwWfZq+yiFcipKFrOFiBEnWdy5sdzYoi+pJeQaPI5qOLRFqWmAXUPQNsielzdLoecA==
3526+
graceful-fs@^4.1.11, graceful-fs@^4.1.15, graceful-fs@^4.1.2, graceful-fs@^4.1.6:
3527+
version "4.2.3"
3528+
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.3.tgz#4a12ff1b60376ef09862c2093edd908328be8423"
3529+
integrity sha512-a30VEBm4PEdx1dRB7MFK7BejejvCvBronbLjht+sHuGYj8PHs7M/5Z+rt5lw551vZ7yfTCj4Vuyy3mSJytDWRQ==
35173530

35183531
graphql-compose@^7.4.2:
35193532
version "7.4.2"
@@ -3783,13 +3796,15 @@ indent-string@^3.0.0, indent-string@^3.2.0:
37833796
inflight@^1.0.4, inflight@~1.0.6:
37843797
version "1.0.6"
37853798
resolved "https://registry.yarnpkg.com/inflight/-/inflight-1.0.6.tgz#49bd6331d7d02d0c09bc910a1075ba8165b56df9"
3799+
integrity sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=
37863800
dependencies:
37873801
once "^1.3.0"
37883802
wrappy "1"
37893803

37903804
inherits@2, inherits@^2.0.1, inherits@^2.0.3, inherits@~2.0.0, inherits@~2.0.1, inherits@~2.0.3:
3791-
version "2.0.3"
3792-
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de"
3805+
version "2.0.4"
3806+
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c"
3807+
integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==
37933808

37943809
ini@^1.3.4, ini@^1.3.5:
37953810
version "1.3.5"
@@ -5177,6 +5192,7 @@ mimic-fn@^2.1.0:
51775192
minimatch@^3.0.4:
51785193
version "3.0.4"
51795194
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"
5195+
integrity sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==
51805196
dependencies:
51815197
brace-expansion "^1.1.7"
51825198

@@ -5190,6 +5206,7 @@ minimist-options@^3.0.1:
51905206
minimist@0.0.8:
51915207
version "0.0.8"
51925208
resolved "https://registry.yarnpkg.com/minimist/-/minimist-0.0.8.tgz#857fcabfc3397d2625b8228262e86aa7a011b05d"
5209+
integrity sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0=
51935210

51945211
minimist@^1.1.1, minimist@^1.1.3, minimist@^1.2.0:
51955212
version "1.2.0"
@@ -5839,6 +5856,7 @@ octokit-pagination-methods@^1.1.0:
58395856
once@^1.3.0, once@^1.3.1, once@^1.3.3, once@^1.4.0, once@~1.4.0:
58405857
version "1.4.0"
58415858
resolved "https://registry.yarnpkg.com/once/-/once-1.4.0.tgz#583b1aa775961d4b113ac17d9c50baef9dd76bd1"
5859+
integrity sha1-WDsap3WWHUsROsF9nFC6753Xa9E=
58425860
dependencies:
58435861
wrappy "1"
58445862

@@ -6110,6 +6128,7 @@ path-exists@^4.0.0:
61106128
path-is-absolute@^1.0.0:
61116129
version "1.0.1"
61126130
resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f"
6131+
integrity sha1-F0uSaHNVNP+8es5r9TpanhtcX18=
61136132

61146133
path-is-inside@^1.0.1, path-is-inside@^1.0.2, path-is-inside@~1.0.2:
61156134
version "1.0.2"
@@ -6813,13 +6832,14 @@ right-align@^0.1.1:
68136832
dependencies:
68146833
align-text "^0.1.1"
68156834

6816-
rimraf@2, rimraf@^2.5.2, rimraf@^2.5.4, rimraf@^2.6.1, rimraf@^2.6.2, rimraf@~2.6.2:
6817-
version "2.6.2"
6818-
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.6.2.tgz#2ed8150d24a16ea8651e6d6ef0f47c4158ce7a36"
6835+
rimraf@2, rimraf@^2.5.2, rimraf@^2.5.4, rimraf@^2.6.1, rimraf@^2.6.2:
6836+
version "2.7.1"
6837+
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.7.1.tgz#35797f13a7fdadc566142c29d4f07ccad483e3ec"
6838+
integrity sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==
68196839
dependencies:
6820-
glob "^7.0.5"
6840+
glob "^7.1.3"
68216841

6822-
rimraf@2.6.3:
6842+
rimraf@2.6.3, rimraf@~2.6.2:
68236843
version "2.6.3"
68246844
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.6.3.tgz#b2d104fe0d8fb27cf9e0a1cda8262dd3833c6cab"
68256845
integrity sha512-mwqeW5XsA2qAejG46gYdENaxXjx9onRNCfn7L0duuP4hCuTIi/QO7PDK07KJfp1d+izWPrzEJDcSqBa0OZQriA==
@@ -8016,6 +8036,7 @@ wrap-ansi@^5.1.0:
80168036
wrappy@1:
80178037
version "1.0.2"
80188038
resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f"
8039+
integrity sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=
80198040

80208041
write-file-atomic@2.4.1:
80218042
version "2.4.1"

0 commit comments

Comments
 (0)