diff --git a/actions/parse-ci-reports/package-lock.json b/actions/parse-ci-reports/package-lock.json index e67ad88..1b3b899 100644 --- a/actions/parse-ci-reports/package-lock.json +++ b/actions/parse-ci-reports/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "MIT", "dependencies": { - "fast-xml-parser": "^5.9.2" + "fast-xml-parser": "^5.9.3" }, "engines": { "node": ">=24.0.0" @@ -56,9 +56,9 @@ } }, "node_modules/fast-xml-parser": { - "version": "5.9.2", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.9.2.tgz", - "integrity": "sha512-DYPkXnVSJHAGAkSBeVYhEo/seIpz2SLr9OQcX7m6lXaX3gvoB+DCKzFdZIEhZGI3I1DUhObBAUOT/v2xfoXz/w==", + "version": "5.9.3", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.9.3.tgz", + "integrity": "sha512-brCNCeScma/kqa54J4PIDriSSSLssRkuYaUCpvHJulGc3HGI/xxKUCTDcYkAdqJsyb//ydpbxecjC3hB9+tb/g==", "funding": [ { "type": "github", @@ -71,7 +71,7 @@ "fast-xml-builder": "^1.2.0", "is-unsafe": "^1.0.1", "path-expression-matcher": "^1.5.0", - "strnum": "^2.4.0", + "strnum": "^2.4.1", "xml-naming": "^0.1.0" }, "bin": { diff --git a/actions/parse-ci-reports/package.json b/actions/parse-ci-reports/package.json index 531f3aa..754eb67 100644 --- a/actions/parse-ci-reports/package.json +++ b/actions/parse-ci-reports/package.json @@ -25,7 +25,7 @@ "license": "MIT", "type": "module", "dependencies": { - "fast-xml-parser": "^5.9.2" + "fast-xml-parser": "^5.9.3" }, "engines": { "node": ">=24.0.0"