From 43ad2db3bef7d2424dadbb2f1ea55da868947363 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 May 2025 08:45:49 +0000 Subject: [PATCH] CLDR-18356 kbd:(deps): Bump fast-xml-parser in /docs/charts/keyboards Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 5.0.9 to 5.2.1. - [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.0.9...v5.2.1) --- updated-dependencies: - dependency-name: fast-xml-parser dependency-version: 5.2.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- docs/charts/keyboards/package-lock.json | 8 ++++---- docs/charts/keyboards/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/charts/keyboards/package-lock.json b/docs/charts/keyboards/package-lock.json index b4901eabe1b..45992e5707c 100644 --- a/docs/charts/keyboards/package-lock.json +++ b/docs/charts/keyboards/package-lock.json @@ -10,13 +10,13 @@ "hasInstallScript": true, "license": "Unicode-3.0", "dependencies": { - "fast-xml-parser": "^5.0.9" + "fast-xml-parser": "^5.2.1" } }, "node_modules/fast-xml-parser": { - "version": "5.0.9", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.0.9.tgz", - "integrity": "sha512-2mBwCiuW3ycKQQ6SOesSB8WeF+fIGb6I/GG5vU5/XEptwFFhp9PE8b9O7fbs2dpq9fXn4ULR3UsfydNUCntf5A==", + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.2.1.tgz", + "integrity": "sha512-Kqq/ewnRACQ20e0BlQ5KqHRYWRBp7yv+jttK4Yj2yY+2ldgCoxJkrP1NHUhjypsJ+eQXlGJ/jebM3wa60s1rbQ==", "funding": [ { "type": "github", diff --git a/docs/charts/keyboards/package.json b/docs/charts/keyboards/package.json index 817c72e04da..bfd39c91832 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.0.9" + "fast-xml-parser": "^5.2.1" } }