From 3202519c559103d3565c454b727f5caab29ffa0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 06:09:09 +0000 Subject: [PATCH] Bump fast-xml-parser from 5.5.7 to 5.7.0 in /spring-pulsar-docs Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 5.5.7 to 5.7.0. - [Release notes](https://github.com/NaturalIntelligence/fast-xml-parser/releases) - [Changelog](https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md) - [Commits](https://github.com/NaturalIntelligence/fast-xml-parser/compare/v5.5.7...v5.7.0) --- updated-dependencies: - dependency-name: fast-xml-parser dependency-version: 5.7.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- spring-pulsar-docs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-pulsar-docs/package.json b/spring-pulsar-docs/package.json index 4232f130..2624bfea 100644 --- a/spring-pulsar-docs/package.json +++ b/spring-pulsar-docs/package.json @@ -6,6 +6,6 @@ "@asciidoctor/tabs": "1.0.0-beta.6", "@springio/antora-extensions": "1.14.2", "@springio/asciidoctor-extensions": "1.0.0-alpha.16", - "fast-xml-parser": "5.5.7" + "fast-xml-parser": "5.7.0" } }