From c9a4d44aa44ec5aaad72d28d6d8121f661147df6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 04:49:22 +0000 Subject: [PATCH] Bump fast-xml-validator from 1.4.0 to 1.4.1 Bumps [fast-xml-validator](https://github.com/NaturalIntelligence/fast-xml-validator) from 1.4.0 to 1.4.1. - [Release notes](https://github.com/NaturalIntelligence/fast-xml-validator/releases) - [Commits](https://github.com/NaturalIntelligence/fast-xml-validator/compare/v1.4.0...v1.4.1) --- updated-dependencies: - dependency-name: fast-xml-validator dependency-version: 1.4.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7a9892757..b1cf45af8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3199,9 +3199,9 @@ } }, "node_modules/fast-xml-validator": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/fast-xml-validator/-/fast-xml-validator-1.4.0.tgz", - "integrity": "sha512-GULVy05S3NMGFrRhKge84olosODhSIYbYmIrEigfBR/dXSQRdLh6Oz6rEoYxHFHTyPTaOUuaz2vJXkcHn/e/Tg==", + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/fast-xml-validator/-/fast-xml-validator-1.4.1.tgz", + "integrity": "sha512-OyhfjgNShC9hBjvaVYSpffKtr4mLFMf/w+a2hGicrVSqjYTHL2JeaXIv6482J0N3oq9jZ+4dABvAmxmuEr4cHg==", "funding": [ { "type": "github", @@ -9516,9 +9516,9 @@ } }, "fast-xml-validator": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/fast-xml-validator/-/fast-xml-validator-1.4.0.tgz", - "integrity": "sha512-GULVy05S3NMGFrRhKge84olosODhSIYbYmIrEigfBR/dXSQRdLh6Oz6rEoYxHFHTyPTaOUuaz2vJXkcHn/e/Tg==", + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/fast-xml-validator/-/fast-xml-validator-1.4.1.tgz", + "integrity": "sha512-OyhfjgNShC9hBjvaVYSpffKtr4mLFMf/w+a2hGicrVSqjYTHL2JeaXIv6482J0N3oq9jZ+4dABvAmxmuEr4cHg==", "requires": { "detailed-xml-validator": "^2.2.0", "path-expression-matcher": "^1.6.2",