From a6e4c7803c874f44642cfb148e3750fd84190447 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Aug 2026 12:16:35 +0000 Subject: [PATCH] fix(deps): bump @npmcli/arborist from 10.0.1 to 10.0.2 Bumps [@npmcli/arborist](https://github.com/npm/cli/tree/HEAD/workspaces/arborist) from 10.0.1 to 10.0.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/arborist-v10.0.2/workspaces/arborist) --- updated-dependencies: - dependency-name: "@npmcli/arborist" dependency-version: 10.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- packages/publish-flat/package.json | 2 +- yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/publish-flat/package.json b/packages/publish-flat/package.json index 44ed7ba6..8bedffab 100644 --- a/packages/publish-flat/package.json +++ b/packages/publish-flat/package.json @@ -5,7 +5,7 @@ "publish-flat-copy": "dist/cli-copy.js" }, "dependencies": { - "@npmcli/arborist": "10.0.1", + "@npmcli/arborist": "10.0.2", "commander": "15.0.0", "logdown": "3.3.1", "npm-packlist": "11.3.0" diff --git a/yarn.lock b/yarn.lock index b2da36c8..56ec4008 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1330,9 +1330,9 @@ __metadata: languageName: node linkType: hard -"@npmcli/arborist@npm:10.0.1": - version: 10.0.1 - resolution: "@npmcli/arborist@npm:10.0.1" +"@npmcli/arborist@npm:10.0.2": + version: 10.0.2 + resolution: "@npmcli/arborist@npm:10.0.2" dependencies: "@gar/promise-retry": "npm:^1.0.0" "@isaacs/string-locale-compare": "npm:^1.1.0" @@ -1372,7 +1372,7 @@ __metadata: walk-up-path: "npm:^4.0.0" bin: arborist: bin/index.js - checksum: 10c0/205473d344f76e74857b4dfdb13ca22d462fb2b9ae96bd1b9ce2a325ae6725f966d167d90ce0997ae20def3e3d9e8cd0703a46e1e600544ab318833f0359c27d + checksum: 10c0/531398f6423050699f2feacc84514515fdceb502f50a73bdbb053cdf9d405d9da75d7694b2f91f6cc986b4a595db0b32f75436a143e72cf530092048135acfa5 languageName: node linkType: hard @@ -9119,7 +9119,7 @@ __metadata: version: 0.0.0-use.local resolution: "publish-flat@workspace:packages/publish-flat" dependencies: - "@npmcli/arborist": "npm:10.0.1" + "@npmcli/arborist": "npm:10.0.2" "@types/npm-packlist": "npm:7.0.3" "@types/npmcli__arborist": "npm:6.3.3" commander: "npm:15.0.0"