Merge pull request #681 from phactum-mnestler/main

Update sax.js to fix large XML file parsing #681
This commit is contained in:
Jozef Izso 2025-11-15 11:24:15 +01:00 committed by GitHub
commit 3b9dad208e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 555 additions and 405 deletions

7
package-lock.json generated
View file

@ -7580,9 +7580,10 @@
}
},
"node_modules/sax": {
"version": "1.2.4",
"resolved": "https://registry.npmjs.org/sax/-/sax-1.2.4.tgz",
"integrity": "sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw=="
"version": "1.4.3",
"resolved": "https://registry.npmjs.org/sax/-/sax-1.4.3.tgz",
"integrity": "sha512-yqYn1JhPczigF94DMS+shiDMjDowYO6y9+wB/4WgO0Y19jWYk0lQ4tuG5KI7kj4FTp1wxPj5IFfcrz/s1c3jjQ==",
"license": "BlueOak-1.0.0"
},
"node_modules/semver": {
"version": "7.7.3",