From 8fe292f9f0bca2eddba4470dc44b108cb52a8d6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 14:33:18 +0000 Subject: [PATCH] Bump eslint-plugin-github from 6.1.0 to 6.1.1 Bumps [eslint-plugin-github](https://github.com/github/eslint-plugin-github) from 6.1.0 to 6.1.1. - [Release notes](https://github.com/github/eslint-plugin-github/releases) - [Commits](https://github.com/github/eslint-plugin-github/compare/v6.1.0...v6.1.1) --- updated-dependencies: - dependency-name: eslint-plugin-github dependency-version: 6.1.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9052d7e..e13f9e8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "@vercel/ncc": "^0.44.1", "babel-preset-jest": "^30.4.0", "eslint": "^10.6.0", - "eslint-plugin-github": "^6.1.0", + "eslint-plugin-github": "^6.1.1", "eslint-plugin-jest": "^29.15.4", "jest": "^30.4.2", "make-coverage-badge": "^1.2.0", @@ -5687,9 +5687,9 @@ } }, "node_modules/eslint-plugin-github": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-github/-/eslint-plugin-github-6.1.0.tgz", - "integrity": "sha512-+mA0K1/I1JSE9AOiJ4ifMDGu7NplRZX0e3Uy0SjbwyXb2rsDfo5yfT0UCUO+TiOJ/99R1YxFRltizP/PZuB4PQ==", + "version": "6.1.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-github/-/eslint-plugin-github-6.1.1.tgz", + "integrity": "sha512-xCqu1S/s/CCvoRLafaXNvwiVrxhroNOFLGyG9Dhi4i1PWZgPHlipjXysH6wccPFQyhSKE7gAjSLqdSdM204bZQ==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 5dd3652..5113939 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "@vercel/ncc": "^0.44.1", "babel-preset-jest": "^30.4.0", "eslint": "^10.6.0", - "eslint-plugin-github": "^6.1.0", + "eslint-plugin-github": "^6.1.1", "eslint-plugin-jest": "^29.15.4", "jest": "^30.4.2", "make-coverage-badge": "^1.2.0",