diff --git a/bun.lock b/bun.lock index da4c297..6432d2b 100644 --- a/bun.lock +++ b/bun.lock @@ -16,7 +16,7 @@ "compromise": "^14.15.0", "concurrently": "^9.2.1", "csv-parse": "^6.2.1", - "fast-xml-parser": "^5.7.1", + "fast-xml-parser": "^5.7.2", "html-entities": "^2.6.0", "pdf2json": "^3.2.2", "pg": "^8.20.0", @@ -443,7 +443,7 @@ "fast-xml-builder": ["fast-xml-builder@1.1.5", "", { "dependencies": { "path-expression-matcher": "^1.1.3" } }, "sha512-4TJn/8FKLeslLAH3dnohXqE3QSoxkhvaMzepOIZytwJXZO69Bfz0HBdDHzOTOon6G59Zrk6VQ2bEiv1t61rfkA=="], - "fast-xml-parser": ["fast-xml-parser@5.7.1", "", { "dependencies": { "@nodable/entities": "^2.1.0", "fast-xml-builder": "^1.1.5", "path-expression-matcher": "^1.5.0", "strnum": "^2.2.3" }, "bin": { "fxparser": "src/cli/cli.js" } }, "sha512-8Cc3f8GUGUULg34pBch/KGyPLglS+OFs05deyOlY7fL2MTagYPKrVQNmR1fLF/yJ9PH5ZSTd3YDF6pnmeZU+zA=="], + "fast-xml-parser": ["fast-xml-parser@5.7.2", "", { "dependencies": { "@nodable/entities": "^2.1.0", "fast-xml-builder": "^1.1.5", "path-expression-matcher": "^1.5.0", "strnum": "^2.2.3" }, "bin": { "fxparser": "src/cli/cli.js" } }, "sha512-P7oW7tLbYnhOLQk/Gv7cZgzgMPP/XN03K02/Jy6Y/NHzyIAIpxuZIM/YqAkfiXFPxA2CTm7NtCijK9EDu09u2w=="], "figures": ["figures@6.1.0", "", { "dependencies": { "is-unicode-supported": "^2.0.0" } }, "sha512-d+l3qxjSesT4V7v2fh+QnmFnUWv9lSpjarhShNTgBOfA0ttejbQUAlHLitbjkoRiDulW0OPoQPYIGhIC8ohejg=="], diff --git a/package.json b/package.json index 2141448..ff00b8c 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "compromise": "^14.15.0", "concurrently": "^9.2.1", "csv-parse": "^6.2.1", - "fast-xml-parser": "^5.7.1", + "fast-xml-parser": "^5.7.2", "html-entities": "^2.6.0", "pdf2json": "^3.2.2", "pg": "^8.20.0",