diff --git a/actions/parse-ci-reports/package-lock.json b/actions/parse-ci-reports/package-lock.json index b3e9e6f..c98537a 100644 --- a/actions/parse-ci-reports/package-lock.json +++ b/actions/parse-ci-reports/package-lock.json @@ -9,16 +9,16 @@ "version": "1.0.0", "license": "MIT", "dependencies": { - "fast-xml-parser": "^5.3.4" + "fast-xml-parser": "^5.3.5" }, "engines": { "node": ">=24.0.0" } }, "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.5", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.3.5.tgz", + "integrity": "sha512-JeaA2Vm9ffQKp9VjvfzObuMCjUYAp5WDYhRYL5LrBPY/jUDlUtOvDfot0vKSkB9tuX885BDHjtw4fZadD95wnA==", "funding": [ { "type": "github", @@ -27,16 +27,16 @@ ], "license": "MIT", "dependencies": { - "strnum": "^2.1.0" + "strnum": "^2.1.2" }, "bin": { "fxparser": "src/cli/cli.js" } }, "node_modules/strnum": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/strnum/-/strnum-2.1.1.tgz", - "integrity": "sha512-7ZvoFTiCnGxBtDqJ//Cu6fWtZtc7Y3x+QOirG15wztbdngGSkht27o2pyGWrVy0b4WAy3jbKmnoK6g5VlVNUUw==", + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/strnum/-/strnum-2.1.2.tgz", + "integrity": "sha512-l63NF9y/cLROq/yqKXSLtcMeeyOfnSQlfMSlzFt/K73oIaD8DGaQWd7Z34X9GPiKqP5rbSh84Hl4bOlLcjiSrQ==", "funding": [ { "type": "github", diff --git a/actions/parse-ci-reports/package.json b/actions/parse-ci-reports/package.json index cf61cac..36caefe 100644 --- a/actions/parse-ci-reports/package.json +++ b/actions/parse-ci-reports/package.json @@ -24,7 +24,7 @@ "license": "MIT", "type": "module", "dependencies": { - "fast-xml-parser": "^5.3.4" + "fast-xml-parser": "^5.3.5" }, "engines": { "node": ">=24.0.0"