From 0fe2ab1dd02785737ba2bc976e253f038415119c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 26 Aug 2026 00:31:35 +0000 Subject: [PATCH] chore(deps): update dependency fast-xml-parser to v5.11.0 --- bun.lock | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bun.lock b/bun.lock index cebecd3..18f59e8 100644 --- a/bun.lock +++ b/bun.lock @@ -125,7 +125,7 @@ }, }, "overrides": { - "fast-xml-parser": "5.10.1", + "fast-xml-parser": "5.11.0", }, "packages": { "@babel/code-frame": ["@babel/code-frame@7.29.7", "", { "dependencies": { "@babel/helper-validator-identifier": "^7.29.7", "js-tokens": "^4.0.0", "picocolors": "^1.1.1" } }, "sha512-Aup7aUOfpbAUg2ROOJN6Iw5f9DMBlzu0mIkm/malLQFN/YQgO48wCj0Kxa3sEHJvPVFg7siR+qRInwXd2qhQKw=="], diff --git a/package.json b/package.json index 11f5a0e..454597b 100644 --- a/package.json +++ b/package.json @@ -30,6 +30,6 @@ "node": ">=18.0.0" }, "overrides": { - "fast-xml-parser": "5.10.1" + "fast-xml-parser": "5.11.0" } }