Skip to content

Commit 21b56cb

Browse files
dependabot-preview[bot]Almouro
authored andcommitted
chore(deps): [security] bump tar from 2.2.1 to 2.2.2 (#110)
Bumps [tar](https://github.com/npm/node-tar) from 2.2.1 to 2.2.2. **This update includes security fixes.** - [Release notes](https://github.com/npm/node-tar/releases) - [Commits](isaacs/node-tar@v2.2.1...v2.2.2)
1 parent 7b7e1be commit 21b56cb

1 file changed

Lines changed: 21 additions & 9 deletions

File tree

yarn.lock

Lines changed: 21 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4507,10 +4507,10 @@ fsevents@^1.2.3:
45074507
nan "^2.9.2"
45084508
node-pre-gyp "^0.10.0"
45094509

4510-
fstream@^1.0.0, fstream@^1.0.2:
4511-
version "1.0.11"
4512-
resolved "https://registry.yarnpkg.com/fstream/-/fstream-1.0.11.tgz#5c1fb1f117477114f0632a0eb4b71b3cb0fd3171"
4513-
integrity sha1-XB+x8RdHcRTwYyoOtLcbPLD9MXE=
4510+
fstream@^1.0.0, fstream@^1.0.12:
4511+
version "1.0.12"
4512+
resolved "https://registry.yarnpkg.com/fstream/-/fstream-1.0.12.tgz#4e8ba8ee2d48be4f7d0de505455548eae5932045"
4513+
integrity sha512-WvJ193OHa0GHPEL+AycEJgxvBEwyfRkN1vhjca23OaPVMCaLCXTd5qAu82AjTcgP1UJmytkOKb63Ypde7raDIg==
45144514
dependencies:
45154515
graceful-fs "^4.1.2"
45164516
inherits "~2.0.0"
@@ -4659,7 +4659,7 @@ glob-to-regexp@^0.3.0:
46594659
resolved "https://registry.yarnpkg.com/glob-to-regexp/-/glob-to-regexp-0.3.0.tgz#8c5a1494d2066c570cc3bfe4496175acc4d502ab"
46604660
integrity sha1-jFoUlNIGbFcMw7/kSWF1rMTVAqs=
46614661

4662-
glob@7.1.3, glob@^7.0.0, glob@^7.0.3, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3:
4662+
glob@7.1.3, glob@^7.0.0, glob@^7.0.3, glob@^7.1.1, glob@^7.1.2:
46634663
version "7.1.3"
46644664
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.3.tgz#3960832d3f1574108342dafd3a67b332c0969df1"
46654665
integrity sha512-vcfuiIxogLV4DlGBHIUOwI0IbrJ8HWPc4MU7HzviGeNho/UJDfi6B5p3sHeWIQ0KGIU0Jpxi5ZHxemQfLkkAwQ==
@@ -4671,6 +4671,18 @@ glob@7.1.3, glob@^7.0.0, glob@^7.0.3, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3:
46714671
once "^1.3.0"
46724672
path-is-absolute "^1.0.0"
46734673

4674+
glob@^7.1.3:
4675+
version "7.1.4"
4676+
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.4.tgz#aa608a2f6c577ad357e1ae5a5c26d9a8d1969255"
4677+
integrity sha512-hkLPepehmnKk41pUGm3sYxoFs/umurYfYJCerbXEyFIWcAzvpipAgVkBqqT9RBKMGjnq6kMuyYwha6csxbiM1A==
4678+
dependencies:
4679+
fs.realpath "^1.0.0"
4680+
inflight "^1.0.4"
4681+
inherits "2"
4682+
minimatch "^3.0.4"
4683+
once "^1.3.0"
4684+
path-is-absolute "^1.0.0"
4685+
46744686
global-dirs@^0.1.0:
46754687
version "0.1.1"
46764688
resolved "https://registry.yarnpkg.com/global-dirs/-/global-dirs-0.1.1.tgz#b319c0dd4607f353f3be9cca4c72fc148c49f445"
@@ -9885,12 +9897,12 @@ table@^5.2.3:
98859897
string-width "^3.0.0"
98869898

98879899
tar@^2.0.0:
9888-
version "2.2.1"
9889-
resolved "https://registry.yarnpkg.com/tar/-/tar-2.2.1.tgz#8e4d2a256c0e2185c6b18ad694aec968b83cb1d1"
9890-
integrity sha1-jk0qJWwOIYXGsYrWlK7JaLg8sdE=
9900+
version "2.2.2"
9901+
resolved "https://registry.yarnpkg.com/tar/-/tar-2.2.2.tgz#0ca8848562c7299b8b446ff6a4d60cdbb23edc40"
9902+
integrity sha512-FCEhQ/4rE1zYv9rYXJw/msRqsnmlje5jHP6huWeBZ704jUTy02c5AZyWujpMR1ax6mVw9NyJMfuK2CMDWVIfgA==
98919903
dependencies:
98929904
block-stream "*"
9893-
fstream "^1.0.2"
9905+
fstream "^1.0.12"
98949906
inherits "2"
98959907

98969908
tar@^4, tar@^4.4.3, tar@^4.4.8:

0 commit comments

Comments
 (0)