From cc2be84a37b510d7a5bf6f683c6882825f62d623 Mon Sep 17 00:00:00 2001 From: "ugo.bechameil" Date: Wed, 18 Mar 2026 15:11:15 +0100 Subject: [PATCH] fix fast-xml-parser alerts --- package-lock.json | 44 ++++++++++++++++++++++++++++++++++++++------ package.json | 4 ++-- 2 files changed, 40 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index d243e3c..a631a2f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,19 +1,19 @@ { "name": "Cassandra", - "version": "0.2.16", + "version": "0.2.17", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "Cassandra", - "version": "0.2.16", + "version": "0.2.17", "hasInstallScript": true, "dependencies": { "@webpod/ip": "0.6.1", "antlr4": "4.8.0", "async": "3.2.6", "cassandra-driver": "4.3.1", - "fast-xml-parser": "5.3.8", + "fast-xml-parser": "5.5.6", "jks-js": "1.1.5", "lodash": "4.17.23" }, @@ -1604,10 +1604,25 @@ "node": ">=8.6.0" } }, + "node_modules/fast-xml-builder": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/fast-xml-builder/-/fast-xml-builder-1.1.4.tgz", + "integrity": "sha512-f2jhpN4Eccy0/Uz9csxh3Nu6q4ErKxf0XIsasomfOihuSUa3/xw6w8dnOtCDgEItQFJG8KyXPzQXzcODDrrbOg==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/NaturalIntelligence" + } + ], + "license": "MIT", + "dependencies": { + "path-expression-matcher": "^1.1.3" + } + }, "node_modules/fast-xml-parser": { - "version": "5.3.8", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.3.8.tgz", - "integrity": "sha512-53jIF4N6u/pxvaL1eb/hEZts/cFLWZ92eCfLrNyCI0k38lettCG/Bs40W9pPwoPXyHQlKu2OUbQtiEIZK/J6Vw==", + "version": "5.5.6", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.5.6.tgz", + "integrity": "sha512-3+fdZyBRVg29n4rXP0joHthhcHdPUHaIC16cuyyd1iLsuaO6Vea36MPrxgAzbZna8lhvZeRL8Bc9GP56/J9xEw==", "funding": [ { "type": "github", @@ -1616,6 +1631,8 @@ ], "license": "MIT", "dependencies": { + "fast-xml-builder": "^1.1.4", + "path-expression-matcher": "^1.1.3", "strnum": "^2.1.2" }, "bin": { @@ -2584,6 +2601,21 @@ "node": ">=8" } }, + "node_modules/path-expression-matcher": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/path-expression-matcher/-/path-expression-matcher-1.1.3.tgz", + "integrity": "sha512-qdVgY8KXmVdJZRSS1JdEPOKPdTiEK/pi0RkcT2sw1RhXxohdujUlJFPuS1TSkevZ9vzd3ZlL7ULl1MHGTApKzQ==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/NaturalIntelligence" + } + ], + "license": "MIT", + "engines": { + "node": ">=14.0.0" + } + }, "node_modules/path-is-absolute": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", diff --git a/package.json b/package.json index 5820be0..a64eb6b 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "antlr4": "4.8.0", "async": "3.2.6", "cassandra-driver": "4.3.1", - "fast-xml-parser": "5.3.8", + "fast-xml-parser": "5.5.6", "jks-js": "1.1.5", "lodash": "4.17.23" }, @@ -80,4 +80,4 @@ "fast-xml-parser": "$fast-xml-parser", "minimatch": "10.2.4" } -} \ No newline at end of file +}