From 933d61d038916a498cd452da70ead6158c6e05c1 Mon Sep 17 00:00:00 2001 From: Sean McManus Date: Thu, 12 Feb 2026 09:42:42 -0800 Subject: [PATCH] Revert "Bump fast-xml-parser and @aws-sdk/xml-builder in /.github/actions (#14182)" This reverts commit e23c41835d8caa52edde8e57f6f1547e98292aa1. --- .github/actions/package-lock.json | 34 ++++++++++++++++++++++++------- 1 file changed, 27 insertions(+), 7 deletions(-) diff --git a/.github/actions/package-lock.json b/.github/actions/package-lock.json index 0f2e2e4be..c40d79615 100644 --- a/.github/actions/package-lock.json +++ b/.github/actions/package-lock.json @@ -850,21 +850,41 @@ } }, "node_modules/@aws-sdk/xml-builder": { - "version": "3.972.4", - "resolved": "https://pkgs.dev.azure.com/azure-public/VisualCpp/_packaging/cpp_PublicPackages/npm/registry/@aws-sdk/xml-builder/-/xml-builder-3.972.4.tgz", - "integrity": "sha1-gRXIz5DHHPSEpSyC6sU0TNOl6SE=", + "version": "3.972.2", + "resolved": "https://pkgs.dev.azure.com/azure-public/VisualCpp/_packaging/cpp_PublicPackages/npm/registry/@aws-sdk/xml-builder/-/xml-builder-3.972.2.tgz", + "integrity": "sha1-xjpqeI/zmEkXSJCK9SjIKUxWL2U=", "dev": true, "license": "Apache-2.0", "optional": true, "dependencies": { "@smithy/types": "^4.12.0", - "fast-xml-parser": "5.3.4", + "fast-xml-parser": "5.2.5", "tslib": "^2.6.2" }, "engines": { "node": ">=20.0.0" } }, + "node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser": { + "version": "5.2.5", + "resolved": "https://pkgs.dev.azure.com/azure-public/VisualCpp/_packaging/cpp_PublicPackages/npm/registry/fast-xml-parser/-/fast-xml-parser-5.2.5.tgz", + "integrity": "sha1-SAn9+xMQSU40EJjCXLE0GgGpFEo=", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/NaturalIntelligence" + } + ], + "license": "MIT", + "optional": true, + "dependencies": { + "strnum": "^2.1.0" + }, + "bin": { + "fxparser": "src/cli/cli.js" + } + }, "node_modules/@aws/lambda-invoke-store": { "version": "0.2.3", "resolved": "https://pkgs.dev.azure.com/azure-public/VisualCpp/_packaging/cpp_PublicPackages/npm/registry/@aws/lambda-invoke-store/-/lambda-invoke-store-0.2.3.tgz", @@ -4063,9 +4083,9 @@ "license": "MIT" }, "node_modules/fast-xml-parser": { - "version": "5.3.4", - "resolved": "https://pkgs.dev.azure.com/azure-public/VisualCpp/_packaging/cpp_PublicPackages/npm/registry/fast-xml-parser/-/fast-xml-parser-5.3.4.tgz", - "integrity": "sha1-BvOar//byXvvAyHmJsfd0GoEPs8=", + "version": "5.3.3", + "resolved": "https://pkgs.dev.azure.com/azure-public/VisualCpp/_packaging/cpp_PublicPackages/npm/registry/fast-xml-parser/-/fast-xml-parser-5.3.3.tgz", + "integrity": "sha1-hLZ45E64EgfIWFeVFStLHJRzi00=", "dev": true, "funding": [ {