From edda1deae9c86ce05544bec72278d26d7128c137 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Aug 2026 17:57:50 +0000 Subject: [PATCH] Bump fast-xml-parser from 4.5.3 to 4.5.7 Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 4.5.3 to 4.5.7. - [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/v4.5.3...v4.5.7) --- updated-dependencies: - dependency-name: fast-xml-parser dependency-version: 4.5.7 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- package-lock.json | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 80f4c86d095..b5fb58988d0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2178,13 +2178,6 @@ "node": "*" } }, - "node_modules/@chain-registry/utils/node_modules/chain-registry": { - "version": "2.0.150", - "license": "MIT", - "dependencies": { - "@chain-registry/types": "^2.0.150" - } - }, "node_modules/@cosmjs/amino": { "version": "0.33.1", "resolved": "https://registry.npmjs.org/@cosmjs/amino/-/amino-0.33.1.tgz", @@ -17388,7 +17381,9 @@ "license": "BSD-3-Clause" }, "node_modules/fast-xml-parser": { - "version": "4.5.3", + "version": "4.5.7", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.5.7.tgz", + "integrity": "sha512-a6Qh1RMCNbSrU1+sAyAAZH3rTe+OaWJbNZIq0S+ifZciUUOQtlVxBJwoTUE2bYhysmG/RYyI5WJFIKdBahJdrQ==", "funding": [ { "type": "github", @@ -17397,7 +17392,7 @@ ], "license": "MIT", "dependencies": { - "strnum": "^1.1.1" + "strnum": "^1.0.5" }, "bin": { "fxparser": "src/cli/cli.js"