diff --git a/.github/actions/package-lock.json b/.github/actions/package-lock.json index 0f2e2e4be..5bf67a29b 100644 --- a/.github/actions/package-lock.json +++ b/.github/actions/package-lock.json @@ -850,15 +850,15 @@ } }, "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.5", + "resolved": "https://pkgs.dev.azure.com/azure-public/VisualCpp/_packaging/cpp_PublicPackages/npm/registry/@aws-sdk/xml-builder/-/xml-builder-3.972.5.tgz", + "integrity": "sha1-zeBc8fqQIaiTXh5ZT+jqzc4F9ag=", "dev": true, "license": "Apache-2.0", "optional": true, "dependencies": { "@smithy/types": "^4.12.0", - "fast-xml-parser": "5.3.4", + "fast-xml-parser": "5.3.6", "tslib": "^2.6.2" }, "engines": { @@ -4063,9 +4063,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.6", + "resolved": "https://pkgs.dev.azure.com/azure-public/VisualCpp/_packaging/cpp_PublicPackages/npm/registry/fast-xml-parser/-/fast-xml-parser-5.3.6.tgz", + "integrity": "sha1-haaRF8oVaxs8UuQmSVtt4mbLaks=", "dev": true, "funding": [ { @@ -4075,7 +4075,7 @@ ], "license": "MIT", "dependencies": { - "strnum": "^2.1.0" + "strnum": "^2.1.2" }, "bin": { "fxparser": "src/cli/cli.js"