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" } }