Skip to content

Commit 72fc4d4

Browse files
chore(deps): 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) - [Changelog](https://github.com/npm/node-tar/blob/main/CHANGELOG.md) - [Commits](isaacs/node-tar@v2.2.1...v2.2.2) --- updated-dependencies: - dependency-name: tar dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f051377 commit 72fc4d4

File tree

1 file changed

+53
-24
lines changed

1 file changed

+53
-24
lines changed

yarn.lock

Lines changed: 53 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -2038,9 +2038,9 @@ bach@^1.0.0:
20382038
now-and-later "^2.0.0"
20392039

20402040
balanced-match@^1.0.0:
2041-
version "1.0.0"
2042-
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.0.tgz#89b4d199ab2bee49de164ea02b89ce462d71b767"
2043-
integrity sha1-ibTRmasr7kneFk6gK4nORi1xt2c=
2041+
version "1.0.2"
2042+
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee"
2043+
integrity sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==
20442044

20452045
base@^0.11.1:
20462046
version "0.11.2"
@@ -2094,9 +2094,9 @@ boom@2.x.x:
20942094
hoek "2.x.x"
20952095

20962096
brace-expansion@^1.1.7:
2097-
version "1.1.8"
2098-
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.8.tgz#c07b211c7c952ec1f8efd51a77ef0d1d3990a292"
2099-
integrity sha1-wHshHHyVLsH479Uad+8NHTmQopI=
2097+
version "1.1.11"
2098+
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.11.tgz#3c7fcbf529d87226f3d2f52b966ff5271eb441dd"
2099+
integrity sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==
21002100
dependencies:
21012101
balanced-match "^1.0.0"
21022102
concat-map "0.0.1"
@@ -3804,10 +3804,10 @@ fsevents@^1.0.0, fsevents@^1.2.7:
38043804
bindings "^1.5.0"
38053805
nan "^2.12.1"
38063806

3807-
fstream@^1.0.0, fstream@^1.0.2:
3808-
version "1.0.11"
3809-
resolved "https://registry.yarnpkg.com/fstream/-/fstream-1.0.11.tgz#5c1fb1f117477114f0632a0eb4b71b3cb0fd3171"
3810-
integrity sha1-XB+x8RdHcRTwYyoOtLcbPLD9MXE=
3807+
fstream@^1.0.0, fstream@^1.0.12:
3808+
version "1.0.12"
3809+
resolved "https://registry.yarnpkg.com/fstream/-/fstream-1.0.12.tgz#4e8ba8ee2d48be4f7d0de505455548eae5932045"
3810+
integrity sha512-WvJ193OHa0GHPEL+AycEJgxvBEwyfRkN1vhjca23OaPVMCaLCXTd5qAu82AjTcgP1UJmytkOKb63Ypde7raDIg==
38113811
dependencies:
38123812
graceful-fs "^4.1.2"
38133813
inherits "~2.0.0"
@@ -4005,7 +4005,7 @@ glob@^5.0.3, glob@~5.0.0:
40054005
once "^1.3.0"
40064006
path-is-absolute "^1.0.0"
40074007

4008-
glob@^7.0.3, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3:
4008+
glob@^7.0.3, glob@^7.1.1, glob@^7.1.2:
40094009
version "7.1.6"
40104010
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.6.tgz#141f33b81a7c2492e125594307480c46679278a6"
40114011
integrity sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==
@@ -4017,6 +4017,18 @@ glob@^7.0.3, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3:
40174017
once "^1.3.0"
40184018
path-is-absolute "^1.0.0"
40194019

4020+
glob@^7.1.3:
4021+
version "7.2.0"
4022+
resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.0.tgz#d15535af7732e02e948f4c41628bd910293f6023"
4023+
integrity sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==
4024+
dependencies:
4025+
fs.realpath "^1.0.0"
4026+
inflight "^1.0.4"
4027+
inherits "2"
4028+
minimatch "^3.0.4"
4029+
once "^1.3.0"
4030+
path-is-absolute "^1.0.0"
4031+
40204032
global-modules@^0.2.3:
40214033
version "0.2.3"
40224034
resolved "https://registry.yarnpkg.com/global-modules/-/global-modules-0.2.3.tgz#ea5a3bed42c6d6ce995a4f8a1269b5dae223828d"
@@ -4086,11 +4098,16 @@ google-closure-compiler@20150901.x:
40864098
resolved "https://registry.yarnpkg.com/google-closure-compiler/-/google-closure-compiler-20150901.0.0.tgz#3d01c6cade65790a9bfb4e30b2158b7635acbade"
40874099
integrity sha1-PQHGyt5leQqb+04wshWLdjWsut4=
40884100

4089-
graceful-fs@^4.0.0, graceful-fs@^4.1.11, graceful-fs@^4.1.15, graceful-fs@^4.1.2, graceful-fs@^4.1.6:
4101+
graceful-fs@^4.0.0, graceful-fs@^4.1.11, graceful-fs@^4.1.15, graceful-fs@^4.1.6:
40904102
version "4.2.3"
40914103
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.3.tgz#4a12ff1b60376ef09862c2093edd908328be8423"
40924104
integrity sha512-a30VEBm4PEdx1dRB7MFK7BejejvCvBronbLjht+sHuGYj8PHs7M/5Z+rt5lw551vZ7yfTCj4Vuyy3mSJytDWRQ==
40934105

4106+
graceful-fs@^4.1.2:
4107+
version "4.2.10"
4108+
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.10.tgz#147d3a006da4ca3ce14728c7aefc287c367d7a6c"
4109+
integrity sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA==
4110+
40944111
growly@^1.3.0:
40954112
version "1.3.0"
40964113
resolved "https://registry.yarnpkg.com/growly/-/growly-1.3.0.tgz#f10748cbe76af964b7c96c93c6bcc28af120c081"
@@ -4397,9 +4414,9 @@ inflight@^1.0.4:
43974414
wrappy "1"
43984415

43994416
inherits@2, inherits@^2.0.1, inherits@^2.0.3, inherits@~2.0.0, inherits@~2.0.1, inherits@~2.0.3:
4400-
version "2.0.3"
4401-
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de"
4402-
integrity sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=
4417+
version "2.0.4"
4418+
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c"
4419+
integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==
44034420

44044421
ini@^1.3.2, ini@^1.3.4:
44054422
version "1.3.4"
@@ -6009,13 +6026,20 @@ mimic-fn@^1.0.0:
60096026
resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-1.1.0.tgz#e667783d92e89dbd342818b5230b9d62a672ad18"
60106027
integrity sha1-5md4PZLonb00KBi1IwudYqZyrRg=
60116028

6012-
"minimatch@2 || 3", minimatch@^3.0.0, minimatch@^3.0.2, minimatch@^3.0.4:
6029+
"minimatch@2 || 3", minimatch@^3.0.0, minimatch@^3.0.2:
60136030
version "3.0.4"
60146031
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"
60156032
integrity sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==
60166033
dependencies:
60176034
brace-expansion "^1.1.7"
60186035

6036+
minimatch@^3.0.4:
6037+
version "3.1.2"
6038+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
6039+
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
6040+
dependencies:
6041+
brace-expansion "^1.1.7"
6042+
60196043
minimist-options@^3.0.1:
60206044
version "3.0.2"
60216045
resolved "https://registry.yarnpkg.com/minimist-options/-/minimist-options-3.0.2.tgz#fba4c8191339e13ecf4d61beb03f070103f3d954"
@@ -6029,6 +6053,11 @@ minimist@^1.1.1, minimist@^1.1.3, minimist@^1.2.0, minimist@^1.2.5:
60296053
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602"
60306054
integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==
60316055

6056+
minimist@^1.2.6:
6057+
version "1.2.6"
6058+
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.6.tgz#8637a5b759ea0d6e98702cfb3a9283323c93af44"
6059+
integrity sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==
6060+
60326061
minimist@~0.0.1:
60336062
version "0.0.10"
60346063
resolved "https://registry.yarnpkg.com/minimist/-/minimist-0.0.10.tgz#de3f98543dbf96082be48ad1a0c7cda836301dcf"
@@ -6074,11 +6103,11 @@ mixin-deep@^1.2.0:
60746103
is-extendable "^1.0.1"
60756104

60766105
"mkdirp@>=0.5 0", mkdirp@^0.5.0, mkdirp@^0.5.1, mkdirp@~0.5.0:
6077-
version "0.5.4"
6078-
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.4.tgz#fd01504a6797ec5c9be81ff43d204961ed64a512"
6079-
integrity sha512-iG9AK/dJLtJ0XNgTuDbSyNS3zECqDlAhnQW4CsNxBG3LQJBbHmRX1egw39DmtOdCAqY+dKXV+sgPgilNWUKMVw==
6106+
version "0.5.6"
6107+
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.6.tgz#7def03d2432dcae4ba1d611445c48396062255f6"
6108+
integrity sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==
60806109
dependencies:
6081-
minimist "^1.2.5"
6110+
minimist "^1.2.6"
60826111

60836112
modify-values@^1.0.0:
60846113
version "1.0.0"
@@ -8067,12 +8096,12 @@ table@^4.0.3:
80678096
string-width "^2.1.1"
80688097

80698098
tar@^2.0.0:
8070-
version "2.2.1"
8071-
resolved "https://registry.yarnpkg.com/tar/-/tar-2.2.1.tgz#8e4d2a256c0e2185c6b18ad694aec968b83cb1d1"
8072-
integrity sha1-jk0qJWwOIYXGsYrWlK7JaLg8sdE=
8099+
version "2.2.2"
8100+
resolved "https://registry.yarnpkg.com/tar/-/tar-2.2.2.tgz#0ca8848562c7299b8b446ff6a4d60cdbb23edc40"
8101+
integrity sha512-FCEhQ/4rE1zYv9rYXJw/msRqsnmlje5jHP6huWeBZ704jUTy02c5AZyWujpMR1ax6mVw9NyJMfuK2CMDWVIfgA==
80738102
dependencies:
80748103
block-stream "*"
8075-
fstream "^1.0.2"
8104+
fstream "^1.0.12"
80768105
inherits "2"
80778106

80788107
tar@^4.4.3:

0 commit comments

Comments
 (0)