From 9ef8edf4c3d3ca73bcf24be6a57ae49b9d5e05e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 10:18:38 +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.4.1 to 9.4.2 - [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.4.2/workspaces/arborist) --- updated-dependencies: - dependency-name: "@npmcli/arborist" dependency-version: 9.4.2 dependency-type: direct:production update-type: version-update:semver-patch 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 dfc70a6b..93b7a586 100644 --- a/workspaces/tree-walker/package.json +++ b/workspaces/tree-walker/package.json @@ -41,7 +41,7 @@ "@nodesecure/mama": "2.2.0", "@nodesecure/npm-registry-sdk": "4.5.2", "@nodesecure/npm-types": "^1.1.0", - "@npmcli/arborist": "9.4.1", + "@npmcli/arborist": "9.4.2", "combine-async-iterators": "^3.0.0", "itertools": "^2.3.1", "npm-pick-manifest": "^11.0.1",