diff --git a/package.json b/package.json index 7db4a2e..63daf02 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "bl": "^1.2.3", "core-js": "^3.6.5", "cryptiles": "^4.1.2", - "fast-xml-parser": "^4.0.0-beta.8", + "fast-xml-parser": "^4.1.2", "glob-parent": "^5.1.2", "hoek": "^4.2.1", "lodash": "^4.17.21", diff --git a/yarn.lock b/yarn.lock index d909690..794cfcd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4475,10 +4475,10 @@ fast-levenshtein@~2.0.6: resolved "https://registry.yarnpkg.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz#3d8a5c66883a16a30ca8643e851f19baa7797917" integrity sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc= -fast-xml-parser@^4.0.0-beta.8: - version "4.0.0-beta.8" - resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-4.0.0-beta.8.tgz#f0004e29f0eb105e45fbf3f69f2d206a6bfdc587" - integrity sha512-2QEZ/WRt6mfrguLsluhvpTWNxdKYgvdZx3dA+Tnx0pUmlEA4ZWt32qSmA1sR1jXscFozHIKqZrikUeiCYSe3ow== +fast-xml-parser@^4.1.2: + version "4.1.2" + resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-4.1.2.tgz#5a98c18238d28a57bbdfa9fe4cda01211fff8f4a" + integrity sha512-CDYeykkle1LiA/uqQyNwYpFbyF6Axec6YapmpUP+/RHWIoR1zKjocdvNaTsxCxZzQ6v9MLXaSYm9Qq0thv0DHg== dependencies: strnum "^1.0.5"