diff --git a/admin/package-lock.json b/admin/package-lock.json index f500852..d0be5eb 100644 --- a/admin/package-lock.json +++ b/admin/package-lock.json @@ -44,7 +44,7 @@ "cheerio": "^1.2.0", "dockerode": "^4.0.7", "edge.js": "^6.2.1", - "fast-xml-parser": "^5.2.5", + "fast-xml-parser": "^5.3.6", "fuse.js": "^7.1.0", "luxon": "^3.6.1", "maplibre-gl": "^4.7.1", @@ -8597,9 +8597,9 @@ "license": "MIT" }, "node_modules/fast-xml-parser": { - "version": "5.3.4", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.3.4.tgz", - "integrity": "sha512-EFd6afGmXlCx8H8WTZHhAoDaWaGyuIBoZJ2mknrNxug+aZKjkp0a0dlars9Izl+jF+7Gu1/5f/2h68cQpe0IiA==", + "version": "5.3.6", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.3.6.tgz", + "integrity": "sha512-QNI3sAvSvaOiaMl8FYU4trnEzCwiRr8XMWgAHzlrWpTSj+QaCSvOf1h82OEP1s4hiAXhnbXSyFWCf4ldZzZRVA==", "funding": [ { "type": "github", @@ -8608,7 +8608,7 @@ ], "license": "MIT", "dependencies": { - "strnum": "^2.1.0" + "strnum": "^2.1.2" }, "bin": { "fxparser": "src/cli/cli.js" diff --git a/admin/package.json b/admin/package.json index c49af10..f63d434 100644 --- a/admin/package.json +++ b/admin/package.json @@ -96,7 +96,7 @@ "cheerio": "^1.2.0", "dockerode": "^4.0.7", "edge.js": "^6.2.1", - "fast-xml-parser": "^5.2.5", + "fast-xml-parser": "^5.3.6", "fuse.js": "^7.1.0", "luxon": "^3.6.1", "maplibre-gl": "^4.7.1",