From 12490648cc18db8bce9de2e2b656cef817aca2f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 04:01:17 +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 3.2.0 to 3.3.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...v3.3.0) --- updated-dependencies: - dependency-name: node-sarif-builder dependency-version: 3.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... 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 ae754d422..6d4300859 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "commander": "11.1.0", "glob": "^9.0.0", "is-glob": "^4.0.3", - "node-sarif-builder": "^3.2.0", + "node-sarif-builder": "^3.3.0", "strip-json-comments": "3.1.1", "xml": "1.0.1" }, @@ -5415,16 +5415,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": "3.3.0", + "resolved": "https://registry.npmjs.org/node-sarif-builder/-/node-sarif-builder-3.3.0.tgz", + "integrity": "sha512-8taRy2nQs1xNs8iO2F0XbkZJEliiijpKgFVcyiwKjJ2+3X59LVI3wY84qRdJwRDpIo5GK8wvb1pxcJ+JVu3jrg==", "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 5d66dfcf8..5f2d98a38 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "commander": "11.1.0", "glob": "^9.0.0", "is-glob": "^4.0.3", - "node-sarif-builder": "^3.2.0", + "node-sarif-builder": "^3.3.0", "strip-json-comments": "3.1.1", "xml": "1.0.1" },