diff --git a/package-lock.json b/package-lock.json index 8e0ed33..22ab5f1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.8.1", "license": "\tGPL-3.0-or-later", "dependencies": { - "fast-xml-parser": "5.0.8", + "fast-xml-parser": "5.0.9", "gradle-to-js": "github:mrbusche/gradle-to-js#8960d1c3f9dab922c9545289abf7b29b25a26f54", "node-html-parser": "7.0.1" }, @@ -521,9 +521,9 @@ } }, "node_modules/fast-xml-parser": { - "version": "5.0.8", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.0.8.tgz", - "integrity": "sha512-qY8NiI5L8ff00F2giyICiJxSSKHO52tC36LJqx2JtvGyAd5ZfehC/l4iUVVHpmpIa6sM9N5mneSLHQG2INGoHA==", + "version": "5.0.9", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.0.9.tgz", + "integrity": "sha512-2mBwCiuW3ycKQQ6SOesSB8WeF+fIGb6I/GG5vU5/XEptwFFhp9PE8b9O7fbs2dpq9fXn4ULR3UsfydNUCntf5A==", "funding": [ { "type": "github", diff --git a/package.json b/package.json index 81b6ed4..6df9756 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "test": "mocha" }, "dependencies": { - "fast-xml-parser": "5.0.8", + "fast-xml-parser": "5.0.9", "gradle-to-js": "github:mrbusche/gradle-to-js#8960d1c3f9dab922c9545289abf7b29b25a26f54", "node-html-parser": "7.0.1" },