From b5fff46501c2b56fb6cba5fbaec82fbac59cfce9 Mon Sep 17 00:00:00 2001 From: Juanita-Dash Date: Fri, 8 May 2026 11:54:54 -0400 Subject: [PATCH] =?UTF-8?q?Manually=20bump=20fast-xml-parser=204.5.3=20?= =?UTF-8?q?=E2=86=92=204.5.6=20in=20lockfile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Dependabot PR #462 was titled as a fast-xml-parser bump but the merged patch did not actually move the version in pnpm-lock.yaml — only unrelated transitive deps were updated. This appears related to the known bumperbot bug Shopify/infrasec-bumper#673 (Bumper handle nested manifests correctly). This commit completes the bump by running: pnpm update fast-xml-parser --lockfile-only --recursive which resolves all four lockfile references (package definitions and snapshot entries for @react-native-community/cli-platform-android and cli-platform-ios) to 4.5.6. Unblocks the multirepo-denylist-check on the shopify-playground/checkout-kit#31 import PR, which mirrors this lockfile verbatim under react-native/. --- pnpm-lock.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a8333701..d514be2f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -2573,8 +2573,8 @@ packages: fast-levenshtein@2.0.6: resolution: {integrity: sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==} - fast-xml-parser@4.5.3: - resolution: {integrity: sha512-RKihhV+SHsIUGXObeVy9AXiBbFwkVk7Syp8XgwN5U3JV416+Gwp/GO9i0JYKmikykgz/UHRrrV4ROuZEo/T0ig==} + fast-xml-parser@4.5.6: + resolution: {integrity: sha512-Yd4vkROfJf8AuJrDIVMVmYfULKmIJszVsMv7Vo71aocsKgFxpdlpSHXSaInvyYfgw2PRuObQSW2GFpVMUjxu9A==} hasBin: true fastq@1.15.0: @@ -6128,7 +6128,7 @@ snapshots: '@react-native-community/cli-tools': 19.1.1 chalk: 4.1.2 fast-glob: 3.3.3 - fast-xml-parser: 4.5.3 + fast-xml-parser: 4.5.6 '@react-native-community/cli-config-apple@19.1.1': dependencies: @@ -6182,7 +6182,7 @@ snapshots: '@react-native-community/cli-tools': 19.1.1 chalk: 4.1.2 execa: 5.1.1 - fast-xml-parser: 4.5.3 + fast-xml-parser: 4.5.6 '@react-native-community/cli-platform-ios@19.1.1': dependencies: @@ -7795,7 +7795,7 @@ snapshots: fast-levenshtein@2.0.6: {} - fast-xml-parser@4.5.3: + fast-xml-parser@4.5.6: dependencies: strnum: 1.1.2