From e0ea7e36d4f36a10787bd000c4f86aab5dd219bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Mar 2026 13:46:39 +0000 Subject: [PATCH] chore(deps): bump fast-xml-parser Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 5.3.6 to 5.3.8. - [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.3.6...v5.3.8) --- updated-dependencies: - dependency-name: fast-xml-parser dependency-version: 5.3.8 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../hybrid-sitemap-apollo/example-app/package-lock.json | 8 ++++---- .../next/hybrid-sitemap-apollo/example-app/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/next/hybrid-sitemap-apollo/example-app/package-lock.json b/examples/next/hybrid-sitemap-apollo/example-app/package-lock.json index e2287b6f..e0c51479 100644 --- a/examples/next/hybrid-sitemap-apollo/example-app/package-lock.json +++ b/examples/next/hybrid-sitemap-apollo/example-app/package-lock.json @@ -9,7 +9,7 @@ "version": "0.1.0", "dependencies": { "@apollo/client": "^3.13.5", - "fast-xml-parser": "^5.3.6", + "fast-xml-parser": "^5.3.8", "graphql": "^16.10.0", "next": "^15.5.8", "react": "^19.0.0", @@ -2927,9 +2927,9 @@ "dev": true }, "node_modules/fast-xml-parser": { - "version": "5.3.6", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.3.6.tgz", - "integrity": "sha512-QNI3sAvSvaOiaMl8FYU4trnEzCwiRr8XMWgAHzlrWpTSj+QaCSvOf1h82OEP1s4hiAXhnbXSyFWCf4ldZzZRVA==", + "version": "5.3.8", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.3.8.tgz", + "integrity": "sha512-53jIF4N6u/pxvaL1eb/hEZts/cFLWZ92eCfLrNyCI0k38lettCG/Bs40W9pPwoPXyHQlKu2OUbQtiEIZK/J6Vw==", "funding": [ { "type": "github", diff --git a/examples/next/hybrid-sitemap-apollo/example-app/package.json b/examples/next/hybrid-sitemap-apollo/example-app/package.json index cae89db0..7d4f4905 100644 --- a/examples/next/hybrid-sitemap-apollo/example-app/package.json +++ b/examples/next/hybrid-sitemap-apollo/example-app/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@apollo/client": "^3.13.5", - "fast-xml-parser": "^5.3.6", + "fast-xml-parser": "^5.3.8", "graphql": "^16.10.0", "next": "^15.5.8", "react": "^19.0.0",