diff --git a/package-lock.json b/package-lock.json index f94772c..a4b606a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@actions/core": "^1.10.1", "@actions/exec": "^1.1.1", - "fast-xml-parser": "^4.3.6", + "fast-xml-parser": "^4.4.0", "toml": "^3.0.0", "yaml": "^2.4.2" }, @@ -3879,9 +3879,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 2544331..7245f22 100644 --- a/package.json +++ b/package.json @@ -88,7 +88,7 @@ "dependencies": { "@actions/core": "^1.10.1", "@actions/exec": "^1.1.1", - "fast-xml-parser": "^4.3.6", + "fast-xml-parser": "^4.4.0", "toml": "^3.0.0", "yaml": "^2.4.2" },