diff --git a/package-lock.json b/package-lock.json index 1bc72d3..631f33b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@actions/tool-cache": "^2.0.2", "@amplitude/analytics-node": "^1.5.14", "axios": "^1.12.2", - "fast-xml-parser": "^5.2.5", + "fast-xml-parser": "^5.3.0", "jsdom": "^27.0.0", "lodash": "^4.17.21", "string-pixel-width": "^1.11.0", @@ -6594,9 +6594,9 @@ "license": "MIT" }, "node_modules/fast-xml-parser": { - "version": "5.2.5", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.2.5.tgz", - "integrity": "sha512-pfX9uG9Ki0yekDHx2SiuRIyFdyAr1kMIMitPvb0YBo8SUfKvia7w7FIyd/l6av85pFYRhZscS75MwMnbvY+hcQ==", + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.3.0.tgz", + "integrity": "sha512-gkWGshjYcQCF+6qtlrqBqELqNqnt4CxruY6UVAWWnqb3DQ6qaNFEIKqzYep1XzHLM/QtrHVCxyPOtTk4LTQ7Aw==", "funding": [ { "type": "github", diff --git a/package.json b/package.json index 4871959..b2d2d6b 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "@actions/tool-cache": "^2.0.2", "@amplitude/analytics-node": "^1.5.14", "axios": "^1.12.2", - "fast-xml-parser": "^5.2.5", + "fast-xml-parser": "^5.3.0", "jsdom": "^27.0.0", "lodash": "^4.17.21", "string-pixel-width": "^1.11.0",