From e2d257ffe4aab47170efcff4e6b2b13e834641f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 05:53:44 +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 3a167fd1..709380ef 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": "21.0.0" }, "devDependencies": { diff --git a/workspaces/server/package.json b/workspaces/server/package.json index 5376ad05..edaeba21 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": "21.0.0", "chokidar": "5.0.0", "find-my-way": "9.6.0", diff --git a/workspaces/vis-network/package.json b/workspaces/vis-network/package.json index 462d6c42..7e68063c 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" } }