From c9982ece488908a6a5af97c2845f38be90441c66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 11:37:48 +0000 Subject: [PATCH] chore(deps): bump the dependencies group with 2 updates Bumps the dependencies group with 2 updates: [hyperid](https://github.com/mcollina/hyperid) and [@npmcli/arborist](https://github.com/npm/cli/tree/HEAD/workspaces/arborist). Updates `hyperid` from 3.3.0 to 4.0.0 - [Release notes](https://github.com/mcollina/hyperid/releases) - [Commits](https://github.com/mcollina/hyperid/compare/v3.3.0...v4.0.0) Updates `@npmcli/arborist` from 9.4.2 to 9.4.3 - [Release notes](https://github.com/npm/cli/releases) - [Changelog](https://github.com/npm/cli/blob/arborist-v9.4.3/workspaces/arborist/CHANGELOG.md) - [Commits](https://github.com/npm/cli/commits/arborist-v9.4.3/workspaces/arborist) --- updated-dependencies: - dependency-name: hyperid dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: "@npmcli/arborist" dependency-version: 9.4.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- workspaces/tarball/package.json | 2 +- workspaces/tree-walker/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/workspaces/tarball/package.json b/workspaces/tarball/package.json index 9bbc8e19..28977961 100644 --- a/workspaces/tarball/package.json +++ b/workspaces/tarball/package.json @@ -52,7 +52,7 @@ "@nodesecure/npm-types": "^1.2.0", "@nodesecure/utils": "^2.3.0", "@openally/result": "2.0.0", - "hyperid": "3.3.0", + "hyperid": "4.0.0", "ipaddr.js": "2.3.0", "pacote": "^21.0.0" }, diff --git a/workspaces/tree-walker/package.json b/workspaces/tree-walker/package.json index 670270a8..cfa16e28 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.4.2", + "@npmcli/arborist": "9.4.3", "combine-async-iterators": "^3.0.0", "itertools": "^2.3.1", "npm-pick-manifest": "^11.0.1",