Skip to content

Commit ab330eb

Browse files
dependabot[bot]acao
authored andcommitted
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) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6df19cc commit ab330eb

File tree

1 file changed

+42
-17
lines changed

1 file changed

+42
-17
lines changed

yarn.lock

Lines changed: 42 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -998,9 +998,9 @@ babylon@^6.18.0:
998998
version "6.18.0"
999999
resolved "https://registry.yarnpkg.com/babylon/-/babylon-6.18.0.tgz#af2f3b88fa6f5c1e4c634d1a0f8eac4f55b395e3"
10001000

1001-
balanced-match@^0.4.1:
1002-
version "0.4.2"
1003-
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-0.4.2.tgz#cb3f3e3c732dc0f01ee70b403f302e61d7709838"
1001+
balanced-match@^1.0.0:
1002+
version "1.0.0"
1003+
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.0.tgz#89b4d199ab2bee49de164ea02b89ce462d71b767"
10041004

10051005
balanced-match@~0.2.0:
10061006
version "0.2.1"
@@ -1076,10 +1076,10 @@ [email protected]:
10761076
hoek "4.x.x"
10771077

10781078
brace-expansion@^1.1.7:
1079-
version "1.1.7"
1080-
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.7.tgz#3effc3c50e000531fb720eaff80f0ae8ef23cf59"
1079+
version "1.1.11"
1080+
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.11.tgz#3c7fcbf529d87226f3d2f52b966ff5271eb441dd"
10811081
dependencies:
1082-
balanced-match "^0.4.1"
1082+
balanced-match "^1.0.0"
10831083
concat-map "0.0.1"
10841084

10851085
braces@^1.8.2:
@@ -2344,9 +2344,9 @@ fstream-ignore@^1.0.5:
23442344
inherits "2"
23452345
minimatch "^3.0.0"
23462346

2347-
fstream@^1.0.0, fstream@^1.0.10, fstream@^1.0.2:
2348-
version "1.0.11"
2349-
resolved "https://registry.yarnpkg.com/fstream/-/fstream-1.0.11.tgz#5c1fb1f117477114f0632a0eb4b71b3cb0fd3171"
2347+
fstream@^1.0.0, fstream@^1.0.10, fstream@^1.0.12:
2348+
version "1.0.12"
2349+
resolved "https://registry.yarnpkg.com/fstream/-/fstream-1.0.12.tgz#4e8ba8ee2d48be4f7d0de505455548eae5932045"
23502350
dependencies:
23512351
graceful-fs "^4.1.2"
23522352
inherits "~2.0.0"
@@ -2422,6 +2422,17 @@ glob@^5.0.15:
24222422
once "^1.3.0"
24232423
path-is-absolute "^1.0.0"
24242424

2425+
glob@^7.1.3:
2426+
version "7.1.5"
2427+
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.5.tgz#6714c69bee20f3c3e64c4dd905553e532b40cdc0"
2428+
dependencies:
2429+
fs.realpath "^1.0.0"
2430+
inflight "^1.0.4"
2431+
inherits "2"
2432+
minimatch "^3.0.4"
2433+
once "^1.3.0"
2434+
path-is-absolute "^1.0.0"
2435+
24252436
globals@^11.0.1, globals@^11.1.0:
24262437
version "11.3.0"
24272438
resolved "https://registry.yarnpkg.com/globals/-/globals-11.3.0.tgz#e04fdb7b9796d8adac9c8f64c14837b2313378b0"
@@ -2453,7 +2464,11 @@ globo@~1.1.0:
24532464
is-defined "~1.0.0"
24542465
ternary "~1.0.0"
24552466

2456-
graceful-fs@^4.1.2, graceful-fs@^4.1.4:
2467+
graceful-fs@^4.1.2:
2468+
version "4.2.3"
2469+
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.3.tgz#4a12ff1b60376ef09862c2093edd908328be8423"
2470+
2471+
graceful-fs@^4.1.4:
24572472
version "4.1.11"
24582473
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.1.11.tgz#0e8bdfe4d1ddb8854d64e04ea7c00e2a026e5658"
24592474

@@ -2698,14 +2713,18 @@ inflight@^1.0.4:
26982713
once "^1.3.0"
26992714
wrappy "1"
27002715

2701-
inherits@2, inherits@2.0.3, inherits@^2.0.1, inherits@^2.0.3, inherits@~2.0.0, inherits@~2.0.1:
2702-
version "2.0.3"
2703-
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de"
2716+
inherits@2, inherits@^2.0.1, inherits@^2.0.3, inherits@~2.0.0, inherits@~2.0.1:
2717+
version "2.0.4"
2718+
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c"
27042719

27052720
27062721
version "2.0.1"
27072722
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.1.tgz#b17d08d326b4423e568eff719f91b0b1cbdf69f1"
27082723

2724+
2725+
version "2.0.3"
2726+
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de"
2727+
27092728
ini@~1.3.0:
27102729
version "1.3.4"
27112730
resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.4.tgz#0537cb79daf59b59a1a517dff706c86ec039162e"
@@ -4044,7 +4063,13 @@ right-align@^0.1.1:
40444063
dependencies:
40454064
align-text "^0.1.1"
40464065

4047-
rimraf@2, rimraf@^2.2.8, rimraf@^2.5.1, rimraf@^2.6.1:
4066+
rimraf@2:
4067+
version "2.7.1"
4068+
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.7.1.tgz#35797f13a7fdadc566142c29d4f07ccad483e3ec"
4069+
dependencies:
4070+
glob "^7.1.3"
4071+
4072+
rimraf@^2.2.8, rimraf@^2.5.1, rimraf@^2.6.1:
40484073
version "2.6.1"
40494074
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.6.1.tgz#c2338ec643df7a1b7fe5c54fa86f57428a55f33d"
40504075
dependencies:
@@ -4485,11 +4510,11 @@ tar-pack@^3.4.0:
44854510
uid-number "^0.0.6"
44864511

44874512
tar@^2.2.1:
4488-
version "2.2.1"
4489-
resolved "https://registry.yarnpkg.com/tar/-/tar-2.2.1.tgz#8e4d2a256c0e2185c6b18ad694aec968b83cb1d1"
4513+
version "2.2.2"
4514+
resolved "https://registry.yarnpkg.com/tar/-/tar-2.2.2.tgz#0ca8848562c7299b8b446ff6a4d60cdbb23edc40"
44904515
dependencies:
44914516
block-stream "*"
4492-
fstream "^1.0.2"
4517+
fstream "^1.0.12"
44934518
inherits "2"
44944519

44954520
ternary@~1.0.0:

0 commit comments

Comments
 (0)