From e4c6297808d9dd4193224a1010271c1f802d1e38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 00:34:49 +0000 Subject: [PATCH] Bump serialize-javascript from 7.0.4 to 7.0.5 in /.github/actions Bumps [serialize-javascript](https://github.com/yahoo/serialize-javascript) from 7.0.4 to 7.0.5. - [Release notes](https://github.com/yahoo/serialize-javascript/releases) - [Commits](https://github.com/yahoo/serialize-javascript/compare/v7.0.4...v7.0.5) --- updated-dependencies: - dependency-name: serialize-javascript dependency-version: 7.0.5 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- .github/actions/package-lock.json | 6 +++--- .github/actions/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/actions/package-lock.json b/.github/actions/package-lock.json index 64f79a5e3..4f07ae542 100644 --- a/.github/actions/package-lock.json +++ b/.github/actions/package-lock.json @@ -5556,9 +5556,9 @@ } }, "node_modules/serialize-javascript": { - "version": "7.0.4", - "resolved": "https://pkgs.dev.azure.com/azure-public/VisualCpp/_packaging/cpp_PublicPackages/npm/registry/serialize-javascript/-/serialize-javascript-7.0.4.tgz", - "integrity": "sha1-xRdzW9W3Yx3R/Bke4Zy7cT/44Fw=", + "version": "7.0.5", + "resolved": "https://pkgs.dev.azure.com/azure-public/VisualCpp/_packaging/cpp_PublicPackages/npm/registry/serialize-javascript/-/serialize-javascript-7.0.5.tgz", + "integrity": "sha1-x5jMBVL/uwiYGRSkKodW4znQ1bE=", "dev": true, "license": "BSD-3-Clause", "engines": { diff --git a/.github/actions/package.json b/.github/actions/package.json index 847c77094..f824ebd03 100644 --- a/.github/actions/package.json +++ b/.github/actions/package.json @@ -40,7 +40,7 @@ "yargs": "^17.5.1" }, "overrides": { - "serialize-javascript": "^7.0.4", + "serialize-javascript": "^7.0.5", "flatted": "^3.4.2", "fast-xml-parser": "^5.5.7" }