Skip to content

Commit fabaa3c

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 07713b8 commit fabaa3c

File tree

1 file changed

+41
-17
lines changed

1 file changed

+41
-17
lines changed

yarn.lock

+41-17
Original file line numberDiff line numberDiff line change
@@ -910,11 +910,16 @@ babylon@^6.17.0, babylon@^6.17.2:
910910
resolved "https://registry.yarnpkg.com/babylon/-/babylon-6.17.3.tgz#1327d709950b558f204e5352587fd0290f8d8e48"
911911
integrity sha512-mq0x3HCAGGmQyZXviOVe5TRsw37Ijy3D43jCqt/9WVf+onx2dUgW3PosnqCbScAFhRO9DGs8nxoMzU0iiosMqQ==
912912

913-
balanced-match@^0.4.1, balanced-match@^0.4.2:
913+
balanced-match@^0.4.2:
914914
version "0.4.2"
915915
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-0.4.2.tgz#cb3f3e3c732dc0f01ee70b403f302e61d7709838"
916916
integrity sha1-yz8+PHMtwPAe5wtAPzAuYddwmDg=
917917

918+
balanced-match@^1.0.0:
919+
version "1.0.0"
920+
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.0.tgz#89b4d199ab2bee49de164ea02b89ce462d71b767"
921+
integrity sha1-ibTRmasr7kneFk6gK4nORi1xt2c=
922+
918923
base64-js@^1.0.2:
919924
version "1.2.0"
920925
resolved "https://registry.yarnpkg.com/base64-js/-/base64-js-1.2.0.tgz#a39992d723584811982be5e290bb6a53d86700f1"
@@ -972,11 +977,11 @@ [email protected]:
972977
hoek "2.x.x"
973978

974979
brace-expansion@^1.1.7:
975-
version "1.1.7"
976-
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.7.tgz#3effc3c50e000531fb720eaff80f0ae8ef23cf59"
977-
integrity sha1-Pv/DxQ4ABTH7cg6v+A8K6O8jz1k=
980+
version "1.1.11"
981+
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.11.tgz#3c7fcbf529d87226f3d2f52b966ff5271eb441dd"
982+
integrity sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==
978983
dependencies:
979-
balanced-match "^0.4.1"
984+
balanced-match "^1.0.0"
980985
concat-map "0.0.1"
981986

982987
braces@^1.8.2:
@@ -2387,10 +2392,10 @@ fstream-ignore@^1.0.5:
23872392
inherits "2"
23882393
minimatch "^3.0.0"
23892394

2390-
fstream@^1.0.0, fstream@^1.0.10, fstream@^1.0.2:
2391-
version "1.0.11"
2392-
resolved "https://registry.yarnpkg.com/fstream/-/fstream-1.0.11.tgz#5c1fb1f117477114f0632a0eb4b71b3cb0fd3171"
2393-
integrity sha1-XB+x8RdHcRTwYyoOtLcbPLD9MXE=
2395+
fstream@^1.0.0, fstream@^1.0.10, fstream@^1.0.12:
2396+
version "1.0.12"
2397+
resolved "https://registry.yarnpkg.com/fstream/-/fstream-1.0.12.tgz#4e8ba8ee2d48be4f7d0de505455548eae5932045"
2398+
integrity sha512-WvJ193OHa0GHPEL+AycEJgxvBEwyfRkN1vhjca23OaPVMCaLCXTd5qAu82AjTcgP1UJmytkOKb63Ypde7raDIg==
23942399
dependencies:
23952400
graceful-fs "^4.1.2"
23962401
inherits "~2.0.0"
@@ -2491,6 +2496,18 @@ glob@^7.1.2:
24912496
once "^1.3.0"
24922497
path-is-absolute "^1.0.0"
24932498

2499+
glob@^7.1.3:
2500+
version "7.1.4"
2501+
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.4.tgz#aa608a2f6c577ad357e1ae5a5c26d9a8d1969255"
2502+
integrity sha512-hkLPepehmnKk41pUGm3sYxoFs/umurYfYJCerbXEyFIWcAzvpipAgVkBqqT9RBKMGjnq6kMuyYwha6csxbiM1A==
2503+
dependencies:
2504+
fs.realpath "^1.0.0"
2505+
inflight "^1.0.4"
2506+
inherits "2"
2507+
minimatch "^3.0.4"
2508+
once "^1.3.0"
2509+
path-is-absolute "^1.0.0"
2510+
24942511
globals@^9.0.0, globals@^9.14.0:
24952512
version "9.18.0"
24962513
resolved "https://registry.yarnpkg.com/globals/-/globals-9.18.0.tgz#aa3896b3e69b487f17e31ed2143d69a8e30c2d8a"
@@ -2518,9 +2535,9 @@ globule@^1.0.0:
25182535
minimatch "~3.0.2"
25192536

25202537
graceful-fs@^4.1.2:
2521-
version "4.1.11"
2522-
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.1.11.tgz#0e8bdfe4d1ddb8854d64e04ea7c00e2a026e5658"
2523-
integrity sha1-Dovf5NHduIVNZOBOp8AOKgJuVlg=
2538+
version "4.1.15"
2539+
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.1.15.tgz#ffb703e1066e8a0eeaa4c8b80ba9253eeefbfb00"
2540+
integrity sha512-6uHUhOPEBgQ24HM+r6b/QwWfZq+yiFcipKFrOFiBEnWdy5sdzYoi+pJeQaPI5qOLRFqWmAXUPQNsielzdLoecA==
25242541

25252542
"graceful-readlink@>= 1.0.0":
25262543
version "1.0.1"
@@ -4765,7 +4782,14 @@ right-align@^0.1.1:
47654782
dependencies:
47664783
align-text "^0.1.1"
47674784

4768-
rimraf@2, rimraf@^2.2.8, rimraf@^2.5.1, rimraf@^2.6.1:
4785+
rimraf@2:
4786+
version "2.6.3"
4787+
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.6.3.tgz#b2d104fe0d8fb27cf9e0a1cda8262dd3833c6cab"
4788+
integrity sha512-mwqeW5XsA2qAejG46gYdENaxXjx9onRNCfn7L0duuP4hCuTIi/QO7PDK07KJfp1d+izWPrzEJDcSqBa0OZQriA==
4789+
dependencies:
4790+
glob "^7.1.3"
4791+
4792+
rimraf@^2.2.8, rimraf@^2.5.1, rimraf@^2.6.1:
47694793
version "2.6.1"
47704794
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.6.1.tgz#c2338ec643df7a1b7fe5c54fa86f57428a55f33d"
47714795
integrity sha1-wjOOxkPfeht/5cVPqG9XQopV8z0=
@@ -5261,12 +5285,12 @@ tar-pack@^3.4.0:
52615285
uid-number "^0.0.6"
52625286

52635287
tar@^2.0.0, tar@^2.2.1:
5264-
version "2.2.1"
5265-
resolved "https://registry.yarnpkg.com/tar/-/tar-2.2.1.tgz#8e4d2a256c0e2185c6b18ad694aec968b83cb1d1"
5266-
integrity sha1-jk0qJWwOIYXGsYrWlK7JaLg8sdE=
5288+
version "2.2.2"
5289+
resolved "https://registry.yarnpkg.com/tar/-/tar-2.2.2.tgz#0ca8848562c7299b8b446ff6a4d60cdbb23edc40"
5290+
integrity sha512-FCEhQ/4rE1zYv9rYXJw/msRqsnmlje5jHP6huWeBZ704jUTy02c5AZyWujpMR1ax6mVw9NyJMfuK2CMDWVIfgA==
52675291
dependencies:
52685292
block-stream "*"
5269-
fstream "^1.0.2"
5293+
fstream "^1.0.12"
52705294
inherits "2"
52715295

52725296
text-table@~0.2.0:

0 commit comments

Comments
 (0)