From fee72aefe15263ebf3933c878bcd5293036b904d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2026 00:00:12 +0000 Subject: [PATCH] chore(deps): bump fast-xml-parser and @lwc/eslint-plugin-lwc Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) to 5.5.7 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.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...v5.5.7) 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.5.7 dependency-type: indirect - dependency-name: "@lwc/eslint-plugin-lwc" dependency-version: 3.4.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- .../platform-state-managers/package-lock.json | 58 +++++++++++++++---- examples/platform-state-managers/package.json | 2 +- 2 files changed, 47 insertions(+), 13 deletions(-) diff --git a/examples/platform-state-managers/package-lock.json b/examples/platform-state-managers/package-lock.json index 40f86fd..28b5bd1 100644 --- a/examples/platform-state-managers/package-lock.json +++ b/examples/platform-state-managers/package-lock.json @@ -8,7 +8,7 @@ "name": "salesforce-app", "version": "1.0.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.0", "@salesforce/eslint-config-lwc": "^4.1.1", @@ -2782,13 +2782,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" }, @@ -6949,10 +6949,26 @@ "dev": true, "license": "MIT" }, + "node_modules/fast-xml-builder": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/fast-xml-builder/-/fast-xml-builder-1.1.4.tgz", + "integrity": "sha512-f2jhpN4Eccy0/Uz9csxh3Nu6q4ErKxf0XIsasomfOihuSUa3/xw6w8dnOtCDgEItQFJG8KyXPzQXzcODDrrbOg==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/NaturalIntelligence" + } + ], + "license": "MIT", + "dependencies": { + "path-expression-matcher": "^1.1.3" + } + }, "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.5.7", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.5.7.tgz", + "integrity": "sha512-LteOsISQ2GEiDHZch6L9hB0+MLoYVLToR7xotrzU0opCICBkxOPgHAy1HxAvtxfJNXDJpgAsQN30mkrfpO2Prg==", "dev": true, "funding": [ { @@ -6962,7 +6978,9 @@ ], "license": "MIT", "dependencies": { - "strnum": "^1.1.1" + "fast-xml-builder": "^1.1.4", + "path-expression-matcher": "^1.1.3", + "strnum": "^2.2.0" }, "bin": { "fxparser": "src/cli/cli.js" @@ -11299,6 +11317,22 @@ "node": ">=8" } }, + "node_modules/path-expression-matcher": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/path-expression-matcher/-/path-expression-matcher-1.1.3.tgz", + "integrity": "sha512-qdVgY8KXmVdJZRSS1JdEPOKPdTiEK/pi0RkcT2sw1RhXxohdujUlJFPuS1TSkevZ9vzd3ZlL7ULl1MHGTApKzQ==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/NaturalIntelligence" + } + ], + "license": "MIT", + "engines": { + "node": ">=14.0.0" + } + }, "node_modules/path-is-absolute": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", @@ -12580,9 +12614,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.2.1", + "resolved": "https://registry.npmjs.org/strnum/-/strnum-2.2.1.tgz", + "integrity": "sha512-BwRvNd5/QoAtyW1na1y1LsJGQNvRlkde6Q/ipqqEaivoMdV+B1OMOTVdwR+N/cwVUcIt9PYyHmV8HyexCZSupg==", "dev": true, "funding": [ { diff --git a/examples/platform-state-managers/package.json b/examples/platform-state-managers/package.json index 3390890..6d061b8 100644 --- a/examples/platform-state-managers/package.json +++ b/examples/platform-state-managers/package.json @@ -27,7 +27,7 @@ ] }, "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.0", "@salesforce/eslint-config-lwc": "^4.1.1",