diff --git a/bun.lock b/bun.lock index 2e2e243..9c0436e 100644 --- a/bun.lock +++ b/bun.lock @@ -21,7 +21,7 @@ "compromise": "^14.14.4", "concurrently": "^9.1.2", "csv-parse": "^5.6.0", - "fast-xml-parser": "^5.2.3", + "fast-xml-parser": "^5.3.0", "html-entities": "^2.6.0", "pdf2json": "^3.1.6", "words-to-numbers": "^1.5.1", @@ -283,7 +283,7 @@ "expand-template": ["expand-template@2.0.3", "", {}, "sha512-XYfuKMvj4O35f/pOXLObndIRvyQ+/+6AhODh+OKWj9S9498pHHn/IMszH+gt0fBCRWMNfk1ZSp5x3AifmnI2vg=="], - "fast-xml-parser": ["fast-xml-parser@5.2.3", "", { "dependencies": { "strnum": "^2.1.0" }, "bin": { "fxparser": "src/cli/cli.js" } }, "sha512-OdCYfRqfpuLUFonTNjvd30rCBZUneHpSQkCqfaeWQ9qrKcl6XlWeDBNVwGb+INAIxRshuN2jF+BE0L6gbBO2mw=="], + "fast-xml-parser": ["fast-xml-parser@5.3.0", "", { "dependencies": { "strnum": "^2.1.0" }, "bin": { "fxparser": "src/cli/cli.js" } }, "sha512-gkWGshjYcQCF+6qtlrqBqELqNqnt4CxruY6UVAWWnqb3DQ6qaNFEIKqzYep1XzHLM/QtrHVCxyPOtTk4LTQ7Aw=="], "file-uri-to-path": ["file-uri-to-path@1.0.0", "", {}, "sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw=="], diff --git a/package.json b/package.json index 13a3907..526818f 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "compromise": "^14.14.4", "concurrently": "^9.1.2", "csv-parse": "^5.6.0", - "fast-xml-parser": "^5.2.3", + "fast-xml-parser": "^5.3.0", "html-entities": "^2.6.0", "pdf2json": "^3.1.6", "words-to-numbers": "^1.5.1",