From a7934d818df8b285215ed2d3598d7b092374142d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 04:01:10 +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.3.0 to 3.3.1 - [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.3.0...v3.3.1) --- updated-dependencies: - dependency-name: node-sarif-builder dependency-version: 3.3.1 dependency-type: direct:production update-type: version-update:semver-patch 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 3b3a8f00e..62a06dba9 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.3.0", + "node-sarif-builder": "^3.3.1", "strip-json-comments": "3.1.1", "xml": "1.0.1" }, @@ -5415,9 +5415,9 @@ "license": "MIT" }, "node_modules/node-sarif-builder": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/node-sarif-builder/-/node-sarif-builder-3.3.0.tgz", - "integrity": "sha512-8taRy2nQs1xNs8iO2F0XbkZJEliiijpKgFVcyiwKjJ2+3X59LVI3wY84qRdJwRDpIo5GK8wvb1pxcJ+JVu3jrg==", + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/node-sarif-builder/-/node-sarif-builder-3.3.1.tgz", + "integrity": "sha512-8z5dAbhpxmk/WRQHXlv4V0h+9Y4Ugk+w08lyhV/7E/CQX9yDdBc3025/EG+RSMJU2aPFh/IQ7XDV7Ti5TLt/TA==", "license": "MIT", "dependencies": { "@types/sarif": "^2.1.7", diff --git a/package.json b/package.json index 5f2d98a38..538e9ed78 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.3.0", + "node-sarif-builder": "^3.3.1", "strip-json-comments": "3.1.1", "xml": "1.0.1" },