From d733480abc4a7a1048e420498c0d303b31b6eecd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 14:05:24 +0100 Subject: [PATCH] chore(deps): bump @npmcli/arborist in the dependencies group (#267) Bumps the dependencies group with 1 update: [@npmcli/arborist](https://github.com/npm/cli/tree/HEAD/workspaces/arborist). Updates `@npmcli/arborist` from 7.5.4 to 8.0.0 - [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/v8.0.0/workspaces/arborist) --- updated-dependencies: - dependency-name: "@npmcli/arborist" dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c087d74..16b4c34 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "dependencies": { "@myunisoft/httpie": "^5.0.0", "@nodesecure/npm-registry-sdk": "^3.0.0", - "@npmcli/arborist": "^7.1.0", + "@npmcli/arborist": "^8.0.0", "@pnpm/audit": "^8.1.5", "@pnpm/lockfile-file": "^9.1.1" }