diff --git a/package-lock.json b/package-lock.json index b17fce3..a0bb2da 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.6.2", "license": "\tGPL-3.0-or-later", "dependencies": { - "fast-xml-parser": "4.5.0", + "fast-xml-parser": "4.5.1", "gradle-to-js": "github:mrbusche/gradle-to-js#8960d1c3f9dab922c9545289abf7b29b25a26f54", "node-html-parser": "6.1.13" }, @@ -544,9 +544,9 @@ } }, "node_modules/fast-xml-parser": { - "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==", + "version": "4.5.1", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.5.1.tgz", + "integrity": "sha512-y655CeyUQ+jj7KBbYMc4FG01V8ZQqjN+gDYGJ50RtfsUB8iG9AmwmwoAgeKLJdmueKKMrH1RJ7yXHTSoczdv5w==", "funding": [ { "type": "github", diff --git a/package.json b/package.json index f003cae..a1c6ec3 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "test": "mocha" }, "dependencies": { - "fast-xml-parser": "4.5.0", + "fast-xml-parser": "4.5.1", "gradle-to-js": "github:mrbusche/gradle-to-js#8960d1c3f9dab922c9545289abf7b29b25a26f54", "node-html-parser": "6.1.13" },