From ea1e5fad18904ca3729de1146fe38e396adf346c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Feb 2026 05:08:53 +0000 Subject: [PATCH] build(deps): bump fast-xml-parser and @lwc/eslint-plugin-lwc Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) to 5.4.1 and updates ancestor dependency [@lwc/eslint-plugin-lwc](https://github.com/salesforce/eslint-plugin-lwc). These dependencies need to be updated together. Updates `fast-xml-parser` from 4.5.3 to 5.4.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/v4.5.3...v5.4.1) Updates `@lwc/eslint-plugin-lwc` from 3.3.0 to 3.4.0 - [Release notes](https://github.com/salesforce/eslint-plugin-lwc/releases) - [Commits](https://github.com/salesforce/eslint-plugin-lwc/compare/v3.3.0...v3.4.0) --- updated-dependencies: - dependency-name: fast-xml-parser dependency-version: 5.4.1 dependency-type: indirect - dependency-name: "@lwc/eslint-plugin-lwc" dependency-version: 3.4.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package-lock.json | 38 ++++++++++++++++++++++++++------------ package.json | 2 +- 2 files changed, 27 insertions(+), 13 deletions(-) diff --git a/package-lock.json b/package-lock.json index fc9baf5b..0fdb6996 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "CC0-1.0", "devDependencies": { - "@lwc/eslint-plugin-lwc": "^3.3.0", + "@lwc/eslint-plugin-lwc": "^3.4.0", "@prettier/plugin-xml": "^3.4.2", "@sa11y/jest": "^8.0.27", "@salesforce/eslint-config-lwc": "^4.1.2", @@ -2226,13 +2226,13 @@ "license": "MIT" }, "node_modules/@lwc/eslint-plugin-lwc": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/@lwc/eslint-plugin-lwc/-/eslint-plugin-lwc-3.3.0.tgz", - "integrity": "sha512-qTcRGGTdBAfuPlJTL2sTk65skQHqnthz8TRx/1IasFZb+aljSn+CamnaPyzq8s2xAzQsS+NZJQoWlrZjyzzCzw==", + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/@lwc/eslint-plugin-lwc/-/eslint-plugin-lwc-3.4.0.tgz", + "integrity": "sha512-LDiXgx2pifz3kcaXZkavme1uBWsVjqCbYaPBiTvQyaGZlLsmlBFvQ/0DbT5sf1uHHqlvrT2J0IVEXDS5W1cIHA==", "dev": true, "license": "MIT", "dependencies": { - "fast-xml-parser": "^4.5.1", + "fast-xml-parser": "^5.3.6", "globals": "~15.14.0", "minimatch": "~9.0.4" }, @@ -5439,10 +5439,23 @@ "dev": true, "license": "MIT" }, + "node_modules/fast-xml-builder": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/fast-xml-builder/-/fast-xml-builder-1.0.0.tgz", + "integrity": "sha512-fpZuDogrAgnyt9oDDz+5DBz0zgPdPZz6D4IR7iESxRXElrlGTRkHJ9eEt+SACRJwT0FNFrt71DFQIUFBJfX/uQ==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/NaturalIntelligence" + } + ], + "license": "MIT" + }, "node_modules/fast-xml-parser": { - "version": "4.5.3", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.5.3.tgz", - "integrity": "sha512-RKihhV+SHsIUGXObeVy9AXiBbFwkVk7Syp8XgwN5U3JV416+Gwp/GO9i0JYKmikykgz/UHRrrV4ROuZEo/T0ig==", + "version": "5.4.1", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.4.1.tgz", + "integrity": "sha512-BQ30U1mKkvXQXXkAGcuyUA/GA26oEB7NzOtsxCDtyu62sjGw5QraKFhx2Em3WQNjPw9PG6MQ9yuIIgkSDfGu5A==", "dev": true, "funding": [ { @@ -5452,7 +5465,8 @@ ], "license": "MIT", "dependencies": { - "strnum": "^1.1.1" + "fast-xml-builder": "^1.0.0", + "strnum": "^2.1.2" }, "bin": { "fxparser": "src/cli/cli.js" @@ -10715,9 +10729,9 @@ } }, "node_modules/strnum": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/strnum/-/strnum-1.1.2.tgz", - "integrity": "sha512-vrN+B7DBIoTTZjnPNewwhx6cBA/H+IS7rfW68n7XxC1y7uoiGQBxaKzqucGUgavX15dJgiGztLJ8vxuEzwqBdA==", + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/strnum/-/strnum-2.1.2.tgz", + "integrity": "sha512-l63NF9y/cLROq/yqKXSLtcMeeyOfnSQlfMSlzFt/K73oIaD8DGaQWd7Z34X9GPiKqP5rbSh84Hl4bOlLcjiSrQ==", "dev": true, "funding": [ { diff --git a/package.json b/package.json index d88332e5..fd8e05a5 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "url": "git+https://github.com/trailheadapps/dreamhouse-lwc" }, "devDependencies": { - "@lwc/eslint-plugin-lwc": "^3.3.0", + "@lwc/eslint-plugin-lwc": "^3.4.0", "@prettier/plugin-xml": "^3.4.2", "@sa11y/jest": "^8.0.27", "@salesforce/eslint-config-lwc": "^4.1.2",