Skip to content

Commit 6046a46

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) Signed-off-by: dependabot[bot] <support@github.com>
1 parent d3a3382 commit 6046a46

File tree

1 file changed

+31
-10
lines changed

1 file changed

+31
-10
lines changed

yarn.lock

Lines changed: 31 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1045,9 +1045,9 @@ fstream-ignore@^1.0.5:
10451045
inherits "2"
10461046
minimatch "^3.0.0"
10471047

1048-
fstream@^1.0.0, fstream@^1.0.10, fstream@^1.0.2:
1049-
version "1.0.11"
1050-
resolved "https://registry.yarnpkg.com/fstream/-/fstream-1.0.11.tgz#5c1fb1f117477114f0632a0eb4b71b3cb0fd3171"
1048+
fstream@^1.0.0, fstream@^1.0.10, fstream@^1.0.12:
1049+
version "1.0.12"
1050+
resolved "https://registry.yarnpkg.com/fstream/-/fstream-1.0.12.tgz#4e8ba8ee2d48be4f7d0de505455548eae5932045"
10511051
dependencies:
10521052
graceful-fs "^4.1.2"
10531053
inherits "~2.0.0"
@@ -1117,14 +1117,29 @@ glob@^7.0.3, glob@^7.0.5, glob@^7.1.1, glob@^7.1.2:
11171117
once "^1.3.0"
11181118
path-is-absolute "^1.0.0"
11191119

1120+
glob@^7.1.3:
1121+
version "7.1.4"
1122+
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.4.tgz#aa608a2f6c577ad357e1ae5a5c26d9a8d1969255"
1123+
dependencies:
1124+
fs.realpath "^1.0.0"
1125+
inflight "^1.0.4"
1126+
inherits "2"
1127+
minimatch "^3.0.4"
1128+
once "^1.3.0"
1129+
path-is-absolute "^1.0.0"
1130+
11201131
globals@^9.18.0:
11211132
version "9.18.0"
11221133
resolved "https://registry.yarnpkg.com/globals/-/globals-9.18.0.tgz#aa3896b3e69b487f17e31ed2143d69a8e30c2d8a"
11231134

1124-
graceful-fs@^4.1.11, graceful-fs@^4.1.2:
1135+
graceful-fs@^4.1.11:
11251136
version "4.1.11"
11261137
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.1.11.tgz#0e8bdfe4d1ddb8854d64e04ea7c00e2a026e5658"
11271138

1139+
graceful-fs@^4.1.2:
1140+
version "4.2.2"
1141+
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.2.tgz#6f0952605d0140c1cfdb138ed005775b92d67b02"
1142+
11281143
growly@^1.3.0:
11291144
version "1.3.0"
11301145
resolved "https://registry.yarnpkg.com/growly/-/growly-1.3.0.tgz#f10748cbe76af964b7c96c93c6bcc28af120c081"
@@ -1294,8 +1309,8 @@ inflight@^1.0.4:
12941309
wrappy "1"
12951310

12961311
inherits@2, inherits@~2.0.0, inherits@~2.0.3:
1297-
version "2.0.3"
1298-
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de"
1312+
version "2.0.4"
1313+
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c"
12991314

13001315
ini@~1.3.0:
13011316
version "1.3.5"
@@ -2693,7 +2708,13 @@ right-align@^0.1.1:
26932708
dependencies:
26942709
align-text "^0.1.1"
26952710

2696-
rimraf@2, rimraf@^2.5.1, rimraf@^2.5.4, rimraf@^2.6.1:
2711+
rimraf@2:
2712+
version "2.7.1"
2713+
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.7.1.tgz#35797f13a7fdadc566142c29d4f07ccad483e3ec"
2714+
dependencies:
2715+
glob "^7.1.3"
2716+
2717+
rimraf@^2.5.1, rimraf@^2.5.4, rimraf@^2.6.1:
26972718
version "2.6.2"
26982719
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.6.2.tgz#2ed8150d24a16ea8651e6d6ef0f47c4158ce7a36"
26992720
dependencies:
@@ -3021,11 +3042,11 @@ tar-pack@^3.4.0:
30213042
uid-number "^0.0.6"
30223043

30233044
tar@^2.2.1:
3024-
version "2.2.1"
3025-
resolved "https://registry.yarnpkg.com/tar/-/tar-2.2.1.tgz#8e4d2a256c0e2185c6b18ad694aec968b83cb1d1"
3045+
version "2.2.2"
3046+
resolved "https://registry.yarnpkg.com/tar/-/tar-2.2.2.tgz#0ca8848562c7299b8b446ff6a4d60cdbb23edc40"
30263047
dependencies:
30273048
block-stream "*"
3028-
fstream "^1.0.2"
3049+
fstream "^1.0.12"
30293050
inherits "2"
30303051

30313052
test-exclude@^4.2.1:

0 commit comments

Comments
 (0)