-
Notifications
You must be signed in to change notification settings - Fork 920
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Addresses GHSA-3jfq-g458-7qm9 Requires [tar](https://github.com/npm/node-tar) 6.1.6 - upgrade from 4.4.13 and 6.0.2 - [Release notes](https://github.com/npm/node-tar/releases/tag/v6.1.6) - [Changelog](https://github.com/npm/node-tar/blob/main/CHANGELOG.md) - [Commits](isaacs/node-tar@v4.4.13...v6.1.6) There are no breaking changes from 4.4 to 6.0, so I chose to upgrade instead of bumping each of the minor versions. Signed-off-by: Tommy Markley <[email protected]>
- Loading branch information
Tommy Markley
authored
Sep 1, 2021
1 parent
f7870c9
commit 25bac62
Showing
2 changed files
with
12 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11578,13 +11578,6 @@ fs-extra@^9.0.0, fs-extra@^9.0.1: | |
jsonfile "^6.0.1" | ||
universalify "^1.0.0" | ||
|
||
fs-minipass@^1.2.5: | ||
version "1.2.5" | ||
resolved "https://registry.yarnpkg.com/fs-minipass/-/fs-minipass-1.2.5.tgz#06c277218454ec288df77ada54a03b8702aacb9d" | ||
integrity sha512-JhBl0skXjUPCFH7x6x61gQxrKyXsxB5gcgePLZCwfyCGGsTISMoIeObbrvVeP6Xmyaudw4TT43qV2Gz+iyd2oQ== | ||
dependencies: | ||
minipass "^2.2.1" | ||
|
||
fs-minipass@^2.0.0: | ||
version "2.1.0" | ||
resolved "https://registry.yarnpkg.com/fs-minipass/-/fs-minipass-2.1.0.tgz#7f5036fdbf12c63c169190cbe4199c852271f9fb" | ||
|
@@ -17088,32 +17081,17 @@ minipass-pipeline@^1.2.2: | |
dependencies: | ||
minipass "^3.0.0" | ||
|
||
minipass@^2.2.1, minipass@^2.8.6, minipass@^2.9.0: | ||
version "2.9.0" | ||
resolved "https://registry.yarnpkg.com/minipass/-/minipass-2.9.0.tgz#e713762e7d3e32fed803115cf93e04bca9fcc9a6" | ||
integrity sha512-wxfUjg9WebH+CUDX/CdbRlh5SmfZiy/hpkxaRI16Y9W56Pa75sWgd/rvFilSgrauD9NyFymP/+JFV3KwzIsJeg== | ||
dependencies: | ||
safe-buffer "^5.1.2" | ||
yallist "^3.0.0" | ||
|
||
minipass@^3.0.0, minipass@^3.1.1: | ||
version "3.1.1" | ||
resolved "https://registry.yarnpkg.com/minipass/-/minipass-3.1.1.tgz#7607ce778472a185ad6d89082aa2070f79cedcd5" | ||
integrity sha512-UFqVihv6PQgwj8/yTGvl9kPz7xIAY+R5z6XYjRInD3Gk3qx6QGSD6zEcpeG4Dy/lQnv1J6zv8ejV90hyYIKf3w== | ||
dependencies: | ||
yallist "^4.0.0" | ||
|
||
minizlib@^1.2.1: | ||
version "1.3.3" | ||
resolved "https://registry.yarnpkg.com/minizlib/-/minizlib-1.3.3.tgz#2290de96818a34c29551c8a8d301216bd65a861d" | ||
integrity sha512-6ZYMOEnmVsdCeTJVE0W9ZD+pVnE8h9Hma/iOwwRDsdQoePpoX56/8B6z3P9VNwppJuBKNRuFDRNRqRWexT9G9Q== | ||
dependencies: | ||
minipass "^2.9.0" | ||
|
||
minizlib@^2.1.0: | ||
version "2.1.0" | ||
resolved "https://registry.yarnpkg.com/minizlib/-/minizlib-2.1.0.tgz#fd52c645301ef09a63a2c209697c294c6ce02cf3" | ||
integrity sha512-EzTZN/fjSvifSX0SlqUERCN39o6T40AMarPbv0MrarSFtIITCBh7bi+dU8nxGFHuqs9jdIAeoYoKuQAAASsPPA== | ||
minizlib@^2.1.1: | ||
version "2.1.2" | ||
resolved "https://registry.yarnpkg.com/minizlib/-/minizlib-2.1.2.tgz#e90d3466ba209b932451508a11ce3d3632145931" | ||
integrity sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg== | ||
dependencies: | ||
minipass "^3.0.0" | ||
yallist "^4.0.0" | ||
|
@@ -22922,28 +22900,15 @@ tar-stream@^2.1.4: | |
inherits "^2.0.3" | ||
readable-stream "^3.1.1" | ||
|
||
[email protected]: | ||
version "4.4.13" | ||
resolved "https://registry.yarnpkg.com/tar/-/tar-4.4.13.tgz#43b364bc52888d555298637b10d60790254ab525" | ||
integrity sha512-w2VwSrBoHa5BsSyH+KxEqeQBAllHhccyMFVHtGtdMpF4W7IRWfZjFiQceJPChOeTsSDVUpER2T8FA93pr0L+QA== | ||
dependencies: | ||
chownr "^1.1.1" | ||
fs-minipass "^1.2.5" | ||
minipass "^2.8.6" | ||
minizlib "^1.2.1" | ||
mkdirp "^0.5.0" | ||
safe-buffer "^5.1.2" | ||
yallist "^3.0.3" | ||
|
||
[email protected], tar@^6.0.1, tar@^6.0.2: | ||
version "6.0.2" | ||
resolved "https://registry.yarnpkg.com/tar/-/tar-6.0.2.tgz#5df17813468a6264ff14f766886c622b84ae2f39" | ||
integrity sha512-Glo3jkRtPcvpDlAs/0+hozav78yoXKFr+c4wgw62NNMO3oo4AaJdCo21Uu7lcwr55h39W2XD1LMERc64wtbItg== | ||
[email protected], tar@^6.0.1, tar@^6.0.2, tar@^6.1.6: | ||
version "6.1.6" | ||
resolved "https://registry.yarnpkg.com/tar/-/tar-6.1.6.tgz#c23d797b0a1efe5d479b1490805c5443f3560c5d" | ||
integrity sha512-oaWyu5dQbHaYcyZCTfyPpC+VmI62/OM2RTUYavTk1MDr1cwW5Boi3baeYQKiZbY2uSQJGr+iMOzb/JFxLrft+g== | ||
dependencies: | ||
chownr "^2.0.0" | ||
fs-minipass "^2.0.0" | ||
minipass "^3.0.0" | ||
minizlib "^2.1.0" | ||
minizlib "^2.1.1" | ||
mkdirp "^1.0.3" | ||
yallist "^4.0.0" | ||
|
||
|
@@ -25547,7 +25512,7 @@ yallist@^2.1.2: | |
resolved "https://registry.yarnpkg.com/yallist/-/yallist-2.1.2.tgz#1c11f9218f076089a47dd512f93c6699a6a81d52" | ||
integrity sha1-HBH5IY8HYImkfdUS+TxmmaaoHVI= | ||
|
||
yallist@^3.0.0, yallist@^3.0.2, yallist@^3.0.3: | ||
yallist@^3.0.2: | ||
version "3.1.1" | ||
resolved "https://registry.yarnpkg.com/yallist/-/yallist-3.1.1.tgz#dbb7daf9bfd8bac9ab45ebf602b8cbad0d5d08fd" | ||
integrity sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g== | ||
|