From a33614f99947270d908543e65e57efe8bec93b15 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 09:34:44 +0000 Subject: [PATCH] chore(deps): bump @npmcli/arborist in the dependencies group Bumps the dependencies group with 1 update: [@npmcli/arborist](https://github.com/npm/cli/tree/HEAD/workspaces/arborist). Updates `@npmcli/arborist` from 9.8.0 to 9.9.0 - [Release notes](https://github.com/npm/cli/releases) - [Changelog](https://github.com/npm/cli/blob/v9.9.0/CHANGELOG.md) - [Commits](https://github.com/npm/cli/commits/v9.9.0/workspaces/arborist) --- updated-dependencies: - dependency-name: "@npmcli/arborist" dependency-version: 9.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- workspaces/tree-walker/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workspaces/tree-walker/package.json b/workspaces/tree-walker/package.json index 43cad24c..c793bafa 100644 --- a/workspaces/tree-walker/package.json +++ b/workspaces/tree-walker/package.json @@ -41,7 +41,7 @@ "@nodesecure/mama": "2.3.1", "@nodesecure/npm-registry-sdk": "4.5.2", "@nodesecure/npm-types": "^1.4.0", - "@npmcli/arborist": "9.8.0", + "@npmcli/arborist": "9.9.0", "combine-async-iterators": "^3.0.0", "itertools": "^2.3.1", "npm-pick-manifest": "^12.0.0",