Skip to content

Commit dbb8cfb

Browse files
committed
chore: bump tar with resolutions
1 parent 570cb69 commit dbb8cfb

File tree

4 files changed

+13
-9
lines changed

4 files changed

+13
-9
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,8 @@
7979
"postcss": "^8.2.1",
8080
"browserslist": "^4.16.5",
8181
"safe-buffer": "^5.1.1",
82-
"vfile-message": "^2.0.2"
82+
"vfile-message": "^2.0.2",
83+
"argon2/@mapbox/node-pre-gyp/tar": "^6.1.3"
8384
},
8485
"dependencies": {
8586
"@coder/logger": "1.1.16",

test/package.json

+3
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,8 @@
1616
"ts-jest": "^26.4.4",
1717
"@types/wtfnode": "^0.7.0",
1818
"wtfnode": "^0.9.0"
19+
},
20+
"resolutions": {
21+
"argon2/@mapbox/node-pre-gyp/tar": "^6.1.3"
1922
}
2023
}

test/yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -4392,10 +4392,10 @@ symbol-tree@^3.2.4:
43924392
resolved "https://registry.yarnpkg.com/symbol-tree/-/symbol-tree-3.2.4.tgz#430637d248ba77e078883951fb9aa0eed7c63fa2"
43934393
integrity sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==
43944394

4395-
tar@^6.1.0:
4396-
version "6.1.0"
4397-
resolved "https://registry.yarnpkg.com/tar/-/tar-6.1.0.tgz#d1724e9bcc04b977b18d5c573b333a2207229a83"
4398-
integrity sha512-DUCttfhsnLCjwoDoFcI+B2iJgYa93vBnDUATYEeRx6sntCTdN01VnqsIuTlALXla/LWooNg0yEGeB+Y8WdFxGA==
4395+
tar@^6.1.0, tar@^6.1.3:
4396+
version "6.1.6"
4397+
resolved "https://registry.yarnpkg.com/tar/-/tar-6.1.6.tgz#c23d797b0a1efe5d479b1490805c5443f3560c5d"
4398+
integrity sha512-oaWyu5dQbHaYcyZCTfyPpC+VmI62/OM2RTUYavTk1MDr1cwW5Boi3baeYQKiZbY2uSQJGr+iMOzb/JFxLrft+g==
43994399
dependencies:
44004400
chownr "^2.0.0"
44014401
fs-minipass "^2.0.0"

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -4882,10 +4882,10 @@ tar-stream@^2.1.4:
48824882
inherits "^2.0.3"
48834883
readable-stream "^3.1.1"
48844884

4885-
tar@^6.1.0:
4886-
version "6.1.0"
4887-
resolved "https://registry.yarnpkg.com/tar/-/tar-6.1.0.tgz#d1724e9bcc04b977b18d5c573b333a2207229a83"
4888-
integrity sha512-DUCttfhsnLCjwoDoFcI+B2iJgYa93vBnDUATYEeRx6sntCTdN01VnqsIuTlALXla/LWooNg0yEGeB+Y8WdFxGA==
4885+
tar@^6.1.0, tar@^6.1.3:
4886+
version "6.1.6"
4887+
resolved "https://registry.yarnpkg.com/tar/-/tar-6.1.6.tgz#c23d797b0a1efe5d479b1490805c5443f3560c5d"
4888+
integrity sha512-oaWyu5dQbHaYcyZCTfyPpC+VmI62/OM2RTUYavTk1MDr1cwW5Boi3baeYQKiZbY2uSQJGr+iMOzb/JFxLrft+g==
48894889
dependencies:
48904890
chownr "^2.0.0"
48914891
fs-minipass "^2.0.0"

0 commit comments

Comments
 (0)