Skip to content

Commit f4ba7f2

Browse files
committed
fix: packages/core/build/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-15038581
1 parent 1de0ce5 commit f4ba7f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/build/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"fast-glob": "^3.3.1",
2525
"gulp": "4.0.2",
2626
"gulp-typescript": "6.0.0-alpha.1",
27-
"tar": "^6.2.0",
27+
"tar": "^7.5.4",
2828
"tsup": "8.2.4",
2929
"typescript": "5.1.3",
3030
"update-notifier": "3.0.0",

0 commit comments

Comments
 (0)