From d9cae71bf000fe92fbc7a79f135adf7a15d43ff7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 04:12:08 +0000 Subject: [PATCH] chore(deps): bump node-sarif-builder from 3.2.0 to 4.0.0 Bumps [node-sarif-builder](https://github.com/nvuillam/node-sarif-builder) from 3.2.0 to 4.0.0. - [Release notes](https://github.com/nvuillam/node-sarif-builder/releases) - [Changelog](https://github.com/nvuillam/node-sarif-builder/blob/main/CHANGELOG.md) - [Commits](https://github.com/nvuillam/node-sarif-builder/compare/v3.2.0...v4.0.0) --- updated-dependencies: - dependency-name: node-sarif-builder dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 724af8244..571666a5b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "commander": "11.1.0", "glob": "^13.0.6", "is-glob": "^4.0.3", - "node-sarif-builder": "3.2.0", + "node-sarif-builder": "4.0.0", "strip-json-comments": "3.1.1", "xml": "1.0.1" }, @@ -5376,16 +5376,16 @@ "license": "MIT" }, "node_modules/node-sarif-builder": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/node-sarif-builder/-/node-sarif-builder-3.2.0.tgz", - "integrity": "sha512-kVIOdynrF2CRodHZeP/97Rh1syTUHBNiw17hUCIVhlhEsWlfJm19MuO56s4MdKbr22xWx6mzMnNAgXzVlIYM9Q==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/node-sarif-builder/-/node-sarif-builder-4.0.0.tgz", + "integrity": "sha512-A66ske2qnhQEmrAkYdr5jSRKC3bD23J/Stfl4cRGekaLiPQpMjv/5Y07tTIBiJMWCrMq1x92fILXeR43egkPcg==", "license": "MIT", "dependencies": { "@types/sarif": "^2.1.7", "fs-extra": "^11.1.1" }, "engines": { - "node": ">=18" + "node": ">=20" } }, "node_modules/normalize-path": { diff --git a/package.json b/package.json index 1cdb36957..15b10dfbe 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "commander": "11.1.0", "glob": "^13.0.6", "is-glob": "^4.0.3", - "node-sarif-builder": "3.2.0", + "node-sarif-builder": "4.0.0", "strip-json-comments": "3.1.1", "xml": "1.0.1" },