From f9186ecbe718dc0047e5c41655546f4fca6c0fb7 Mon Sep 17 00:00:00 2001 From: Sean McManus Date: Fri, 20 Mar 2026 04:00:24 -0700 Subject: [PATCH] Update flatted and fast-xml-parser. --- .github/actions/package-lock.json | 14 +++++++------- .github/actions/package.json | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/actions/package-lock.json b/.github/actions/package-lock.json index 8faef0f0f..10f442ce2 100644 --- a/.github/actions/package-lock.json +++ b/.github/actions/package-lock.json @@ -4019,9 +4019,9 @@ } }, "node_modules/fast-xml-parser": { - "version": "5.5.6", - "resolved": "https://pkgs.dev.azure.com/azure-public/VisualCpp/_packaging/cpp_PublicPackages/npm/registry/fast-xml-parser/-/fast-xml-parser-5.5.6.tgz", - "integrity": "sha1-b8YfWuBqVaHwWKvWpPS10+mXLNA=", + "version": "5.5.7", + "resolved": "https://pkgs.dev.azure.com/azure-public/VisualCpp/_packaging/cpp_PublicPackages/npm/registry/fast-xml-parser/-/fast-xml-parser-5.5.7.tgz", + "integrity": "sha1-4d3IZmLYCEUKGc8vtszJw8mTPF0=", "dev": true, "funding": [ { @@ -4033,7 +4033,7 @@ "dependencies": { "fast-xml-builder": "^1.1.4", "path-expression-matcher": "^1.1.3", - "strnum": "^2.1.2" + "strnum": "^2.2.0" }, "bin": { "fxparser": "src/cli/cli.js" @@ -4118,9 +4118,9 @@ } }, "node_modules/flatted": { - "version": "3.4.1", - "resolved": "https://pkgs.dev.azure.com/azure-public/VisualCpp/_packaging/cpp_PublicPackages/npm/registry/flatted/-/flatted-3.4.1.tgz", - "integrity": "sha1-hMzZV5526cwNJGwR2L4L6wGRQ+Y=", + "version": "3.4.2", + "resolved": "https://pkgs.dev.azure.com/azure-public/VisualCpp/_packaging/cpp_PublicPackages/npm/registry/flatted/-/flatted-3.4.2.tgz", + "integrity": "sha1-9cI8EH8PN96NvfJPE3IrO5jVJyY=", "dev": true, "license": "ISC" }, diff --git a/.github/actions/package.json b/.github/actions/package.json index 51797750e..847c77094 100644 --- a/.github/actions/package.json +++ b/.github/actions/package.json @@ -41,7 +41,7 @@ }, "overrides": { "serialize-javascript": "^7.0.4", - "flatted": "^3.4.1", - "fast-xml-parser": "^5.5.6" + "flatted": "^3.4.2", + "fast-xml-parser": "^5.5.7" } }