Skip to content

Commit 56f4ac4

Browse files
dependabot[bot]andrewmcodes
authored andcommitted
Bump fstream from 1.0.11 to 1.0.12 (#9)
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 aa3be60 commit 56f4ac4

File tree

1 file changed

+28
-11
lines changed

1 file changed

+28
-11
lines changed

yarn.lock

Lines changed: 28 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2811,9 +2811,9 @@ fsevents@^1.2.7:
28112811
node-pre-gyp "^0.10.0"
28122812

28132813
fstream@^1.0.0, fstream@^1.0.2:
2814-
version "1.0.11"
2815-
resolved "https://registry.yarnpkg.com/fstream/-/fstream-1.0.11.tgz#5c1fb1f117477114f0632a0eb4b71b3cb0fd3171"
2816-
integrity sha1-XB+x8RdHcRTwYyoOtLcbPLD9MXE=
2814+
version "1.0.12"
2815+
resolved "https://registry.yarnpkg.com/fstream/-/fstream-1.0.12.tgz#4e8ba8ee2d48be4f7d0de505455548eae5932045"
2816+
integrity sha512-WvJ193OHa0GHPEL+AycEJgxvBEwyfRkN1vhjca23OaPVMCaLCXTd5qAu82AjTcgP1UJmytkOKb63Ypde7raDIg==
28172817
dependencies:
28182818
graceful-fs "^4.1.2"
28192819
inherits "~2.0.0"
@@ -2883,7 +2883,7 @@ glob-parent@^3.1.0:
28832883
is-glob "^3.1.0"
28842884
path-dirname "^1.0.0"
28852885

2886-
glob@^7.0.0, glob@^7.0.3, glob@^7.1.2, glob@^7.1.3, glob@~7.1.1:
2886+
glob@^7.0.0, glob@^7.0.3, glob@^7.1.2, glob@~7.1.1:
28872887
version "7.1.3"
28882888
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.3.tgz#3960832d3f1574108342dafd3a67b332c0969df1"
28892889
integrity sha512-vcfuiIxogLV4DlGBHIUOwI0IbrJ8HWPc4MU7HzviGeNho/UJDfi6B5p3sHeWIQ0KGIU0Jpxi5ZHxemQfLkkAwQ==
@@ -2895,6 +2895,18 @@ glob@^7.0.0, glob@^7.0.3, glob@^7.1.2, glob@^7.1.3, glob@~7.1.1:
28952895
once "^1.3.0"
28962896
path-is-absolute "^1.0.0"
28972897

2898+
glob@^7.1.3:
2899+
version "7.1.4"
2900+
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.4.tgz#aa608a2f6c577ad357e1ae5a5c26d9a8d1969255"
2901+
integrity sha512-hkLPepehmnKk41pUGm3sYxoFs/umurYfYJCerbXEyFIWcAzvpipAgVkBqqT9RBKMGjnq6kMuyYwha6csxbiM1A==
2902+
dependencies:
2903+
fs.realpath "^1.0.0"
2904+
inflight "^1.0.4"
2905+
inherits "2"
2906+
minimatch "^3.0.4"
2907+
once "^1.3.0"
2908+
path-is-absolute "^1.0.0"
2909+
28982910
global-modules@^1.0.0:
28992911
version "1.0.0"
29002912
resolved "https://registry.yarnpkg.com/global-modules/-/global-modules-1.0.0.tgz#6d770f0eb523ac78164d72b5e71a8877265cc3ea"
@@ -2941,9 +2953,9 @@ globule@^1.0.0:
29412953
minimatch "~3.0.2"
29422954

29432955
graceful-fs@^4.1.11, graceful-fs@^4.1.15, graceful-fs@^4.1.2, graceful-fs@^4.1.6:
2944-
version "4.1.15"
2945-
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.1.15.tgz#ffb703e1066e8a0eeaa4c8b80ba9253eeefbfb00"
2946-
integrity sha512-6uHUhOPEBgQ24HM+r6b/QwWfZq+yiFcipKFrOFiBEnWdy5sdzYoi+pJeQaPI5qOLRFqWmAXUPQNsielzdLoecA==
2956+
version "4.2.1"
2957+
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.1.tgz#1c1f0c364882c868f5bff6512146328336a11b1d"
2958+
integrity sha512-b9usnbDGnD928gJB3LrCmxoibr3VE4U2SMo5PBuBnokWyDADTqDPXg4YpwKF1trpH+UbGp7QLicO3+aWEy0+mw==
29472959

29482960
handle-thing@^2.0.0:
29492961
version "2.0.0"
@@ -3256,16 +3268,21 @@ inflight@^1.0.4:
32563268
once "^1.3.0"
32573269
wrappy "1"
32583270

3259-
inherits@2, inherits@2.0.3, inherits@^2.0.1, inherits@^2.0.3, inherits@~2.0.0, inherits@~2.0.1, inherits@~2.0.3:
3260-
version "2.0.3"
3261-
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de"
3262-
integrity sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=
3271+
inherits@2, inherits@^2.0.1, inherits@^2.0.3, inherits@~2.0.0, inherits@~2.0.1, inherits@~2.0.3:
3272+
version "2.0.4"
3273+
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c"
3274+
integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==
32633275

32643276
inherits@2.0.1:
32653277
version "2.0.1"
32663278
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.1.tgz#b17d08d326b4423e568eff719f91b0b1cbdf69f1"
32673279
integrity sha1-sX0I0ya0Qj5Wjv9xn5GwscvfafE=
32683280

3281+
inherits@2.0.3:
3282+
version "2.0.3"
3283+
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de"
3284+
integrity sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=
3285+
32693286
ini@^1.3.4, ini@~1.3.0:
32703287
version "1.3.5"
32713288
resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.5.tgz#eee25f56db1c9ec6085e0c22778083f596abf927"

0 commit comments

Comments
 (0)