From 4926fd14f2db647ff2edf758ac2ee716769d1162 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Apr 2026 22:00:58 +0000 Subject: [PATCH] chore: bump @npmcli/eslint-config from 4.0.5 to 6.0.1 in /cli Bumps [@npmcli/eslint-config](https://github.com/npm/eslint-config) from 4.0.5 to 6.0.1. - [Release notes](https://github.com/npm/eslint-config/releases) - [Changelog](https://github.com/npm/eslint-config/blob/main/CHANGELOG.md) - [Commits](https://github.com/npm/eslint-config/compare/v4.0.5...v6.0.1) --- updated-dependencies: - dependency-name: "@npmcli/eslint-config" dependency-version: 6.0.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- cli/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/package.json b/cli/package.json index f3f689572d4..8cbbaace70d 100644 --- a/cli/package.json +++ b/cli/package.json @@ -28,7 +28,7 @@ "yaml": "^2.1.3" }, "devDependencies": { - "@npmcli/eslint-config": "^4.0.1", + "@npmcli/eslint-config": "^6.0.1", "@npmcli/template-oss": "4.11.0", "tap": "^16.3.2" },