From 3773da261dea598a37988165166ae57179c42f0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 04:37:25 +0000 Subject: [PATCH] Bump fast-xml-validator from 1.4.0 to 1.4.2 Bumps [fast-xml-validator](https://github.com/NaturalIntelligence/fast-xml-validator) from 1.4.0 to 1.4.2. - [Release notes](https://github.com/NaturalIntelligence/fast-xml-validator/releases) - [Commits](https://github.com/NaturalIntelligence/fast-xml-validator/compare/v1.4.0...v1.4.2) --- updated-dependencies: - dependency-name: fast-xml-validator dependency-version: 1.4.2 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 7e1dbe7ed..788de81bf 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.2", + "resolved": "https://registry.npmjs.org/fast-xml-validator/-/fast-xml-validator-1.4.2.tgz", + "integrity": "sha512-dN1Z5tBDxhJ1e8ccerKI+MWdwZ8oUWhWTSYISFeHKUOzlaZrwnwxcHKN3d7R9IOqtCtk6ynbEiZhjo/8RtDwIA==", "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.2", + "resolved": "https://registry.npmjs.org/fast-xml-validator/-/fast-xml-validator-1.4.2.tgz", + "integrity": "sha512-dN1Z5tBDxhJ1e8ccerKI+MWdwZ8oUWhWTSYISFeHKUOzlaZrwnwxcHKN3d7R9IOqtCtk6ynbEiZhjo/8RtDwIA==", "requires": { "detailed-xml-validator": "^2.2.0", "path-expression-matcher": "^1.6.2",