From 40ef90552af2e720a6de24f94a747d3634e01ae7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 May 2024 17:51:09 +0000 Subject: [PATCH] chore: bump @npmcli/arborist from 6.5.1 to 7.5.3 Bumps [@npmcli/arborist](https://github.com/npm/cli/tree/HEAD/workspaces/arborist) from 6.5.1 to 7.5.3. - [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/v7.5.3/workspaces/arborist) --- updated-dependencies: - dependency-name: "@npmcli/arborist" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b7bbc6b..7dd84f9 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "lib/" ], "devDependencies": { - "@npmcli/arborist": "^6.0.0 || ^6.0.0-pre.0", + "@npmcli/arborist": "^7.5.3", "@npmcli/eslint-config": "^4.0.0", "@npmcli/template-oss": "4.22.0", "mutate-fs": "^2.1.1",