Skip to content

Commit a50ded9

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] <[email protected]>
1 parent c2d76ce commit a50ded9

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
@@ -1704,6 +1704,7 @@ babel-preset-jest@^24.9.0:
17041704
balanced-match@^1.0.0:
17051705
version "1.0.0"
17061706
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.0.tgz#89b4d199ab2bee49de164ea02b89ce462d71b767"
1707+
integrity sha1-ibTRmasr7kneFk6gK4nORi1xt2c=
17071708

17081709
base@^0.11.1:
17091710
version "0.11.2"
@@ -1786,8 +1787,9 @@ boxen@^1.2.1:
17861787
widest-line "^2.0.0"
17871788

17881789
brace-expansion@^1.1.7:
1789-
version "1.1.8"
1790-
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.8.tgz#c07b211c7c952ec1f8efd51a77ef0d1d3990a292"
1790+
version "1.1.11"
1791+
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.11.tgz#3c7fcbf529d87226f3d2f52b966ff5271eb441dd"
1792+
integrity sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==
17911793
dependencies:
17921794
balanced-match "^1.0.0"
17931795
concat-map "0.0.1"
@@ -2261,6 +2263,7 @@ component-emitter@^1.2.1:
22612263
22622264
version "0.0.1"
22632265
resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b"
2266+
integrity sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=
22642267

22652268
concat-stream@^1.5.0, concat-stream@^1.5.2:
22662269
version "1.6.2"
@@ -3341,6 +3344,7 @@ fs-write-stream-atomic@^1.0.8, fs-write-stream-atomic@~1.0.10:
33413344
fs.realpath@^1.0.0:
33423345
version "1.0.0"
33433346
resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f"
3347+
integrity sha1-FQStJSMVjKpA20onh8sBQRmU6k8=
33443348

33453349
fsevents@^1.2.7:
33463350
version "1.2.7"
@@ -3351,8 +3355,9 @@ fsevents@^1.2.7:
33513355
node-pre-gyp "^0.10.0"
33523356

33533357
fstream@^1.0.0, fstream@^1.0.2:
3354-
version "1.0.11"
3355-
resolved "https://registry.yarnpkg.com/fstream/-/fstream-1.0.11.tgz#5c1fb1f117477114f0632a0eb4b71b3cb0fd3171"
3358+
version "1.0.12"
3359+
resolved "https://registry.yarnpkg.com/fstream/-/fstream-1.0.12.tgz#4e8ba8ee2d48be4f7d0de505455548eae5932045"
3360+
integrity sha512-WvJ193OHa0GHPEL+AycEJgxvBEwyfRkN1vhjca23OaPVMCaLCXTd5qAu82AjTcgP1UJmytkOKb63Ypde7raDIg==
33563361
dependencies:
33573362
graceful-fs "^4.1.2"
33583363
inherits "~2.0.0"
@@ -3470,7 +3475,7 @@ glob-to-regexp@^0.3.0:
34703475
version "0.3.0"
34713476
resolved "https://registry.yarnpkg.com/glob-to-regexp/-/glob-to-regexp-0.3.0.tgz#8c5a1494d2066c570cc3bfe4496175acc4d502ab"
34723477

3473-
glob@^7.0.0, glob@^7.1.3:
3478+
glob@^7.0.0:
34743479
version "7.1.3"
34753480
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.3.tgz#3960832d3f1574108342dafd3a67b332c0969df1"
34763481
dependencies:
@@ -3481,7 +3486,7 @@ glob@^7.0.0, glob@^7.1.3:
34813486
once "^1.3.0"
34823487
path-is-absolute "^1.0.0"
34833488

3484-
glob@^7.0.3, glob@^7.0.5, glob@^7.1.1, glob@^7.1.2:
3489+
glob@^7.0.3, glob@^7.1.1, glob@^7.1.2:
34853490
version "7.1.2"
34863491
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.2.tgz#c19c9df9a028702d678612384a6552404c636d15"
34873492
dependencies:
@@ -3492,6 +3497,18 @@ glob@^7.0.3, glob@^7.0.5, glob@^7.1.1, glob@^7.1.2:
34923497
once "^1.3.0"
34933498
path-is-absolute "^1.0.0"
34943499

3500+
glob@^7.1.3:
3501+
version "7.1.5"
3502+
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.5.tgz#6714c69bee20f3c3e64c4dd905553e532b40cdc0"
3503+
integrity sha512-J9dlskqUXK1OeTOYBEn5s8aMukWMwWfs+rPTn/jn50Ux4MNXVhubL1wu/j2t+H4NVI+cXEcCaYellqaPVGXNqQ==
3504+
dependencies:
3505+
fs.realpath "^1.0.0"
3506+
inflight "^1.0.4"
3507+
inherits "2"
3508+
minimatch "^3.0.4"
3509+
once "^1.3.0"
3510+
path-is-absolute "^1.0.0"
3511+
34953512
global-dirs@^0.1.0:
34963513
version "0.1.1"
34973514
resolved "https://registry.yarnpkg.com/global-dirs/-/global-dirs-0.1.1.tgz#b319c0dd4607f353f3be9cca4c72fc148c49f445"
@@ -3536,14 +3553,10 @@ got@^6.7.1:
35363553
unzip-response "^2.0.1"
35373554
url-parse-lax "^1.0.0"
35383555

3539-
graceful-fs@^4.1.11, graceful-fs@^4.1.2, graceful-fs@^4.1.6:
3540-
version "4.1.11"
3541-
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.1.11.tgz#0e8bdfe4d1ddb8854d64e04ea7c00e2a026e5658"
3542-
3543-
graceful-fs@^4.1.15:
3544-
version "4.1.15"
3545-
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.1.15.tgz#ffb703e1066e8a0eeaa4c8b80ba9253eeefbfb00"
3546-
integrity sha512-6uHUhOPEBgQ24HM+r6b/QwWfZq+yiFcipKFrOFiBEnWdy5sdzYoi+pJeQaPI5qOLRFqWmAXUPQNsielzdLoecA==
3556+
graceful-fs@^4.1.11, graceful-fs@^4.1.15, graceful-fs@^4.1.2, graceful-fs@^4.1.6:
3557+
version "4.2.3"
3558+
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.3.tgz#4a12ff1b60376ef09862c2093edd908328be8423"
3559+
integrity sha512-a30VEBm4PEdx1dRB7MFK7BejejvCvBronbLjht+sHuGYj8PHs7M/5Z+rt5lw551vZ7yfTCj4Vuyy3mSJytDWRQ==
35473560

35483561
graphql-compose@^7.4.2:
35493562
version "7.4.2"
@@ -3813,13 +3826,15 @@ indent-string@^3.0.0, indent-string@^3.2.0:
38133826
inflight@^1.0.4, inflight@~1.0.6:
38143827
version "1.0.6"
38153828
resolved "https://registry.yarnpkg.com/inflight/-/inflight-1.0.6.tgz#49bd6331d7d02d0c09bc910a1075ba8165b56df9"
3829+
integrity sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=
38163830
dependencies:
38173831
once "^1.3.0"
38183832
wrappy "1"
38193833

38203834
inherits@2, inherits@^2.0.1, inherits@^2.0.3, inherits@~2.0.0, inherits@~2.0.1, inherits@~2.0.3:
3821-
version "2.0.3"
3822-
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de"
3835+
version "2.0.4"
3836+
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c"
3837+
integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==
38233838

38243839
ini@^1.3.4, ini@^1.3.5:
38253840
version "1.3.5"
@@ -5202,6 +5217,7 @@ mimic-fn@^2.1.0:
52025217
minimatch@^3.0.4:
52035218
version "3.0.4"
52045219
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"
5220+
integrity sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==
52055221
dependencies:
52065222
brace-expansion "^1.1.7"
52075223

@@ -5215,6 +5231,7 @@ minimist-options@^3.0.1:
52155231
52165232
version "0.0.8"
52175233
resolved "https://registry.yarnpkg.com/minimist/-/minimist-0.0.8.tgz#857fcabfc3397d2625b8228262e86aa7a011b05d"
5234+
integrity sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0=
52185235

52195236
minimist@^1.1.1, minimist@^1.1.3, minimist@^1.2.0:
52205237
version "1.2.0"
@@ -5865,6 +5882,7 @@ octokit-pagination-methods@^1.1.0:
58655882
once@^1.3.0, once@^1.3.1, once@^1.3.3, once@^1.4.0, once@~1.4.0:
58665883
version "1.4.0"
58675884
resolved "https://registry.yarnpkg.com/once/-/once-1.4.0.tgz#583b1aa775961d4b113ac17d9c50baef9dd76bd1"
5885+
integrity sha1-WDsap3WWHUsROsF9nFC6753Xa9E=
58685886
dependencies:
58695887
wrappy "1"
58705888

@@ -6136,6 +6154,7 @@ path-exists@^4.0.0:
61366154
path-is-absolute@^1.0.0:
61376155
version "1.0.1"
61386156
resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f"
6157+
integrity sha1-F0uSaHNVNP+8es5r9TpanhtcX18=
61396158

61406159
path-is-inside@^1.0.1, path-is-inside@^1.0.2, path-is-inside@~1.0.2:
61416160
version "1.0.2"
@@ -6839,13 +6858,14 @@ right-align@^0.1.1:
68396858
dependencies:
68406859
align-text "^0.1.1"
68416860

6842-
rimraf@2, rimraf@^2.5.2, rimraf@^2.5.4, rimraf@^2.6.1, rimraf@^2.6.2, rimraf@~2.6.2:
6843-
version "2.6.2"
6844-
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.6.2.tgz#2ed8150d24a16ea8651e6d6ef0f47c4158ce7a36"
6861+
rimraf@2, rimraf@^2.5.2, rimraf@^2.5.4, rimraf@^2.6.1, rimraf@^2.6.2:
6862+
version "2.7.1"
6863+
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.7.1.tgz#35797f13a7fdadc566142c29d4f07ccad483e3ec"
6864+
integrity sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==
68456865
dependencies:
6846-
glob "^7.0.5"
6866+
glob "^7.1.3"
68476867

6848-
6868+
[email protected], rimraf@~2.6.2:
68496869
version "2.6.3"
68506870
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.6.3.tgz#b2d104fe0d8fb27cf9e0a1cda8262dd3833c6cab"
68516871
integrity sha512-mwqeW5XsA2qAejG46gYdENaxXjx9onRNCfn7L0duuP4hCuTIi/QO7PDK07KJfp1d+izWPrzEJDcSqBa0OZQriA==
@@ -8054,6 +8074,7 @@ wrap-ansi@^5.1.0:
80548074
wrappy@1:
80558075
version "1.0.2"
80568076
resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f"
8077+
integrity sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=
80578078

80588079
80598080
version "2.4.1"

0 commit comments

Comments
 (0)