From 3fd6a0322ab32f13f49f2e9b26285ebd6a6b16f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Nov 2025 18:13:50 +0000 Subject: [PATCH] chore: bump @npmcli/eslint-config from 5.1.0 to 6.0.1 Bumps [@npmcli/eslint-config](https://github.com/npm/eslint-config) from 5.1.0 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/v5.1.0...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] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 715fc64..b2ab07c 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ }, "devDependencies": { "@npmcli/config": "^10.0.0", - "@npmcli/eslint-config": "^5.0.0", + "@npmcli/eslint-config": "^6.0.1", "@npmcli/template-oss": "4.23.4", "tap": "^16.0.1" },