From 16e6e5a14f2cc58d3dddd75823c08d129bb04866 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 09:35:08 +0000 Subject: [PATCH] chore(deps): bump the dependencies group with 2 updates Bumps the dependencies group with 2 updates: [pacote](https://github.com/npm/pacote) and [@npmcli/arborist](https://github.com/npm/cli/tree/HEAD/workspaces/arborist). Updates `pacote` from 21.5.1 to 22.0.0 - [Release notes](https://github.com/npm/pacote/releases) - [Changelog](https://github.com/npm/pacote/blob/main/CHANGELOG.md) - [Commits](https://github.com/npm/pacote/compare/v21.5.1...v22.0.0) Updates `@npmcli/arborist` from 9.7.0 to 9.8.0 - [Release notes](https://github.com/npm/cli/releases) - [Changelog](https://github.com/npm/cli/blob/v9.8.0/CHANGELOG.md) - [Commits](https://github.com/npm/cli/commits/v9.8.0/workspaces/arborist) --- updated-dependencies: - dependency-name: pacote dependency-version: 22.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: "@npmcli/arborist" dependency-version: 9.8.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/tarball/package.json | 2 +- workspaces/tree-walker/package.json | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/workspaces/scanner/package.json b/workspaces/scanner/package.json index d91d2595..8faf0236 100644 --- a/workspaces/scanner/package.json +++ b/workspaces/scanner/package.json @@ -80,7 +80,7 @@ "@openally/mutex": "^2.0.0", "fastest-levenshtein": "^1.0.16", "frequency-set": "^2.1.0", - "pacote": "^21.0.0", + "pacote": "^22.0.0", "semver": "^7.5.4", "type-fest": "^5.0.1" }, diff --git a/workspaces/tarball/package.json b/workspaces/tarball/package.json index 52019813..840247ef 100644 --- a/workspaces/tarball/package.json +++ b/workspaces/tarball/package.json @@ -54,7 +54,7 @@ "@openally/result": "2.0.0", "hyperid": "4.0.0", "ipaddr.js": "2.4.0", - "pacote": "^21.0.0" + "pacote": "^22.0.0" }, "devDependencies": { "get-folder-size": "^5.0.0" diff --git a/workspaces/tree-walker/package.json b/workspaces/tree-walker/package.json index e159892e..43cad24c 100644 --- a/workspaces/tree-walker/package.json +++ b/workspaces/tree-walker/package.json @@ -41,11 +41,11 @@ "@nodesecure/mama": "2.3.1", "@nodesecure/npm-registry-sdk": "4.5.2", "@nodesecure/npm-types": "^1.4.0", - "@npmcli/arborist": "9.7.0", + "@npmcli/arborist": "9.8.0", "combine-async-iterators": "^3.0.0", "itertools": "^2.3.1", "npm-pick-manifest": "^12.0.0", - "pacote": "^21.0.0", + "pacote": "^22.0.0", "semver": "^7.6.0" }, "devDependencies": {