Skip to content

Commit 7881551

Browse files
dbeaver/pro#8175 removes tar and lodash CVEs (#4095)
1 parent cdc94dc commit 7881551

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

webapp/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@
1414
"react-dom": "^19",
1515
"mobx": "^6",
1616
"mobx-react-lite": "^4",
17-
"glob": "^13"
17+
"glob": "^13",
18+
"tar": ">=7.5.4",
19+
"lodash": ">=4.17.23"
1820
},
1921
"scripts": {
2022
"test": "dbeaver-test",

webapp/yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14572,10 +14572,10 @@ __metadata:
1457214572
languageName: node
1457314573
linkType: hard
1457414574

14575-
"lodash@npm:^4.17.20, lodash@npm:^4.17.21, lodash@npm:~4.17.0":
14576-
version: 4.17.21
14577-
resolution: "lodash@npm:4.17.21"
14578-
checksum: 10c0/d8cbea072bb08655bb4c989da418994b073a608dffa608b09ac04b43a791b12aeae7cd7ad919aa4c925f33b48490b5cfe6c1f71d827956071dae2e7bb3a6b74c
14575+
"lodash@npm:>=4.17.23":
14576+
version: 4.17.23
14577+
resolution: "lodash@npm:4.17.23"
14578+
checksum: 10c0/1264a90469f5bb95d4739c43eb6277d15b6d9e186df4ac68c3620443160fc669e2f14c11e7d8b2ccf078b81d06147c01a8ccced9aab9f9f63d50dcf8cace6bf6
1457914579
languageName: node
1458014580
linkType: hard
1458114581

@@ -18552,16 +18552,16 @@ __metadata:
1855218552
languageName: node
1855318553
linkType: hard
1855418554

18555-
"tar@npm:^7.5.2":
18556-
version: 7.5.3
18557-
resolution: "tar@npm:7.5.3"
18555+
"tar@npm:>=7.5.4":
18556+
version: 7.5.7
18557+
resolution: "tar@npm:7.5.7"
1855818558
dependencies:
1855918559
"@isaacs/fs-minipass": "npm:^4.0.0"
1856018560
chownr: "npm:^3.0.0"
1856118561
minipass: "npm:^7.1.2"
1856218562
minizlib: "npm:^3.1.0"
1856318563
yallist: "npm:^5.0.0"
18564-
checksum: 10c0/e5e3237bca325fbb33282d92d9807f4c8d81abaf71bf2627efdf93bd5610c146460c78fc7e9767d4ab5ae3c0b18af8197314c964f8cbd23b30b25bf4d42d7cb4
18564+
checksum: 10c0/51f261afc437e1112c3e7919478d6176ea83f7f7727864d8c2cce10f0b03a631d1911644a567348c3063c45abdae39718ba97abb073d22aa3538b9a53ae1e31c
1856518565
languageName: node
1856618566
linkType: hard
1856718567

0 commit comments

Comments
 (0)