diff --git a/package-lock.json b/package-lock.json index f0cdd9b..ef5ec4c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "byte-base64": "^1.1.0", "cheerio": "^1.1.2", "decimal.js": "^10.6.0", - "fast-xml-parser": "^5.3.2", + "fast-xml-parser": "^5.3.4", "linkify-string": "^4.3.2", "linkifyjs": "^4.3.2", "openapi-fetch": "^0.15.0", @@ -6945,9 +6945,9 @@ "peer": true }, "node_modules/fast-xml-parser": { - "version": "5.3.2", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.3.2.tgz", - "integrity": "sha512-n8v8b6p4Z1sMgqRmqLJm3awW4NX7NkaKPfb3uJIBTSH7Pdvufi3PQ3/lJLQrvxcMYl7JI2jnDO90siPEpD8JBA==", + "version": "5.3.4", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.3.4.tgz", + "integrity": "sha512-EFd6afGmXlCx8H8WTZHhAoDaWaGyuIBoZJ2mknrNxug+aZKjkp0a0dlars9Izl+jF+7Gu1/5f/2h68cQpe0IiA==", "funding": [ { "type": "github", diff --git a/package.json b/package.json index 78096ab..9fe001d 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "byte-base64": "^1.1.0", "cheerio": "^1.1.2", "decimal.js": "^10.6.0", - "fast-xml-parser": "^5.3.2", + "fast-xml-parser": "^5.3.4", "linkify-string": "^4.3.2", "linkifyjs": "^4.3.2", "openapi-fetch": "^0.15.0",