From 8dfae18f372f0f43c967df9c9d87e6c1c9f367d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Oct 2025 21:06:51 +0000 Subject: [PATCH] chore: bump @npmcli/eslint-config from 5.1.0 to 6.0.0 Bumps [@npmcli/eslint-config](https://github.com/npm/eslint-config) from 5.1.0 to 6.0.0. - [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.0) --- updated-dependencies: - dependency-name: "@npmcli/eslint-config" dependency-version: 6.0.0 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 723bcfb..cf1b0c3 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "mute-stream": "^3.0.0" }, "devDependencies": { - "@npmcli/eslint-config": "^5.0.0", + "@npmcli/eslint-config": "^6.0.0", "@npmcli/template-oss": "4.27.1", "@types/mute-stream": "^0.0.4", "@types/tap": "^15.0.11",