Skip to content

Commit bd70390

Browse files
Bump tar from 2.2.1 to 2.2.2
Bumps [tar](https://github.com/npm/node-tar) from 2.2.1 to 2.2.2. - [Release notes](https://github.com/npm/node-tar/releases) - [Commits](isaacs/node-tar@v2.2.1...v2.2.2)
1 parent 9c64667 commit bd70390

File tree

1 file changed

+21
-9
lines changed

1 file changed

+21
-9
lines changed

yarn.lock

Lines changed: 21 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -591,10 +591,10 @@ fs.realpath@^1.0.0:
591591
resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f"
592592
integrity sha1-FQStJSMVjKpA20onh8sBQRmU6k8=
593593

594-
fstream@^1.0.2:
595-
version "1.0.11"
596-
resolved "https://registry.yarnpkg.com/fstream/-/fstream-1.0.11.tgz#5c1fb1f117477114f0632a0eb4b71b3cb0fd3171"
597-
integrity sha1-XB+x8RdHcRTwYyoOtLcbPLD9MXE=
594+
fstream@^1.0.12:
595+
version "1.0.12"
596+
resolved "https://registry.yarnpkg.com/fstream/-/fstream-1.0.12.tgz#4e8ba8ee2d48be4f7d0de505455548eae5932045"
597+
integrity sha512-WvJ193OHa0GHPEL+AycEJgxvBEwyfRkN1vhjca23OaPVMCaLCXTd5qAu82AjTcgP1UJmytkOKb63Ypde7raDIg==
598598
dependencies:
599599
graceful-fs "^4.1.2"
600600
inherits "~2.0.0"
@@ -649,7 +649,7 @@ [email protected]:
649649
once "^1.3.0"
650650
path-is-absolute "^1.0.0"
651651

652-
glob@^7.0.6, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3:
652+
glob@^7.0.6, glob@^7.1.1, glob@^7.1.2:
653653
version "7.1.3"
654654
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.3.tgz#3960832d3f1574108342dafd3a67b332c0969df1"
655655
integrity sha512-vcfuiIxogLV4DlGBHIUOwI0IbrJ8HWPc4MU7HzviGeNho/UJDfi6B5p3sHeWIQ0KGIU0Jpxi5ZHxemQfLkkAwQ==
@@ -661,6 +661,18 @@ glob@^7.0.6, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3:
661661
once "^1.3.0"
662662
path-is-absolute "^1.0.0"
663663

664+
glob@^7.1.3:
665+
version "7.1.4"
666+
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.4.tgz#aa608a2f6c577ad357e1ae5a5c26d9a8d1969255"
667+
integrity sha512-hkLPepehmnKk41pUGm3sYxoFs/umurYfYJCerbXEyFIWcAzvpipAgVkBqqT9RBKMGjnq6kMuyYwha6csxbiM1A==
668+
dependencies:
669+
fs.realpath "^1.0.0"
670+
inflight "^1.0.4"
671+
inherits "2"
672+
minimatch "^3.0.4"
673+
once "^1.3.0"
674+
path-is-absolute "^1.0.0"
675+
664676
graceful-fs@^4.0.0, graceful-fs@^4.1.11, graceful-fs@^4.1.2, graceful-fs@^4.1.6:
665677
version "4.1.15"
666678
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.1.15.tgz#ffb703e1066e8a0eeaa4c8b80ba9253eeefbfb00"
@@ -1544,12 +1556,12 @@ supports-color@^5.3.0:
15441556
has-flag "^3.0.0"
15451557

15461558
tar@^2.2.1:
1547-
version "2.2.1"
1548-
resolved "https://registry.yarnpkg.com/tar/-/tar-2.2.1.tgz#8e4d2a256c0e2185c6b18ad694aec968b83cb1d1"
1549-
integrity sha1-jk0qJWwOIYXGsYrWlK7JaLg8sdE=
1559+
version "2.2.2"
1560+
resolved "https://registry.yarnpkg.com/tar/-/tar-2.2.2.tgz#0ca8848562c7299b8b446ff6a4d60cdbb23edc40"
1561+
integrity sha512-FCEhQ/4rE1zYv9rYXJw/msRqsnmlje5jHP6huWeBZ704jUTy02c5AZyWujpMR1ax6mVw9NyJMfuK2CMDWVIfgA==
15501562
dependencies:
15511563
block-stream "*"
1552-
fstream "^1.0.2"
1564+
fstream "^1.0.12"
15531565
inherits "2"
15541566

15551567
through2-filter@^3.0.0:

0 commit comments

Comments
 (0)