diff --git a/Probe/package-lock.json b/Probe/package-lock.json index 7e0bc45c08..47dc6c7371 100644 --- a/Probe/package-lock.json +++ b/Probe/package-lock.json @@ -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", diff --git a/Probe/package.json b/Probe/package.json index fc4731ef47..ec2f4d46fd 100644 --- a/Probe/package.json +++ b/Probe/package.json @@ -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",