chore: update fast-xml-parser to version 5.3.7 and add missing dependencies in package-lock.json

This commit is contained in:
Nawaz Dhandala
2026-02-23 19:41:33 +00:00
parent 3f166ac8e1
commit 9c5ed699cb
2 changed files with 32 additions and 1 deletions

View File

@@ -13,6 +13,7 @@
"axios": "^1.13.1",
"Common": "file:../Common",
"ejs": "^3.1.10",
"fast-xml-parser": "^5.3.7",
"http-proxy-agent": "^7.0.2",
"https-proxy-agent": "^7.0.5",
"net-snmp": "^3.26.1",
@@ -2255,6 +2256,24 @@
"integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==",
"dev": true
},
"node_modules/fast-xml-parser": {
"version": "5.3.7",
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.3.7.tgz",
"integrity": "sha512-JzVLro9NQv92pOM/jTCR6mHlJh2FGwtomH8ZQjhFj/R29P2Fnj38OgPJVtcvYw6SuKClhgYuwUZf5b3rd8u2mA==",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/NaturalIntelligence"
}
],
"license": "MIT",
"dependencies": {
"strnum": "^2.1.2"
},
"bin": {
"fxparser": "src/cli/cli.js"
}
},
"node_modules/fb-watchman": {
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/fb-watchman/-/fb-watchman-2.0.2.tgz",
@@ -4816,6 +4835,18 @@
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/strnum": {
"version": "2.1.2",
"resolved": "https://registry.npmjs.org/strnum/-/strnum-2.1.2.tgz",
"integrity": "sha512-l63NF9y/cLROq/yqKXSLtcMeeyOfnSQlfMSlzFt/K73oIaD8DGaQWd7Z34X9GPiKqP5rbSh84Hl4bOlLcjiSrQ==",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/NaturalIntelligence"
}
],
"license": "MIT"
},
"node_modules/supports-color": {
"version": "7.2.0",
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",

View File

@@ -25,7 +25,7 @@
"axios": "^1.13.1",
"Common": "file:../Common",
"ejs": "^3.1.10",
"fast-xml-parser": "^5.2.0",
"fast-xml-parser": "^5.3.7",
"http-proxy-agent": "^7.0.2",
"https-proxy-agent": "^7.0.5",
"net-snmp": "^3.26.1",