From b4b2a8c93c0b1f9066c79405298c266189236c7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 04:33:01 +0000 Subject: [PATCH] chore(deps): bump node-sarif-builder in the dependencies group Bumps the dependencies group with 1 update: [node-sarif-builder](https://github.com/nvuillam/node-sarif-builder). Updates `node-sarif-builder` from 4.0.0 to 4.1.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/v4.0.0...v4.1.0) --- updated-dependencies: - dependency-name: node-sarif-builder dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index ba1e6e96e..318dcc663 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "commander": "14.0.3", "glob": "^13.0.6", "is-glob": "^4.0.3", - "node-sarif-builder": "4.0.0", + "node-sarif-builder": "4.1.0", "strip-json-comments": "3.1.1", "xml": "1.0.1" }, @@ -5308,9 +5308,9 @@ "license": "MIT" }, "node_modules/node-sarif-builder": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/node-sarif-builder/-/node-sarif-builder-4.0.0.tgz", - "integrity": "sha512-A66ske2qnhQEmrAkYdr5jSRKC3bD23J/Stfl4cRGekaLiPQpMjv/5Y07tTIBiJMWCrMq1x92fILXeR43egkPcg==", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/node-sarif-builder/-/node-sarif-builder-4.1.0.tgz", + "integrity": "sha512-IWqZF6u0EI/07HTBm+zZ+MgXgWl09dnSJRGaDCPBSlOqilDcx6pj3Mpb3HvPN8V2Gr+ISw7ZrMsL7STWs1F++w==", "license": "MIT", "dependencies": { "@types/sarif": "^2.1.7", diff --git a/package.json b/package.json index 756fae981..91b6d5624 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "commander": "14.0.3", "glob": "^13.0.6", "is-glob": "^4.0.3", - "node-sarif-builder": "4.0.0", + "node-sarif-builder": "4.1.0", "strip-json-comments": "3.1.1", "xml": "1.0.1" },