From 61d96b2a3dd29ec330f0b814444f5a971ebfeb30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 00:51:48 +0000 Subject: [PATCH] CLDR-19055 kbd:(deps): Bump fast-xml-parser in /docs/charts/keyboards Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 5.7.2 to 5.7.3. - [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.7.2...v5.7.3) --- updated-dependencies: - dependency-name: fast-xml-parser dependency-version: 5.7.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- docs/charts/keyboards/package-lock.json | 16 ++++++++-------- docs/charts/keyboards/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/charts/keyboards/package-lock.json b/docs/charts/keyboards/package-lock.json index ece575d6b35..2badbcb4002 100644 --- a/docs/charts/keyboards/package-lock.json +++ b/docs/charts/keyboards/package-lock.json @@ -10,7 +10,7 @@ "hasInstallScript": true, "license": "Unicode-3.0", "dependencies": { - "fast-xml-parser": "^5.7.2" + "fast-xml-parser": "^5.7.3" } }, "node_modules/@nodable/entities": { @@ -26,9 +26,9 @@ "license": "MIT" }, "node_modules/fast-xml-builder": { - "version": "1.1.5", - "resolved": "https://registry.npmjs.org/fast-xml-builder/-/fast-xml-builder-1.1.5.tgz", - "integrity": "sha512-4TJn/8FKLeslLAH3dnohXqE3QSoxkhvaMzepOIZytwJXZO69Bfz0HBdDHzOTOon6G59Zrk6VQ2bEiv1t61rfkA==", + "version": "1.1.9", + "resolved": "https://registry.npmjs.org/fast-xml-builder/-/fast-xml-builder-1.1.9.tgz", + "integrity": "sha512-jcyKVSEX13iseJqg7n/KWw+xnu/7fdrZ333Fac54KjHDIELVCfDDJXYIm6DTJ0Su4gSzrhqiK0DzY/wZbF40mw==", "funding": [ { "type": "github", @@ -41,9 +41,9 @@ } }, "node_modules/fast-xml-parser": { - "version": "5.7.2", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.7.2.tgz", - "integrity": "sha512-P7oW7tLbYnhOLQk/Gv7cZgzgMPP/XN03K02/Jy6Y/NHzyIAIpxuZIM/YqAkfiXFPxA2CTm7NtCijK9EDu09u2w==", + "version": "5.7.3", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.7.3.tgz", + "integrity": "sha512-C0AaNuC+mscy6vrAQKAc/rMq+zAPHodfHGZu4sGVehvAQt/JLG1O5zEcYcXSY5zSqr4YVgxsB+pHXTq0i7eDlg==", "funding": [ { "type": "github", @@ -53,7 +53,7 @@ "license": "MIT", "dependencies": { "@nodable/entities": "^2.1.0", - "fast-xml-builder": "^1.1.5", + "fast-xml-builder": "^1.1.7", "path-expression-matcher": "^1.5.0", "strnum": "^2.2.3" }, diff --git a/docs/charts/keyboards/package.json b/docs/charts/keyboards/package.json index 8e6dc461109..9e72d993981 100644 --- a/docs/charts/keyboards/package.json +++ b/docs/charts/keyboards/package.json @@ -19,6 +19,6 @@ "homepage": "https://github.com/unicode-org/cldr#readme", "private": true, "dependencies": { - "fast-xml-parser": "^5.7.2" + "fast-xml-parser": "^5.7.3" } }