force xmljs to 0.5.0

This commit is contained in:
Kendall Garner 2025-05-08 08:08:31 -07:00
parent fb022891fe
commit 257a5ceef0
No known key found for this signature in database
GPG key ID: 9355F387FE765C94

View file

@ -20,5 +20,11 @@
"devDependencies": {
"electron": "36.1.0"
},
"resolutions": {
"xml2js": "0.5.0"
},
"overrides": {
"xml2js": "0.5.0"
},
"license": "GPL-3.0"
}