diff --git a/package-lock.json b/package-lock.json index a97b588..6e7ae1a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@actions/core": "^1.10.1", "@actions/github": "^6.0.0", "adm-zip": "^0.5.12", - "fast-xml-parser": "^4.3.6", + "fast-xml-parser": "^4.4.0", "handlebars": "^4.7.8" }, "devDependencies": { @@ -4387,9 +4387,9 @@ "dev": true }, "node_modules/fast-xml-parser": { - "version": "4.3.6", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.3.6.tgz", - "integrity": "sha512-M2SovcRxD4+vC493Uc2GZVcZaj66CCJhWurC4viynVSTvrpErCShNcDz1lAho6n9REQKvL/ll4A4/fw6Y9z8nw==", + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.4.0.tgz", + "integrity": "sha512-kLY3jFlwIYwBNDojclKsNAC12sfD6NwW74QB2CoNGPvtVxjliYehVunB3HYyNi+n4Tt1dAcgwYvmKF/Z18flqg==", "funding": [ { "type": "github", diff --git a/package.json b/package.json index daf180f..ad7babf 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@actions/core": "^1.10.1", "@actions/github": "^6.0.0", "adm-zip": "^0.5.12", - "fast-xml-parser": "^4.3.6", + "fast-xml-parser": "^4.4.0", "handlebars": "^4.7.8" }, "devDependencies": {