Skip to content

Commit 548932e

Browse files
author
Joe
committed
fix(deps): upgrade tar to safe version
1 parent 3cfa69c commit 548932e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"browserslist": "^4.16.5",
8181
"safe-buffer": "^5.1.1",
8282
"vfile-message": "^2.0.2",
83-
"argon2/@mapbox/node-pre-gyp/tar": "^6.1.3",
83+
"tar": "^6.1.9",
8484
"ansi-regex": "^5.0.1"
8585
},
8686
"dependencies": {

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4872,10 +4872,10 @@ tar-stream@^2.1.4:
48724872
inherits "^2.0.3"
48734873
readable-stream "^3.1.1"
48744874

4875-
tar@^6.1.0, tar@^6.1.3:
4876-
version "6.1.6"
4877-
resolved "https://registry.yarnpkg.com/tar/-/tar-6.1.6.tgz#c23d797b0a1efe5d479b1490805c5443f3560c5d"
4878-
integrity sha512-oaWyu5dQbHaYcyZCTfyPpC+VmI62/OM2RTUYavTk1MDr1cwW5Boi3baeYQKiZbY2uSQJGr+iMOzb/JFxLrft+g==
4875+
tar@^6.1.0, tar@^6.1.9:
4876+
version "6.1.11"
4877+
resolved "https://registry.yarnpkg.com/tar/-/tar-6.1.11.tgz#6760a38f003afa1b2ffd0ffe9e9abbd0eab3d621"
4878+
integrity sha512-an/KZQzQUkZCkuoAA64hM92X0Urb6VpRhAFllDzz44U2mcD5scmT3zBc4VgVpkugF580+DQn8eAFSyoQt0tznA==
48794879
dependencies:
48804880
chownr "^2.0.0"
48814881
fs-minipass "^2.0.0"

0 commit comments

Comments
 (0)