Skip to content

Commit 150dccd

Browse files
committed
Fix security vulnerability in tar dependency
1 parent c968ee0 commit 150dccd

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

sample/yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6448,16 +6448,16 @@ react-date-picker@latest:
64486448
linkType: hard
64496449

64506450
"tar@npm:^6.0.2":
6451-
version: 6.0.5
6452-
resolution: "tar@npm:6.0.5"
6451+
version: 6.1.2
6452+
resolution: "tar@npm:6.1.2"
64536453
dependencies:
64546454
chownr: ^2.0.0
64556455
fs-minipass: ^2.0.0
64566456
minipass: ^3.0.0
64576457
minizlib: ^2.1.1
64586458
mkdirp: ^1.0.3
64596459
yallist: ^4.0.0
6460-
checksum: e1bdfbf5cc00a5912a855ddf5e0372547ddb56f263839a99c49cad74cfbc20421b1dce1a3231c77348f1a14773924d118512f8c39ff234194896a7590eec7354
6460+
checksum: 13c9b26b22b26b321e842f024fd56831e26fd455cceface3827f2034d1027ad1e9c59b75a98e30a19171b1b5047526d517ec6bf38d2d7bb6bb8d496d7ff239af
64616461
languageName: node
64626462
linkType: hard
64636463

test/yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7180,16 +7180,16 @@ fsevents@^1.2.7:
71807180
linkType: hard
71817181

71827182
"tar@npm:^6.0.1":
7183-
version: 6.0.5
7184-
resolution: "tar@npm:6.0.5"
7183+
version: 6.1.2
7184+
resolution: "tar@npm:6.1.2"
71857185
dependencies:
71867186
chownr: ^2.0.0
71877187
fs-minipass: ^2.0.0
71887188
minipass: ^3.0.0
71897189
minizlib: ^2.1.1
71907190
mkdirp: ^1.0.3
71917191
yallist: ^4.0.0
7192-
checksum: e1bdfbf5cc00a5912a855ddf5e0372547ddb56f263839a99c49cad74cfbc20421b1dce1a3231c77348f1a14773924d118512f8c39ff234194896a7590eec7354
7192+
checksum: 13c9b26b22b26b321e842f024fd56831e26fd455cceface3827f2034d1027ad1e9c59b75a98e30a19171b1b5047526d517ec6bf38d2d7bb6bb8d496d7ff239af
71937193
languageName: node
71947194
linkType: hard
71957195

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7786,16 +7786,16 @@ fsevents@^2.1.2:
77867786
linkType: hard
77877787

77887788
"tar@npm:^6.0.1":
7789-
version: 6.0.5
7790-
resolution: "tar@npm:6.0.5"
7789+
version: 6.1.2
7790+
resolution: "tar@npm:6.1.2"
77917791
dependencies:
77927792
chownr: ^2.0.0
77937793
fs-minipass: ^2.0.0
77947794
minipass: ^3.0.0
77957795
minizlib: ^2.1.1
77967796
mkdirp: ^1.0.3
77977797
yallist: ^4.0.0
7798-
checksum: e1bdfbf5cc00a5912a855ddf5e0372547ddb56f263839a99c49cad74cfbc20421b1dce1a3231c77348f1a14773924d118512f8c39ff234194896a7590eec7354
7798+
checksum: 13c9b26b22b26b321e842f024fd56831e26fd455cceface3827f2034d1027ad1e9c59b75a98e30a19171b1b5047526d517ec6bf38d2d7bb6bb8d496d7ff239af
77997799
languageName: node
78007800
linkType: hard
78017801

0 commit comments

Comments
 (0)