From 91a8b2c0c3f978c9b684429a09333f40889b9a91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 06:18:28 +0000 Subject: [PATCH] chore(deps): bump @nodesecure/scanner Bumps the nodesecure-dependencies group with 1 update in the / directory: [@nodesecure/scanner](https://github.com/NodeSecure/scanner/tree/HEAD/workspaces/scanner). Updates `@nodesecure/scanner` from 10.11.0 to 10.12.0 - [Release notes](https://github.com/NodeSecure/scanner/releases) - [Changelog](https://github.com/NodeSecure/scanner/blob/master/workspaces/scanner/CHANGELOG.md) - [Commits](https://github.com/NodeSecure/scanner/commits/@nodesecure/scanner@10.12.0/workspaces/scanner) --- updated-dependencies: - dependency-name: "@nodesecure/scanner" dependency-version: 10.12.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nodesecure-dependencies ... Signed-off-by: dependabot[bot] --- workspaces/cache/package.json | 2 +- workspaces/server/package.json | 2 +- workspaces/vis-network/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/workspaces/cache/package.json b/workspaces/cache/package.json index 715fc977..6db711dc 100644 --- a/workspaces/cache/package.json +++ b/workspaces/cache/package.json @@ -28,7 +28,7 @@ "author": "GENTILHOMME Thomas ", "license": "MIT", "dependencies": { - "@nodesecure/scanner": "10.11.0", + "@nodesecure/scanner": "10.12.0", "cacache": "20.0.4" }, "devDependencies": { diff --git a/workspaces/server/package.json b/workspaces/server/package.json index 84947cc9..d72f641c 100644 --- a/workspaces/server/package.json +++ b/workspaces/server/package.json @@ -37,7 +37,7 @@ "@nodesecure/i18n": "4.1.0", "@nodesecure/npm-registry-sdk": "4.5.2", "@nodesecure/ossf-scorecard-sdk": "4.0.1", - "@nodesecure/scanner": "10.11.0", + "@nodesecure/scanner": "10.12.0", "cacache": "20.0.4", "chokidar": "5.0.0", "find-my-way": "9.5.0", diff --git a/workspaces/vis-network/package.json b/workspaces/vis-network/package.json index 96105936..15843645 100644 --- a/workspaces/vis-network/package.json +++ b/workspaces/vis-network/package.json @@ -43,6 +43,6 @@ }, "devDependencies": { "@nodesecure/flags": "3.0.3", - "@nodesecure/scanner": "10.11.0" + "@nodesecure/scanner": "10.12.0" } }