diff --git a/package-lock.json b/package-lock.json index 676291fe..88965457 100644 --- a/package-lock.json +++ b/package-lock.json @@ -42,7 +42,7 @@ "chai-fs": "^2.0.0", "eslint": "^8.57.1", "eslint-webpack-plugin": "^4.1.0", - "fast-xml-parser": "^4.3.6", + "fast-xml-parser": "^4.5.0", "gradle-to-js": "^2.0.1", "gulp": "^5.0.0", "gulp-rename": "^2.0.0", @@ -4096,9 +4096,9 @@ } }, "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.5.0", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.5.0.tgz", + "integrity": "sha512-/PlTQCI96+fZMAOLMZK4CWG1ItCbfZ/0jx7UIJFChPNrx7tcEgerUgWbeieCM9MfHInUDyK8DWYZ+YrywDJuTg==", "dev": true, "funding": [ { diff --git a/package.json b/package.json index 5cd489bf..36a248e3 100644 --- a/package.json +++ b/package.json @@ -460,7 +460,7 @@ "chai-fs": "^2.0.0", "eslint": "^8.57.1", "eslint-webpack-plugin": "^4.1.0", - "fast-xml-parser": "^4.3.6", + "fast-xml-parser": "^4.5.0", "gradle-to-js": "^2.0.1", "gulp": "^5.0.0", "gulp-rename": "^2.0.0",