From e5b7dd2bac7e0adf47b986e93da1b4466b43452a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 02:42:56 +0000 Subject: [PATCH] chore: bump @npmcli/eslint-config from 6.0.1 to 7.0.0 Bumps [@npmcli/eslint-config](https://github.com/npm/eslint-config) from 6.0.1 to 7.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/v6.0.1...v7.0.0) --- updated-dependencies: - dependency-name: "@npmcli/eslint-config" dependency-version: 7.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 f05fb9ba..da2acb8e 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ }, "devDependencies": { "@npmcli/config": "^10.0.0", - "@npmcli/eslint-config": "^6.0.1", + "@npmcli/eslint-config": "^7.0.0", "@npmcli/template-oss": "4.30.0", "tap": "^16.0.1" },