diff --git a/trusted-profiles/node/package-lock.json b/trusted-profiles/node/package-lock.json index 938de08f..111450c2 100644 --- a/trusted-profiles/node/package-lock.json +++ b/trusted-profiles/node/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "BSD-3-Clause", "dependencies": { - "fast-xml-parser": "^5.5.6", + "fast-xml-parser": "^5.5.7", "ibm-cloud-sdk-core": "^5.4.2" } }, @@ -311,9 +311,9 @@ } }, "node_modules/fast-xml-parser": { - "version": "5.5.6", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.5.6.tgz", - "integrity": "sha512-3+fdZyBRVg29n4rXP0joHthhcHdPUHaIC16cuyyd1iLsuaO6Vea36MPrxgAzbZna8lhvZeRL8Bc9GP56/J9xEw==", + "version": "5.5.7", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.5.7.tgz", + "integrity": "sha512-LteOsISQ2GEiDHZch6L9hB0+MLoYVLToR7xotrzU0opCICBkxOPgHAy1HxAvtxfJNXDJpgAsQN30mkrfpO2Prg==", "funding": [ { "type": "github", @@ -324,7 +324,7 @@ "dependencies": { "fast-xml-builder": "^1.1.4", "path-expression-matcher": "^1.1.3", - "strnum": "^2.1.2" + "strnum": "^2.2.0" }, "bin": { "fxparser": "src/cli/cli.js" diff --git a/trusted-profiles/node/package.json b/trusted-profiles/node/package.json index b1b973e4..6fb5b8d7 100644 --- a/trusted-profiles/node/package.json +++ b/trusted-profiles/node/package.json @@ -18,7 +18,7 @@ }, "homepage": "https://github.com/IBM/CodeEngine/blob/main/trusted-profiles/README.md", "dependencies": { - "fast-xml-parser": "^5.5.6", + "fast-xml-parser": "^5.5.7", "ibm-cloud-sdk-core": "^5.4.2" } }