From 75780e23095bf150ef27c36cad1a3827b84f006a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Feb 2026 08:54:34 +0000 Subject: [PATCH] chore(deps): bump the dependencies group across 1 directory with 2 updates Bumps the dependencies group with 2 updates in the / directory: [ssri](https://github.com/npm/ssri) and [@npmcli/arborist](https://github.com/npm/cli/tree/HEAD/workspaces/arborist). Updates `ssri` from 13.0.0 to 13.0.1 - [Release notes](https://github.com/npm/ssri/releases) - [Changelog](https://github.com/npm/ssri/blob/main/CHANGELOG.md) - [Commits](https://github.com/npm/ssri/compare/v13.0.0...v13.0.1) Updates `@npmcli/arborist` from 9.1.10 to 9.3.0 - [Release notes](https://github.com/npm/cli/releases) - [Changelog](https://github.com/npm/cli/blob/latest/workspaces/arborist/CHANGELOG.md) - [Commits](https://github.com/npm/cli/commits/v9.3.0/workspaces/arborist) --- updated-dependencies: - dependency-name: ssri dependency-version: 13.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: "@npmcli/arborist" dependency-version: 9.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- workspaces/scanner/package.json | 2 +- workspaces/tree-walker/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/workspaces/scanner/package.json b/workspaces/scanner/package.json index 5a16ea4c..0bd25382 100644 --- a/workspaces/scanner/package.json +++ b/workspaces/scanner/package.json @@ -82,7 +82,7 @@ "frequency-set": "^2.1.0", "pacote": "^21.0.0", "semver": "^7.5.4", - "ssri": "13.0.0", + "ssri": "13.0.1", "type-fest": "^5.0.1" }, "devDependencies": { diff --git a/workspaces/tree-walker/package.json b/workspaces/tree-walker/package.json index 495c5c52..b71aa42e 100644 --- a/workspaces/tree-walker/package.json +++ b/workspaces/tree-walker/package.json @@ -40,7 +40,7 @@ "@nodesecure/js-x-ray": "12.0.0", "@nodesecure/npm-registry-sdk": "^4.0.0", "@nodesecure/npm-types": "^1.1.0", - "@npmcli/arborist": "9.1.10", + "@npmcli/arborist": "9.3.0", "combine-async-iterators": "^3.0.0", "itertools": "^2.3.1", "npm-pick-manifest": "^11.0.1",