From 0066ed1bfe4fa3f76fee394be8332591dadf92c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 10:46:18 +0000 Subject: [PATCH] build(deps-dev): bump eslint-plugin-check-file from 3.3.1 to 3.3.2 Bumps [eslint-plugin-check-file](https://github.com/dukeluo/eslint-plugin-check-file) from 3.3.1 to 3.3.2. - [Release notes](https://github.com/dukeluo/eslint-plugin-check-file/releases) - [Changelog](https://github.com/dukeluo/eslint-plugin-check-file/blob/main/CHANGELOG.md) - [Commits](https://github.com/dukeluo/eslint-plugin-check-file/compare/v3.3.1...v3.3.2) --- updated-dependencies: - dependency-name: eslint-plugin-check-file dependency-version: 3.3.2 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index be97ad12..f93c4a7f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10474,9 +10474,9 @@ } }, "node_modules/eslint-plugin-check-file": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-check-file/-/eslint-plugin-check-file-3.3.1.tgz", - "integrity": "sha512-b7fDkp8Y0T9vloTYSrkMnb5Cqpk1bc6+jDQdgKIhzdwb47NmLAvMFYo3SzHOPF8u4SEsOVhmrNSbo6Sp633syg==", + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/eslint-plugin-check-file/-/eslint-plugin-check-file-3.3.2.tgz", + "integrity": "sha512-X0yVi4vbV7pSxu00oAJiE8wcwAvIoU2YQKrkvRRLq+88i/cZNooOgAgjk2gOS03lKMsFMVusJLlqHNuAwduX2g==", "dev": true, "funding": [ { @@ -10490,7 +10490,8 @@ ], "license": "Apache-2.0", "workspaces": [ - "examples/basic" + "examples/eslint", + "examples/oxlint" ], "dependencies": { "is-glob": "^4.0.3",