From 6c054ee0caec4f93938e067127682ebf40cb29c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jan 2025 12:17:11 +0100 Subject: [PATCH] chore(deps): bump the dependencies group with 2 updates (#270) Bumps the dependencies group with 2 updates: [@npmcli/arborist](https://github.com/npm/cli/tree/HEAD/workspaces/arborist) and [@pnpm/audit](https://github.com/pnpm/pnpm). Updates `@npmcli/arborist` from 8.0.0 to 9.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/v9.0.0/workspaces/arborist) Updates `@pnpm/audit` from 8.2.3 to 1001.0.2 - [Release notes](https://github.com/pnpm/pnpm/releases) - [Commits](https://github.com/pnpm/pnpm/commits) --- updated-dependencies: - dependency-name: "@npmcli/arborist" dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: "@pnpm/audit" 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 16b4c34..a27ca7f 100644 --- a/package.json +++ b/package.json @@ -58,8 +58,8 @@ "dependencies": { "@myunisoft/httpie": "^5.0.0", "@nodesecure/npm-registry-sdk": "^3.0.0", - "@npmcli/arborist": "^8.0.0", - "@pnpm/audit": "^8.1.5", + "@npmcli/arborist": "^9.0.0", + "@pnpm/audit": "^1001.0.2", "@pnpm/lockfile-file": "^9.1.1" } }