Merge pull request #34 from fazrigading/fix/tar-7.5.3

fix: update tar to 7.5.3 and add override for GHSA-8qq5-rm4j-mr97
This commit is contained in:
AMIAY
2026-01-18 13:51:11 +01:00
committed by GitHub
2 changed files with 6 additions and 2 deletions

1
.gitignore vendored
View File

@@ -1,2 +1,3 @@
dist/*
node_modules/*
package-lock.json

View File

@@ -37,9 +37,12 @@
"adm-zip": "^0.5.10",
"axios": "^1.6.0",
"discord-rpc": "^4.0.1",
"tar": "^7.0.0",
"tar": ">=7.5.3",
"uuid": "^9.0.1"
},
"overrides": {
"tar": "$tar"
},
"build": {
"appId": "com.hytalef2p.launcher",
"productName": "Hytale F2P",